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

        //         ---------------------------------------------------------------------
        //        Methods for Attribute FolioCount
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute FolioCount </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setFolioCount(EnumFolioCount enumVar)
        {
            setAttribute(AttributeName.FOLIOCOUNT, enumVar == null ? null : enumVar.getName(), null);
        }
예제 #2
0
 ///
 ///          <summary> * (9) get attribute FolioCount </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumFolioCount getFolioCount()
 {
     return(EnumFolioCount.getEnum(getAttribute(AttributeName.FOLIOCOUNT, null, "Booklet")));
 }
예제 #3
0
 static JDFAutoLayoutIntent()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.FOLIOCOUNT, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumFolioCount.getEnum(0), "Booklet");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.NUMBERUP, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, "1 1");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.FINISHEDPAGEORIENTATION, 0x44444443, AttributeInfo.EnumAttributeType.enumeration, EnumFinishedPageOrientation.getEnum(0), null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.ROTATEPOLICY, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumRotatePolicy.getEnum(0), null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.SIDES, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumSides.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.DIMENSIONS, 0x66666661);
     elemInfoTable[1] = new ElemInfoTable(ElementName.FINISHEDDIMENSIONS, 0x66666661);
     elemInfoTable[2] = new ElemInfoTable(ElementName.FINISHEDGRAINDIRECTION, 0x66666611);
     elemInfoTable[3] = new ElemInfoTable(ElementName.PAGES, 0x66666661);
     elemInfoTable[4] = new ElemInfoTable(ElementName.PAGEVARIANCE, 0x66666661);
     elemInfoTable[5] = new ElemInfoTable(ElementName.LAYOUT, 0x66666661);
     elemInfoTable[6] = new ElemInfoTable(ElementName.SIZEPOLICY, 0x66666611);
 }