Example #1
0
 static JDFAutoShapeCuttingParams()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.DELIVERYMODE, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumDeliveryMode.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.SHEETLAY, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumSheetLay.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.DIELAYOUT, 0x66666111);
     elemInfoTable[1] = new ElemInfoTable(ElementName.SHAPE, 0x33333331);
 }
Example #2
0
 ///
 ///          <summary> * (9) get attribute DeliveryMode </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumDeliveryMode getDeliveryMode()
 {
     return(EnumDeliveryMode.getEnum(getAttribute(AttributeName.DELIVERYMODE, null, null)));
 }