// --------------------------------------------------------------------- // Methods for Attribute JogEdge // --------------------------------------------------------------------- /// /// <summary> * (5) set attribute JogEdge </summary> /// * <param name="enumVar">: the enumVar to set the attribute to </param> /// public virtual void setJogEdge(EnumJogEdge enumVar) { setAttribute(AttributeName.JOGEDGE, enumVar == null ? null : enumVar.getName(), null); }
/// /// <summary> * (9) get attribute JogEdge </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumJogEdge getJogEdge() { return(EnumJogEdge.getEnum(getAttribute(AttributeName.JOGEDGE, null, "Top"))); }
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); }