static JDFAutoWrappingParams() { atrInfoTable[0] = new AtrInfoTable(AttributeName.WRAPPINGKIND, 0x22222221, AttributeInfo.EnumAttributeType.enumeration, EnumWrappingKind.getEnum(0), null); }
/// /// <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))); }