예제 #1
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute BinderySignatureType
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute BinderySignatureType </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setBinderySignatureType(EnumBinderySignatureType enumVar)
        {
            setAttribute(AttributeName.BINDERYSIGNATURETYPE, enumVar == null ? null : enumVar.getName(), null);
        }
예제 #2
0
 ///
 ///          <summary> * (9) get attribute BinderySignatureType </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumBinderySignatureType getBinderySignatureType()
 {
     return(EnumBinderySignatureType.getEnum(getAttribute(AttributeName.BINDERYSIGNATURETYPE, null, "Fold")));
 }
예제 #3
0
 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);
 }