/// /// <summary> * (9) get attribute SheetOccurence </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumSheetOccurence getSheetOccurence() { return(EnumSheetOccurence.getEnum(getAttribute(AttributeName.SHEETOCCURENCE, null, null))); }
static JDFAutoIDPJobSheet() { atrInfoTable[0] = new AtrInfoTable(AttributeName.SHEETFORMAT, 0x33333333, AttributeInfo.EnumAttributeType.NMTOKEN, null, "Standard"); atrInfoTable[1] = new AtrInfoTable(AttributeName.SHEETOCCURENCE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumSheetOccurence.getEnum(0), null); atrInfoTable[2] = new AtrInfoTable(AttributeName.SHEETTYPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumSheetType.getEnum(0), null); elemInfoTable[0] = new ElemInfoTable(ElementName.IDPFINISHING, 0x33333333); elemInfoTable[1] = new ElemInfoTable(ElementName.IDPLAYOUT, 0x33333333); elemInfoTable[2] = new ElemInfoTable(ElementName.MEDIAINTENT, 0x33333333); elemInfoTable[3] = new ElemInfoTable(ElementName.MEDIASOURCE, 0x33333333); }
// --------------------------------------------------------------------- // Methods for Attribute SheetOccurence // --------------------------------------------------------------------- /// /// <summary> * (5) set attribute SheetOccurence </summary> /// * <param name="enumVar">: the enumVar to set the attribute to </param> /// public virtual void setSheetOccurence(EnumSheetOccurence enumVar) { setAttribute(AttributeName.SHEETOCCURENCE, enumVar == null ? null : enumVar.getName(), null); }