intarsys PDF library API

de.intarsys.pdf.pd
Class PDBuildData

java.lang.Object
  extended by de.intarsys.pdf.cos.COSBasedObject
      extended by de.intarsys.pdf.pd.PDObject
          extended by de.intarsys.pdf.pd.PDBuildData
All Implemented Interfaces:
ICOSObjectListener, IAttributeSupport

public class PDBuildData
extends PDObject


Nested Class Summary
static class PDBuildData.MetaClass
          The meta class implementation
 
Field Summary
static COSName DK_Date
           
static COSName DK_Name
           
static COSName DK_NonEFontNoWarn
           
static COSName DK_OS
           
static COSName DK_PreRelease
           
static COSName DK_R
           
static COSName DK_TrustedMode
           
static COSName DK_V
           
static PDBuildData.MetaClass META
          The meta class instance
 
Fields inherited from class de.intarsys.pdf.pd.PDObject
DK_Subtype, DK_Type
 
Method Summary
 CDSDate getDate()
           
 String getName()
           
 String getOS()
           
 int getR()
           
 int getV()
           
 boolean isNonEFontNoWarn()
           
 boolean isPreRelease()
           
 boolean isTrustedMode()
           
 void setDate(CDSDate date)
           
 void setName(String name)
           
 void setNonEFontNoWarn(boolean nonEFontNoWarn)
           
 void setOS(String osString)
           
 void setPreRelease(boolean preRelease)
           
 void setR(int moduleRevision)
           
 void setTrustedMode(boolean trustedMode)
           
 void setV(int minimumSoftwareVersion)
           
 
Methods inherited from class de.intarsys.pdf.pd.PDObject
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toString
 
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

META

public static final PDBuildData.MetaClass META
The meta class instance


DK_Name

public static final COSName DK_Name

DK_Date

public static final COSName DK_Date

DK_R

public static final COSName DK_R

DK_V

public static final COSName DK_V

DK_PreRelease

public static final COSName DK_PreRelease

DK_OS

public static final COSName DK_OS

DK_NonEFontNoWarn

public static final COSName DK_NonEFontNoWarn

DK_TrustedMode

public static final COSName DK_TrustedMode
Method Detail

getDate

public CDSDate getDate()

getName

public String getName()

getOS

public String getOS()

getR

public int getR()

getV

public int getV()

isNonEFontNoWarn

public boolean isNonEFontNoWarn()

isPreRelease

public boolean isPreRelease()

isTrustedMode

public boolean isTrustedMode()

setDate

public void setDate(CDSDate date)

setName

public void setName(String name)

setNonEFontNoWarn

public void setNonEFontNoWarn(boolean nonEFontNoWarn)

setOS

public void setOS(String osString)

setPreRelease

public void setPreRelease(boolean preRelease)

setR

public void setR(int moduleRevision)

setTrustedMode

public void setTrustedMode(boolean trustedMode)

setV

public void setV(int minimumSoftwareVersion)

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.