예제 #1
0
 static JDFAutoCutMark()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.MARKTYPE, 0x22222222, AttributeInfo.EnumAttributeType.enumeration, EnumMarkType.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.POSITION, 0x22222222, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.BLOCKS, 0x33333333, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.ASSEMBLY, 0x33333333);
 }
예제 #2
0
 ///
 ///          <summary> * (9) get attribute MarkType </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumMarkType getMarkType()
 {
     return(EnumMarkType.getEnum(getAttribute(AttributeName.MARKTYPE, null, null)));
 }