// --------------------------------------------------------------------- // Methods for Attribute BindingOrientation // --------------------------------------------------------------------- /// /// <summary> * (5) set attribute BindingOrientation </summary> /// * <param name="enumVar">: the enumVar to set the attribute to </param> /// public virtual void setBindingOrientation(EnumBindingOrientation enumVar) { setAttribute(AttributeName.BINDINGORIENTATION, enumVar == null ? null : enumVar.getName(), null); }
/// /// <summary> * (9) get attribute BindingOrientation </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumBindingOrientation getBindingOrientation() { return(EnumBindingOrientation.getEnum(getAttribute(AttributeName.BINDINGORIENTATION, null, null))); }
static JDFAutoBinderySignature() { atrInfoTable[0] = new AtrInfoTable(AttributeName.BINDERYSIGNATURETYPE, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumBinderySignatureType.getEnum(0), "Fold"); atrInfoTable[1] = new AtrInfoTable(AttributeName.BINDINGEDGE, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumBindingEdge.getEnum(0), "Left"); atrInfoTable[2] = new AtrInfoTable(AttributeName.JOGEDGE, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumJogEdge.getEnum(0), "Top"); atrInfoTable[3] = new AtrInfoTable(AttributeName.NUMBERUP, 0x33333311, AttributeInfo.EnumAttributeType.XYPair, null, "1 1"); atrInfoTable[4] = new AtrInfoTable(AttributeName.FOLDCATALOG, 0x33333311, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[5] = new AtrInfoTable(AttributeName.BINDINGORIENTATION, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumBindingOrientation.getEnum(0), null); atrInfoTable[6] = new AtrInfoTable(AttributeName.OUTSIDEGUTTER, 0x33333111, AttributeInfo.EnumAttributeType.boolean_, null, null); atrInfoTable[7] = new AtrInfoTable(AttributeName.STAGGERCOLUMNS, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[8] = new AtrInfoTable(AttributeName.STAGGERCONTINUOUS, 0x33333111, AttributeInfo.EnumAttributeType.boolean_, null, null); atrInfoTable[9] = new AtrInfoTable(AttributeName.STAGGERROWS, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null); elemInfoTable[0] = new ElemInfoTable(ElementName.DIELAYOUT, 0x66666111); elemInfoTable[1] = new ElemInfoTable(ElementName.FOLD, 0x33333311); elemInfoTable[2] = new ElemInfoTable(ElementName.SIGNATURECELL, 0x33333311); }