Пример #1
0
 ///
 ///          <summary> * (9) get attribute UCRandBGInfo </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumUCRandBGInfo getUCRandBGInfo()
 {
     return(EnumUCRandBGInfo.getEnum(getAttribute(AttributeName.UCRANDBGINFO, null, "Preserve")));
 }
Пример #2
0
 static JDFAutoAdvancedParams()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.ALLOWPSXOBJECTS, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.ALLOWTRANSPARENCY, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, "false");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.AUTOPOSITIONEPSINFO, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.EMBEDJOBOPTIONS, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, "false");
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.EMITDSCWARNINGS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false");
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.LOCKDISTILLERPARAMS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.PARSEDSCCOMMENTS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[7]  = new AtrInfoTable(AttributeName.PARSEDSCCOMMENTSFORDOCINFO, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[8]  = new AtrInfoTable(AttributeName.PASSTHROUGHJPEGIMAGES, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, "false");
     atrInfoTable[9]  = new AtrInfoTable(AttributeName.PRESERVECOPYPAGE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[10] = new AtrInfoTable(AttributeName.PRESERVEEPSINFO, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[11] = new AtrInfoTable(AttributeName.PRESERVEHALFTONEINFO, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false");
     atrInfoTable[12] = new AtrInfoTable(AttributeName.PRESERVEOVERPRINTSETTINGS, 0x33333331, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[13] = new AtrInfoTable(AttributeName.PRESERVEOPICOMMENTS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[14] = new AtrInfoTable(AttributeName.TRANSFERFUNCTIONINFO, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumTransferFunctionInfo.getEnum(0), "Preserve");
     atrInfoTable[15] = new AtrInfoTable(AttributeName.UCRANDBGINFO, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumUCRandBGInfo.getEnum(0), "Preserve");
     atrInfoTable[16] = new AtrInfoTable(AttributeName.USEPROLOGUE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false");
 }
Пример #3
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute UCRandBGInfo
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute UCRandBGInfo </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setUCRandBGInfo(EnumUCRandBGInfo enumVar)
 {
     setAttribute(AttributeName.UCRANDBGINFO, enumVar == null ? null : enumVar.getName(), null);
 }