Esempio n. 1
0
 static JDFAutoWrappingParams()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.WRAPPINGKIND, 0x22222221, AttributeInfo.EnumAttributeType.enumeration, EnumWrappingKind.getEnum(0), null);
 }
Esempio n. 2
0
 ///
 ///          <summary> * (9) get attribute WrappingKind </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumWrappingKind getWrappingKind()
 {
     return(EnumWrappingKind.getEnum(getAttribute(AttributeName.WRAPPINGKIND, null, null)));
 }