Example #1
0
 ///
 ///          <summary> * (9) get attribute BoxFoldingType </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumBoxFoldingType getBoxFoldingType()
 {
     return(EnumBoxFoldingType.getEnum(getAttribute(AttributeName.BOXFOLDINGTYPE, null, null)));
 }
Example #2
0
 static JDFAutoBoxFoldingParams()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.BLANKDIMENSIONSX, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.BLANKDIMENSIONSY, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.BOXFOLDINGTYPE, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumBoxFoldingType.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.BOXFOLDACTION, 0x33333111);
     elemInfoTable[1] = new ElemInfoTable(ElementName.GLUELINE, 0x33333111);
     elemInfoTable[2] = new ElemInfoTable(ElementName.BOXAPPLICATION, 0x33333111);
 }
Example #3
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute BoxFoldingType
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute BoxFoldingType </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setBoxFoldingType(EnumBoxFoldingType enumVar)
 {
     setAttribute(AttributeName.BOXFOLDINGTYPE, enumVar == null ? null : enumVar.getName(), null);
 }