Uses of Class
com.etymon.pjx.PdfName

Packages that use PdfName
com.etymon.pj   
com.etymon.pjx The fundamental classes for creation and modification of PDF documents. 
com.etymon.pjx.stream Provides methods for encoding and decoding PDF streams. 
com.etymon.pjx.util Utility classes for performing common functions on PDF documents. 
 

Uses of PdfName in com.etymon.pj
 

Fields in com.etymon.pj declared as PdfName
protected static PdfName PjxConvert.PDFNAME_LENGTH
          Deprecated.  
 

Uses of PdfName in com.etymon.pjx
 

Fields in com.etymon.pjx declared as PdfName
protected static PdfName PdfReader.PDFNAME_LENGTH
          A PdfName object representing the name Length.
protected static PdfName PdfStream.PDFNAME_LENGTH
          A PdfName object representing the name Length.
protected static PdfName PdfManager.PDFNAME_PREV
           
protected static PdfName PdfReader.PDFNAME_PREV
          A PdfName object representing the name Prev.
protected static PdfName PdfManager.PDFNAME_SIZE
           
protected static PdfName PdfReader.PDFNAME_SIZE
          A PdfName object representing the name Size.
 

Uses of PdfName in com.etymon.pjx.stream
 

Fields in com.etymon.pjx.stream declared as PdfName
protected static PdfName PdfEncodeStream.PDFNAME_CCITTFAXDECODE
           
protected static PdfName PdfEncodeStream.PDFNAME_DCTDECODE
           
protected static PdfName PdfDecodeStream.PDFNAME_FILTER
           
protected static PdfName PdfEncodeStream.PDFNAME_FILTER
           
protected static PdfName PdfFlateFilter.PDFNAME_FILTER
           
protected static PdfName PdfDecodeStream.PDFNAME_FLATEDECODE
           
protected static PdfName PdfEncodeStream.PDFNAME_FLATEDECODE
           
protected static PdfName PdfFlateFilter.PDFNAME_FLATEDECODE
           
protected static PdfName PdfEncodeStream.PDFNAME_JBIG2DECODE
           
protected static PdfName PdfEncodeStream.PDFNAME_LZWDECODE
           
protected static PdfName PdfEncodeStream.PDFNAME_RUNLENGTHDECODE
           
 

Methods in com.etymon.pjx.stream that return PdfName
 PdfName PdfFlateFilter.getName()
           
 PdfName PdfStreamFilter.getName()
          Returns the name of this filter method.
 

Uses of PdfName in com.etymon.pjx.util
 

Fields in com.etymon.pjx.util declared as PdfName
protected static PdfName PdfFieldTree.PDFNAME_ACROFORM
           
protected static PdfName PdfModifier.PDFNAME_ACROFORM
          Deprecated. A PdfName object representing the name AcroForm.
protected static PdfName PdfPageObjects.PDFNAME_ANNOT
          A PdfName object representing the name Annot.
protected static PdfName AddImageSimple.PDFNAME_BITSPERCOMPONENT
          Deprecated.  
protected static PdfName AddImageSimple.PDFNAME_COLORSPACE
          Deprecated.  
protected static PdfName AddImageSimple.PDFNAME_CONTENTS
          Deprecated.  
protected static PdfName PdfPageTree.PDFNAME_COUNT
           
protected static PdfName AddImageSimple.PDFNAME_DCTDECODE
          Deprecated.  
protected static PdfName AddImageSimple.PDFNAME_DEVICERGB
          Deprecated.  
protected static PdfName PdfFieldTree.PDFNAME_FIELDS
           
protected static PdfName PdfModifier.PDFNAME_FIELDS
          Deprecated. A PdfName object representing the name Fields.
protected static PdfName AddImageSimple.PDFNAME_FILTER
          Deprecated.  
protected static PdfName AddImageSimple.PDFNAME_HEIGHT
          Deprecated.  
protected static PdfName AddImageSimple.PDFNAME_IMAGE
          Deprecated.  
protected static PdfName AddImageSimple.PDFNAME_IMAGEC
          Deprecated.  
protected static PdfName PdfFieldTree.PDFNAME_KIDS
           
protected static PdfName PdfModifier.PDFNAME_KIDS
          Deprecated. A PdfName object representing the name Kids.
protected static PdfName PdfPageTree.PDFNAME_KIDS
           
protected static PdfName AddImageSimple.PDFNAME_NAME
          Deprecated.  
protected static PdfName PdfPageObjects.PDFNAME_P
          A PdfName object representing the name P.
protected static PdfName PdfPageObjects.PDFNAME_PAGE
          A PdfName object representing the name Page.
protected static PdfName PdfPageTree.PDFNAME_PAGE
           
protected static PdfName PdfModifier.PDFNAME_PAGES
          Deprecated. A PdfName object representing the name Pages.
protected static PdfName PdfPageTree.PDFNAME_PAGES
           
protected static PdfName AddImageSimple.PDFNAME_PARENT
          Deprecated.  
protected static PdfName PdfFieldTree.PDFNAME_PARENT
           
protected static PdfName PdfPageObjects.PDFNAME_PARENT
          A PdfName object representing the name Parent.
protected static PdfName PdfPageTree.PDFNAME_PARENT
           
protected static PdfName AddImageSimple.PDFNAME_PROCSET
          Deprecated.  
protected static PdfName AddImageSimple.PDFNAME_RESOURCES
          Deprecated.  
protected static PdfName PdfCatalog.PDFNAME_ROOT
          A PdfName object representing the name Root.
protected static PdfName PdfModifier.PDFNAME_ROOT
          Deprecated. A PdfName object representing the name Root.
protected static PdfName AddImageSimple.PDFNAME_SUBTYPE
          Deprecated.  
protected static PdfName PdfFieldTree.PDFNAME_T
           
protected static PdfName AddImageSimple.PDFNAME_TYPE
          Deprecated.  
protected static PdfName PdfFieldTree.PDFNAME_TYPE
           
protected static PdfName PdfPageObjects.PDFNAME_TYPE
          A PdfName object representing the name Type.
protected static PdfName PdfPageTree.PDFNAME_TYPE
           
protected static PdfName AddImageSimple.PDFNAME_WIDTH
          Deprecated.  
protected static PdfName AddImageSimple.PDFNAME_XOBJECT
          Deprecated.  
 

Methods in com.etymon.pjx.util with parameters of type PdfName
 void AddImageSimple.addImage(java.nio.ByteBuffer image, int imageWidth, int imageHeight, PdfName imageName, PdfReference page, float positionX, float positionY, float scaleX, float scaleY, boolean background)
          Deprecated. Adds a specified JPEG image (contained in a buffer) to a page in the PDF document.
 void AddImageSimple.addImage(java.io.File imageFile, int imageWidth, int imageHeight, PdfName imageName, PdfReference page, float positionX, float positionY, float scaleX, float scaleY, boolean background)
          Deprecated. Adds a specified JPEG image (contained in a file) to a page in the PDF document.