static JDFAutoExposedMedia() { atrInfoTable[0] = new AtrInfoTable(AttributeName.POLARITY, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true"); atrInfoTable[1] = new AtrInfoTable(AttributeName.COLORTYPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumColorType.getEnum(0), null); atrInfoTable[2] = new AtrInfoTable(AttributeName.PAGELISTINDEX, 0x33333111, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null); atrInfoTable[3] = new AtrInfoTable(AttributeName.PLATETYPE, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumPlateType.getEnum(0), null); atrInfoTable[4] = new AtrInfoTable(AttributeName.PROOFNAME, 0x33333311, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[5] = new AtrInfoTable(AttributeName.PROOFQUALITY, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumProofQuality.getEnum(0), null); atrInfoTable[6] = new AtrInfoTable(AttributeName.PROOFTYPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumProofType.getEnum(0), null); atrInfoTable[7] = new AtrInfoTable(AttributeName.PUNCHTYPE, 0x33333333, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[8] = new AtrInfoTable(AttributeName.RESOLUTION, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, null); elemInfoTable[0] = new ElemInfoTable(ElementName.FILESPEC, 0x66666666); elemInfoTable[1] = new ElemInfoTable(ElementName.MEDIA, 0x55555555); elemInfoTable[2] = new ElemInfoTable(ElementName.PAGELIST, 0x66666111); elemInfoTable[3] = new ElemInfoTable(ElementName.SCREENINGPARAMS, 0x66666666); elemInfoTable[4] = new ElemInfoTable(ElementName.CONTACT, 0x33333333); elemInfoTable[5] = new ElemInfoTable(ElementName.IDENTIFICATIONFIELD, 0x33333333); }
/// /// <summary> * (9) get attribute ProofType </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumProofType getProofType() { return(EnumProofType.getEnum(getAttribute(AttributeName.PROOFTYPE, null, null))); }
static JDFAutoProofingParams() { atrInfoTable[0] = new AtrInfoTable(AttributeName.DISPLAYTRAPS, 0x44444433, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[1] = new AtrInfoTable(AttributeName.HALFTONE, 0x44444433, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[2] = new AtrInfoTable(AttributeName.IMAGEVIEWINGSTRATEGY, 0x44444433, AttributeInfo.EnumAttributeType.string_, null, "NoImages"); atrInfoTable[3] = new AtrInfoTable(AttributeName.MANUALFEED, 0x44444431, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[4] = new AtrInfoTable(AttributeName.PROOFRENDERINGINTENT, 0x44444431, AttributeInfo.EnumAttributeType.enumeration, EnumProofRenderingIntent.getEnum(0), "Perceptual"); atrInfoTable[5] = new AtrInfoTable(AttributeName.PROOFTYPE, 0x44444433, AttributeInfo.EnumAttributeType.enumeration, EnumProofType.getEnum(0), "None"); atrInfoTable[6] = new AtrInfoTable(AttributeName.COLORTYPE, 0x44444433, AttributeInfo.EnumAttributeType.enumeration, EnumColorType.getEnum(0), null); atrInfoTable[7] = new AtrInfoTable(AttributeName.RESOLUTION, 0x44444433, AttributeInfo.EnumAttributeType.XYPair, null, null); elemInfoTable[0] = new ElemInfoTable(ElementName.FILESPEC, 0x77777766); elemInfoTable[1] = new ElemInfoTable(ElementName.MEDIA, 0x77777766); }