static JDFAutoRegisterMark() { atrInfoTable[0] = new AtrInfoTable(AttributeName.CENTER, 0x22222222, AttributeInfo.EnumAttributeType.XYPair, null, null); atrInfoTable[1] = new AtrInfoTable(AttributeName.MARKTYPE, 0x33333333, AttributeInfo.EnumAttributeType.NMTOKEN, null, null); atrInfoTable[2] = new AtrInfoTable(AttributeName.MARKUSAGE, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumMarkUsage.getEnum(0), null); atrInfoTable[3] = new AtrInfoTable(AttributeName.ROTATION, 0x33333333, AttributeInfo.EnumAttributeType.double_, null, null); elemInfoTable[0] = new ElemInfoTable(ElementName.SEPARATIONSPEC, 0x33333333); }
/// /// <summary> * (9) get attribute MarkUsage </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumMarkUsage getMarkUsage() { return(EnumMarkUsage.getEnum(getAttribute(AttributeName.MARKUSAGE, null, null))); }