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); }
/// /// <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))); }