Esempio n. 1
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute ComponentGranularity
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute ComponentGranularity </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setComponentGranularity(EnumComponentGranularity enumVar)
        {
            setAttribute(AttributeName.COMPONENTGRANULARITY, enumVar == null ? null : enumVar.getName(), null);
        }
Esempio n. 2
0
 ///
 ///          <summary> * (9) get attribute ComponentGranularity </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumComponentGranularity getComponentGranularity()
 {
     return(EnumComponentGranularity.getEnum(getAttribute(AttributeName.COMPONENTGRANULARITY, null, "Document")));
 }
Esempio n. 3
0
 static JDFAutoRunList()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.COMPONENTGRANULARITY, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumComponentGranularity.getEnum(0), "Document");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.ISPAGE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.PAGECOPIES, 0x33333331, AttributeInfo.EnumAttributeType.integer, null, "1");
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.SETCOPIES, 0x33333331, AttributeInfo.EnumAttributeType.integer, null, "1");
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.DIRECTORY, 0x33333333, AttributeInfo.EnumAttributeType.URL, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.DOCNAMES, 0x33333333, AttributeInfo.EnumAttributeType.NameRangeList, null, null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.DOCS, 0x33333333, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null);
     atrInfoTable[7]  = new AtrInfoTable(AttributeName.ENDOFBUNDLEITEM, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[8]  = new AtrInfoTable(AttributeName.ENDOFDOCUMENT, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[9]  = new AtrInfoTable(AttributeName.ENDOFSET, 0x33333331, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[10] = new AtrInfoTable(AttributeName.FIRSTPAGE, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[11] = new AtrInfoTable(AttributeName.LOGICALPAGE, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[12] = new AtrInfoTable(AttributeName.NDOC, 0x44444431, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[13] = new AtrInfoTable(AttributeName.NPAGE, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[14] = new AtrInfoTable(AttributeName.NSET, 0x44444431, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[15] = new AtrInfoTable(AttributeName.PAGELISTINDEX, 0x33333311, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null);
     atrInfoTable[16] = new AtrInfoTable(AttributeName.PAGENAMES, 0x33333333, AttributeInfo.EnumAttributeType.NameRangeList, null, null);
     atrInfoTable[17] = new AtrInfoTable(AttributeName.PAGES, 0x33333333, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null);
     atrInfoTable[18] = new AtrInfoTable(AttributeName.RUNTAG, 0x33333331, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[19] = new AtrInfoTable(AttributeName.SETNAMES, 0x33333331, AttributeInfo.EnumAttributeType.NameRangeList, null, null);
     atrInfoTable[20] = new AtrInfoTable(AttributeName.SETS, 0x33333331, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null);
     atrInfoTable[21] = new AtrInfoTable(AttributeName.SKIPPAGE, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[22] = new AtrInfoTable(AttributeName.SORTED, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.BYTEMAP, 0x66666666);
     elemInfoTable[1] = new ElemInfoTable(ElementName.DYNAMICINPUT, 0x33333333);
     elemInfoTable[2] = new ElemInfoTable(ElementName.INSERTSHEET, 0x33333333);
     elemInfoTable[3] = new ElemInfoTable(ElementName.LAYOUTELEMENT, 0x66666666);
     elemInfoTable[4] = new ElemInfoTable(ElementName.INTERPRETEDPDLDATA, 0x66666611);
     elemInfoTable[5] = new ElemInfoTable(ElementName.DISPOSITION, 0x66666666);
     elemInfoTable[6] = new ElemInfoTable(ElementName.PAGELIST, 0x66666666);
 }