- P - Static variable in class com.etymon.pj.object.PjName
-
- PAGE - Static variable in class com.etymon.pj.object.PjName
-
- PageMark - Class in com.etymon.pj.object.pagemark
-
The base class for all page marking objects and operators.
- PageMark() - Constructor for class com.etymon.pj.object.pagemark.PageMark
-
- PageMarkObject - Class in com.etymon.pj.object.pagemark
-
A page marking object.
- PageMarkObject() - Constructor for class com.etymon.pj.object.pagemark.PageMarkObject
-
- PageMarkOperator - Class in com.etymon.pj.object.pagemark
-
A page marking operator.
- PageMarkOperator() - Constructor for class com.etymon.pj.object.pagemark.PageMarkOperator
-
- PAGEMODE - Static variable in class com.etymon.pj.object.PjName
-
- PAGES - Static variable in class com.etymon.pj.object.PjName
-
- PARENT - Static variable in class com.etymon.pj.object.PjName
-
- parse(Pdf, RandomAccessFile, long[][], byte[], int) - Static method in class com.etymon.pj.PdfParser
-
- parse(PjStream) - Method in class com.etymon.pj.StreamParser
-
- parseObject(long, long, CharBuffer, XrefTable) - Method in class com.etymon.pjx.PdfReader
-
Parses and returns a PDF object from the input source.
- ParserObject() - Constructor for class com.etymon.pjx.PdfReader.ParserObject
-
- parseXref(byte[], long[][], int) - Static method in class com.etymon.pj.PdfParser
-
- PATTERN - Static variable in class com.etymon.pj.object.PjName
-
- PDF - Static variable in class com.etymon.pj.object.PjName
-
- Pdf - Class in com.etymon.pj
-
A document representation of a PDF file.
- Pdf() - Constructor for class com.etymon.pj.Pdf
-
Creates an empty PDF document.
- Pdf(String) - Constructor for class com.etymon.pj.Pdf
-
Creates a PDF document from an existing PDF file.
- PDF_EOL - Static variable in class com.etymon.pj.PjConst
-
The end-of-line sequence to use when writing a PDF file to
disk.
- PDF_EOL_LEN - Static variable in class com.etymon.pj.PjConst
-
The string length of PDF_EOL.
- PDF_HEADER - Static variable in class com.etymon.pjx.PdfWriter
-
The header to write at the beginning of PDF files.
- PDF_VERSION - Static variable in class com.etymon.pj.PjConst
-
The PDF version output by this release of PJ.
- PDF_VERSION - Static variable in class com.etymon.pjx.PdfWriter
-
The PDF version output by this package.
- PdfAppender - Class in com.etymon.pjx.util
-
Appends multiple PDF documents together, forming a new PDF
document.
- PdfAppender(PdfManager[], PdfWriter) - Constructor for class com.etymon.pjx.util.PdfAppender
-
- PdfAppender(List, PdfWriter) - Constructor for class com.etymon.pjx.util.PdfAppender
-
The class is initialized to read a list of PDF documents
(PdfManager
objects) in order and to write the
resultant document to a specified PdfWriter
.
- PdfArray - Class in com.etymon.pjx
-
Represents the PDF array object.
- PdfArray() - Constructor for class com.etymon.pjx.PdfArray
-
A protected constructor intended to be called only from
wrap(List)
.
- PdfArray(List) - Constructor for class com.etymon.pjx.PdfArray
-
Constructs an array object from a list of
PdfObject
instances.
- PdfBoolean - Class in com.etymon.pjx
-
Represents the PDF Boolean object.
- PdfBoolean(boolean) - Constructor for class com.etymon.pjx.PdfBoolean
-
Constructs a Boolean object representing a Boolean value.
- PdfCatalog - Class in com.etymon.pjx.util
-
Provides methods related to a PDF document's catalog dictionary.
- PdfCatalog(PdfManager) - Constructor for class com.etymon.pjx.util.PdfCatalog
-
Constructs a PdfCatalog
instance based on a
specified PdfManager
.
- PdfDecoderException - Exception in com.etymon.pjx.stream
-
Thrown if there is a problem related to PDF stream encoding or
decoding.
- PdfDecoderException(String) - Constructor for exception com.etymon.pjx.stream.PdfDecoderException
-
Creates an instance of this exception with a detailed
message.
- PdfDecoderException(String, long) - Constructor for exception com.etymon.pjx.stream.PdfDecoderException
-
Creates an instance of this exception with a detailed
message and offset.
- PdfDecoderFormatException - Exception in com.etymon.pjx.stream
-
Thrown if a stream decoder encounters data in a stream that it
cannot decode.
- PdfDecoderFormatException(String) - Constructor for exception com.etymon.pjx.stream.PdfDecoderFormatException
-
Creates an instance of this exception with a detailed
message.
- PdfDecoderFormatException(String, long) - Constructor for exception com.etymon.pjx.stream.PdfDecoderFormatException
-
Creates an instance of this exception with a detailed
message and offset.
- PdfDecoderNotSupportedException - Exception in com.etymon.pjx.stream
-
Thrown if stream decoding requires a decoder method that is not
supported by this package.
- PdfDecoderNotSupportedException(String) - Constructor for exception com.etymon.pjx.stream.PdfDecoderNotSupportedException
-
Creates an instance of this exception with a detailed
message.
- PdfDecoderNotSupportedException(String, long) - Constructor for exception com.etymon.pjx.stream.PdfDecoderNotSupportedException
-
Creates an instance of this exception with a detailed
message and offset.
- PdfDecodeStream - Class in com.etymon.pjx.stream
-
Performs pipelined stream filtering to attempt to decode a stream.
- PdfDecodeStream(PdfManager) - Constructor for class com.etymon.pjx.stream.PdfDecodeStream
-
Constructs an instance of this class with a specified
manager.
- PdfDictionary - Class in com.etymon.pjx
-
Represents the PDF dictionary object.
- PdfDictionary() - Constructor for class com.etymon.pjx.PdfDictionary
-
A protected constructor intended to be called only from
wrap(Map)
.
- PdfDictionary(Map) - Constructor for class com.etymon.pjx.PdfDictionary
-
Constructs a dictionary object from a map of
PdfName
keys and PdfObject
values.
- PdfEncodeStream - Class in com.etymon.pjx.stream
-
Provides commonly used stream encoding functions.
- PdfEncodeStream(PdfManager) - Constructor for class com.etymon.pjx.stream.PdfEncodeStream
-
Constructs an instance of this class with a specified
manager.
- PdfException - Exception in com.etymon.pjx
-
The superclass of all exceptions within this package.
- PdfException(String) - Constructor for exception com.etymon.pjx.PdfException
-
Creates a PdfException with a detailed message.
- PdfException(String, long) - Constructor for exception com.etymon.pjx.PdfException
-
Creates a PdfException with a detailed message and offset.
- PdfFieldTree - Class in com.etymon.pjx.util
-
Provides methods for retrieving and modifying the field tree of a
PDF document.
- PdfFieldTree(PdfManager) - Constructor for class com.etymon.pjx.util.PdfFieldTree
-
Constructs a PdfFieldTree
instance based on a
specified PdfManager
.
- PdfFieldTree.FieldTreeIterator - Class in com.etymon.pjx.util
-
An iterator over the tree of field dictionaries in a PDF document.
- PdfFieldTreeIterator - Interface in com.etymon.pjx.util
-
An iterator over the tree of field dictionaries in a PDF document.
- PdfFlateFilter - Class in com.etymon.pjx.stream
-
Implements a stream filter for Flate compression (based on
zlib/deflate).
- PdfFlateFilter(PdfManager) - Constructor for class com.etymon.pjx.stream.PdfFlateFilter
-
Constructs an instance of this class with a specified
manager instance.
- PdfFloat - Class in com.etymon.pjx
-
Represents the PDF real object.
- PdfFloat(float) - Constructor for class com.etymon.pjx.PdfFloat
-
Constructs a real object representing a float value.
- PdfFormatException - Exception in com.etymon.pj.exception
-
An exception that gets thrown when the parser encounters invalid
PDF data.
- PdfFormatException(String) - Constructor for exception com.etymon.pj.exception.PdfFormatException
-
Creates a PdfFormatException with a detailed message.
- PdfFormatException(String, int) - Constructor for exception com.etymon.pj.exception.PdfFormatException
-
Creates a PdfFormatException with a detailed message and
offset.
- PdfFormatException - Exception in com.etymon.pjx
-
Thrown if a PDF object is encountered that does not conform to the
PDF specification.
- PdfFormatException(String) - Constructor for exception com.etymon.pjx.PdfFormatException
-
Creates a PdfExceptionFormat with a detailed message.
- PdfFormatException(String, long) - Constructor for exception com.etymon.pjx.PdfFormatException
-
Creates a PdfExceptionFormat with a detailed message and
offset.
- PdfInput - Interface in com.etymon.pjx
-
Specifies methods used by
PdfReader
to read
portions of a PDF document.
- PdfInputBuffer - Class in com.etymon.pjx
-
Provides low-level methods for reading portions of a PDF document.
- PdfInputBuffer(ByteBuffer, String) - Constructor for class com.etymon.pjx.PdfInputBuffer
-
Constructs a PDF input source based on a specified
ByteBuffer
.
- PdfInputBuffer(File) - Constructor for class com.etymon.pjx.PdfInputBuffer
-
Constructs a PDF input source based on a specified file.
- PdfInputBuffer(File, boolean) - Constructor for class com.etymon.pjx.PdfInputBuffer
-
Constructs a PDF input source based on a specified file,
with optional memory-mapping.
- PdfInputFile - Class in com.etymon.pjx
-
Provides low-level methods for reading portions of a PDF document.
- PdfInputFile(File) - Constructor for class com.etymon.pjx.PdfInputFile
-
Constructs a PDF input source based on a specified file.
- PdfInteger - Class in com.etymon.pjx
-
Represents the PDF integer object.
- PdfInteger(int) - Constructor for class com.etymon.pjx.PdfInteger
-
Constructs an integer object representing an int value.
- PDFINTEGER_8 - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PdfLong - Class in com.etymon.pjx
-
Represents a long integer value to be used with byte offsets such
as the Prev
entry of a document trailer dictionary.
- PdfLong(long) - Constructor for class com.etymon.pjx.PdfLong
-
Constructs an long integer object representing a long
value.
- PdfManager - Class in com.etymon.pjx
-
Manages the modification or creation of a PDF document.
- PdfManager(boolean) - Constructor for class com.etymon.pjx.PdfManager
-
Constructs a PdfManager
representing an empty
PDF document.
- PdfManager(PdfReader) - Constructor for class com.etymon.pjx.PdfManager
-
Constructs a PdfManager
representing an
existing PDF document.
- PdfModifier - Class in com.etymon.pjx.util
-
Deprecated.
- PdfModifier(PdfManager) - Constructor for class com.etymon.pjx.util.PdfModifier
-
Deprecated.
Constructs a PdfModifier
instance based on a
specified PdfManager
.
- PdfName - Class in com.etymon.pjx
-
Represents the PDF name object.
- PdfName(String) - Constructor for class com.etymon.pjx.PdfName
-
Constructs a name object representing a string value.
- PDFNAME_ACROFORM - Static variable in class com.etymon.pjx.util.PdfFieldTree
-
- PDFNAME_ACROFORM - Static variable in class com.etymon.pjx.util.PdfModifier
-
Deprecated.
A PdfName
object representing the name
AcroForm
.
- PDFNAME_ANNOT - Static variable in class com.etymon.pjx.util.PdfPageObjects
-
A PdfName
object representing the name
Annot
.
- PDFNAME_BITSPERCOMPONENT - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_CCITTFAXDECODE - Static variable in class com.etymon.pjx.stream.PdfEncodeStream
-
- PDFNAME_COLORSPACE - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_CONTENTS - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_COUNT - Static variable in class com.etymon.pjx.util.PdfPageTree
-
- PDFNAME_DCTDECODE - Static variable in class com.etymon.pjx.stream.PdfEncodeStream
-
- PDFNAME_DCTDECODE - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_DEVICERGB - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_FIELDS - Static variable in class com.etymon.pjx.util.PdfFieldTree
-
- PDFNAME_FIELDS - Static variable in class com.etymon.pjx.util.PdfModifier
-
Deprecated.
A PdfName
object representing the name
Fields
.
- PDFNAME_FILTER - Static variable in class com.etymon.pjx.stream.PdfDecodeStream
-
- PDFNAME_FILTER - Static variable in class com.etymon.pjx.stream.PdfEncodeStream
-
- PDFNAME_FILTER - Static variable in class com.etymon.pjx.stream.PdfFlateFilter
-
- PDFNAME_FILTER - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_FLATEDECODE - Static variable in class com.etymon.pjx.stream.PdfDecodeStream
-
- PDFNAME_FLATEDECODE - Static variable in class com.etymon.pjx.stream.PdfEncodeStream
-
- PDFNAME_FLATEDECODE - Static variable in class com.etymon.pjx.stream.PdfFlateFilter
-
- PDFNAME_HEIGHT - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_IMAGE - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_IMAGEC - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_JBIG2DECODE - Static variable in class com.etymon.pjx.stream.PdfEncodeStream
-
- PDFNAME_KIDS - Static variable in class com.etymon.pjx.util.PdfFieldTree
-
- PDFNAME_KIDS - Static variable in class com.etymon.pjx.util.PdfModifier
-
Deprecated.
A PdfName
object representing the name
Kids
.
- PDFNAME_KIDS - Static variable in class com.etymon.pjx.util.PdfPageTree
-
- PDFNAME_LENGTH - Static variable in class com.etymon.pj.PjxConvert
-
Deprecated.
- PDFNAME_LENGTH - Static variable in class com.etymon.pjx.PdfReader
-
A PdfName
object representing the name
Length
.
- PDFNAME_LENGTH - Static variable in class com.etymon.pjx.PdfStream
-
A PdfName
object representing the name
Length
.
- PDFNAME_LZWDECODE - Static variable in class com.etymon.pjx.stream.PdfEncodeStream
-
- PDFNAME_NAME - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_P - Static variable in class com.etymon.pjx.util.PdfPageObjects
-
A PdfName
object representing the name
P
.
- PDFNAME_PAGE - Static variable in class com.etymon.pjx.util.PdfPageObjects
-
A PdfName
object representing the name
Page
.
- PDFNAME_PAGE - Static variable in class com.etymon.pjx.util.PdfPageTree
-
- PDFNAME_PAGES - Static variable in class com.etymon.pjx.util.PdfModifier
-
Deprecated.
A PdfName
object representing the name
Pages
.
- PDFNAME_PAGES - Static variable in class com.etymon.pjx.util.PdfPageTree
-
- PDFNAME_PARENT - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_PARENT - Static variable in class com.etymon.pjx.util.PdfFieldTree
-
- PDFNAME_PARENT - Static variable in class com.etymon.pjx.util.PdfPageObjects
-
A PdfName
object representing the name
Parent
.
- PDFNAME_PARENT - Static variable in class com.etymon.pjx.util.PdfPageTree
-
- PDFNAME_PREV - Static variable in class com.etymon.pjx.PdfManager
-
- PDFNAME_PREV - Static variable in class com.etymon.pjx.PdfReader
-
A PdfName
object representing the name
Prev
.
- PDFNAME_PROCSET - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_RESOURCES - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_ROOT - Static variable in class com.etymon.pjx.util.PdfCatalog
-
A PdfName
object representing the name
Root
.
- PDFNAME_ROOT - Static variable in class com.etymon.pjx.util.PdfModifier
-
Deprecated.
A PdfName
object representing the name
Root
.
- PDFNAME_RUNLENGTHDECODE - Static variable in class com.etymon.pjx.stream.PdfEncodeStream
-
- PDFNAME_SIZE - Static variable in class com.etymon.pjx.PdfManager
-
- PDFNAME_SIZE - Static variable in class com.etymon.pjx.PdfReader
-
A PdfName
object representing the name
Size
.
- PDFNAME_SUBTYPE - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_T - Static variable in class com.etymon.pjx.util.PdfFieldTree
-
- PDFNAME_TYPE - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_TYPE - Static variable in class com.etymon.pjx.util.PdfFieldTree
-
- PDFNAME_TYPE - Static variable in class com.etymon.pjx.util.PdfPageObjects
-
A PdfName
object representing the name
Type
.
- PDFNAME_TYPE - Static variable in class com.etymon.pjx.util.PdfPageTree
-
- PDFNAME_WIDTH - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PDFNAME_XOBJECT - Static variable in class com.etymon.pjx.util.AddImageSimple
-
Deprecated.
- PdfNull - Class in com.etymon.pjx
-
Represents the PDF null object.
- PdfNull() - Constructor for class com.etymon.pjx.PdfNull
-
Constructs a null object.
- PdfNumber - Class in com.etymon.pjx
-
The abstract superclass of classes PdfInteger
,
PdfFloat
, and PdfLong
.
- PdfNumber() - Constructor for class com.etymon.pjx.PdfNumber
-
- PdfObject - Class in com.etymon.pjx
-
The abstract superclass of all basic PDF object types.
- PdfObject() - Constructor for class com.etymon.pjx.PdfObject
-
- PdfObjectFilter - Interface in com.etymon.pjx
-
A filtering function that allows examining and modifying PDF
objects recursively.
- PdfPageObjects - Class in com.etymon.pjx.util
-
Examines a specified page dictionary and returns the set of all
objects it references that are required for the page to be
extracted from the document.
- PdfPageObjects(PdfManager) - Constructor for class com.etymon.pjx.util.PdfPageObjects
-
Constructs a PdfPageObjects
instance.
- PdfPageTree - Class in com.etymon.pjx.util
-
Provides methods for retrieving and modifying the page tree of a
PDF document.
- PdfPageTree(PdfManager) - Constructor for class com.etymon.pjx.util.PdfPageTree
-
Constructs a PdfPageTree
instance based on a
specified PdfManager
.
- PdfParser - Class in com.etymon.pj
-
- PdfParser() - Constructor for class com.etymon.pj.PdfParser
-
- PdfParserState - Class in com.etymon.pj
-
- PdfParserState() - Constructor for class com.etymon.pj.PdfParserState
-
- PdfReader - Class in com.etymon.pjx
-
Reads a PDF document.
- PdfReader(PdfInput) - Constructor for class com.etymon.pjx.PdfReader
-
Creates a reader for a PDF document to be read from a
PdfInput
source.
- PdfReader.ArrayEnd - Class in com.etymon.pjx
-
A placeholder used by the PDF parser to mark the end of an
array.
- PdfReader.DictionaryEnd - Class in com.etymon.pjx
-
A placeholder used by the PDF parser to mark the end of a
dictionary.
- PdfReader.DictionaryEndStream - Class in com.etymon.pjx
-
A placeholder used by the PDF parser to mark the end of a
dictionary that is also followed by a stream.
- PdfReader.ParserObject - Class in com.etymon.pjx
-
The superclass of inner classes used by this
PdfReader
to mark positions while parsing PDF
objects.
- PdfReference - Class in com.etymon.pjx
-
Represents the PDF indirect reference.
- PdfReference(int, int) - Constructor for class com.etymon.pjx.PdfReference
-
Constructs an indirect reference representing a specified
object number and generation number.
- PdfReferencedObjects - Class in com.etymon.pjx.util
-
Examines a specified object and returns the set of all objects it
references.
- PdfReferencedObjects(PdfManager) - Constructor for class com.etymon.pjx.util.PdfReferencedObjects
-
Constructs a PdfReferencedObjects
instance.
- PdfRenumberOffset - Class in com.etymon.pjx.util
-
Modifies indirect references within a PDF object, adding a
specified offset to each object number in a reference.
- PdfRenumberOffset() - Constructor for class com.etymon.pjx.util.PdfRenumberOffset
-
Constructs a PdfRenumberOffset
instance.
- PdfStream - Class in com.etymon.pjx
-
Represents the PDF stream object.
- PdfStream() - Constructor for class com.etymon.pjx.PdfStream
-
- PdfStream(PdfDictionary, ByteBuffer) - Constructor for class com.etymon.pjx.PdfStream
-
Constructs a stream object from a PDF dictionary and a
ByteBuffer
.
- PdfStreamFilter - Interface in com.etymon.pjx.stream
-
A filtering function that implements PDF stream filter encoding and
decoding.
- PdfString - Class in com.etymon.pjx
-
Represents the PDF string object.
- PdfString(String) - Constructor for class com.etymon.pjx.PdfString
-
Constructs a PDF string object representing a string value.
- pdfToString(String) - Static method in class com.etymon.pjx.PdfName
-
Converts a name object in PDF format to a string value as
stored by this class.
- pdfToString(CharBuffer) - Static method in class com.etymon.pjx.PdfString
-
Converts a PDF string object in PDF format to a string
value as stored by this class.
- PdfWriter - Class in com.etymon.pjx
-
Writes a PDF document.
- PdfWriter(File) - Constructor for class com.etymon.pjx.PdfWriter
-
Creates a writer for a PDF document to be written to a
file.
- PdfWriter(OutputStream) - Constructor for class com.etymon.pjx.PdfWriter
-
Creates a writer for a PDF document to be written to an
OutputStream
.
- PjArray - Class in com.etymon.pj.object
-
A representation of the PDF array type.
- PjArray() - Constructor for class com.etymon.pj.object.PjArray
-
Creates an empty array.
- PjArray(Vector) - Constructor for class com.etymon.pj.object.PjArray
-
Creates an array as a wrapper around a Vector.
- PjBoolean - Class in com.etymon.pj.object
-
A representation of the PDF Boolean type.
- PjBoolean(boolean) - Constructor for class com.etymon.pj.object.PjBoolean
-
Creates a Boolean object.
- PjCatalog - Class in com.etymon.pj.object
-
A representation of a PDF Catalog dictionary.
- PjCatalog() - Constructor for class com.etymon.pj.object.PjCatalog
-
Creates a new Catalog dictionary.
- PjCatalog(Hashtable) - Constructor for class com.etymon.pj.object.PjCatalog
-
Creates a Catalog dictionary as a wrapper around a Hashtable.
- PjConst - Class in com.etymon.pj
-
General constants used by the PJ classes.
- PjConst() - Constructor for class com.etymon.pj.PjConst
-
- PjDate - Class in com.etymon.pj.object
-
A representation of the PDF Date type.
- PjDate(String) - Constructor for class com.etymon.pj.object.PjDate
-
Creates a Date object.
- PjDictionary - Class in com.etymon.pj.object
-
A representation of the PDF dictionary type.
- PjDictionary() - Constructor for class com.etymon.pj.object.PjDictionary
-
Creates an empty dictionary.
- PjDictionary(Hashtable) - Constructor for class com.etymon.pj.object.PjDictionary
-
Creates a dictionary as a wrapper around a Hashtable.
- PjEncoding - Class in com.etymon.pj.object
-
A representation of a PDF font encoding dictionary.
- PjEncoding() - Constructor for class com.etymon.pj.object.PjEncoding
-
Creates a new encoding dictionary.
- PjEncoding(Hashtable) - Constructor for class com.etymon.pj.object.PjEncoding
-
Creates an encoding dictionary as a wrapper around a Hashtable.
- PjException - Exception in com.etymon.pj.exception
-
The base class for all exceptions within this package.
- PjException(String) - Constructor for exception com.etymon.pj.exception.PjException
-
Creates a PjException with a detailed message.
- PjFDFlagBitNames - Static variable in class com.etymon.pj.object.PjFontDescriptor
-
Deprecated.
- PjFont - Class in com.etymon.pj.object
-
A representation of a PDF font dictionary (abstract base class).
- PjFont() - Constructor for class com.etymon.pj.object.PjFont
-
Creates a new font dictionary.
- PjFont(Hashtable) - Constructor for class com.etymon.pj.object.PjFont
-
Creates a font dictionary as a wrapper around a Hashtable.
- PjFontDescriptor - Class in com.etymon.pj.object
-
A representation of a PDF font descriptor (abstract base class).
- PjFontDescriptor() - Constructor for class com.etymon.pj.object.PjFontDescriptor
-
Creates a new font descriptor dictionary.
- PjFontDescriptor(Hashtable) - Constructor for class com.etymon.pj.object.PjFontDescriptor
-
Creates a font descriptor dictionary as a wrapper around a Hashtable.
- PjFontType1 - Class in com.etymon.pj.object
-
A representation of a PDF type 1 font dictionary.
- PjFontType1() - Constructor for class com.etymon.pj.object.PjFontType1
-
Creates a new type 1 font dictionary.
- PjFontType1(Hashtable) - Constructor for class com.etymon.pj.object.PjFontType1
-
Creates a type 1 font dictionary as a wrapper around a Hashtable.
- PjInfo - Class in com.etymon.pj.object
-
A representation of a PDF Info dictionary.
- PjInfo() - Constructor for class com.etymon.pj.object.PjInfo
-
Creates a new Info dictionary.
- PjInfo(Hashtable) - Constructor for class com.etymon.pj.object.PjInfo
-
Creates an Info dictionary as a wrapper around a Hashtable.
- PjName - Class in com.etymon.pj.object
-
A representation of the PDF name type.
- PjName(String) - Constructor for class com.etymon.pj.object.PjName
-
Creates a name object.
- PjNull - Class in com.etymon.pj.object
-
A representation of the PDF null type.
- PjNull() - Constructor for class com.etymon.pj.object.PjNull
-
Creates a null object.
- PjNumber - Class in com.etymon.pj.object
-
A representation of the PDF number type.
- PjNumber(float) - Constructor for class com.etymon.pj.object.PjNumber
-
Creates a number object.
- PjObject - Class in com.etymon.pj.object
-
A PDF object representation.
- PjObject() - Constructor for class com.etymon.pj.object.PjObject
-
- PjObjectVector - Class in com.etymon.pj.util
-
- PjObjectVector() - Constructor for class com.etymon.pj.util.PjObjectVector
-
- PjObjectVector(int) - Constructor for class com.etymon.pj.util.PjObjectVector
-
- PjPage - Class in com.etymon.pj.object
-
A representation of a PDF page dictionary.
- PjPage() - Constructor for class com.etymon.pj.object.PjPage
-
Creates a new page dictionary.
- PjPage(Hashtable) - Constructor for class com.etymon.pj.object.PjPage
-
Creates a page dictionary as a wrapper around a Hashtable.
- PjPages - Class in com.etymon.pj.object
-
A representation of a PDF Pages dictionary.
- PjPages() - Constructor for class com.etymon.pj.object.PjPages
-
Creates a new Pages dictionary.
- PjPages(Hashtable) - Constructor for class com.etymon.pj.object.PjPages
-
Creates a Pages dictionary as a wrapper around a Hashtable.
- PjPagesNode - Class in com.etymon.pj.object
-
A representation of a dictionary node in a PDF Pages tree (abstract base class).
- PjPagesNode() - Constructor for class com.etymon.pj.object.PjPagesNode
-
Creates a new Pages dictionary node.
- PjPagesNode(Hashtable) - Constructor for class com.etymon.pj.object.PjPagesNode
-
Creates a Pages dictionary node as a wrapper around a Hashtable.
- PjProcSet - Class in com.etymon.pj.object
-
A representation of the PDF ProcSet type.
- PjProcSet() - Constructor for class com.etymon.pj.object.PjProcSet
-
Creates a ProcSet object.
- PjProcSet(Vector) - Constructor for class com.etymon.pj.object.PjProcSet
-
Creates a ProcSet as a wrapper around a Vector.
- PjRectangle - Class in com.etymon.pj.object
-
A representation of the PDF Rectangle type.
- PjRectangle() - Constructor for class com.etymon.pj.object.PjRectangle
-
Creates a Rectangle object.
- PjRectangle(Vector) - Constructor for class com.etymon.pj.object.PjRectangle
-
Creates a Rectangle as a wrapper around a Vector.
- PjReference - Class in com.etymon.pj.object
-
A representation of the PDF reference type.
- PjReference(PjNumber) - Constructor for class com.etymon.pj.object.PjReference
-
Creates a PDF reference object.
- PjReference(PjNumber, PjNumber) - Constructor for class com.etymon.pj.object.PjReference
-
Creates a PDF reference object.
- PjResources - Class in com.etymon.pj.object
-
A representation of a PDF resources dictionary.
- PjResources() - Constructor for class com.etymon.pj.object.PjResources
-
Creates a new resources dictionary.
- PjResources(Hashtable) - Constructor for class com.etymon.pj.object.PjResources
-
Creates a resources dictionary as a wrapper around a Hashtable.
- PjScript - Class in com.etymon.pj.tools
-
Implements a PDF scripting language.
- PjScript() - Constructor for class com.etymon.pj.tools.PjScript
-
- PjScriptException - Exception in com.etymon.pj.exception
-
An exception that gets thrown by PjScript.
- PjScriptException(String, int, String, int) - Constructor for exception com.etymon.pj.exception.PjScriptException
-
Creates a PjScriptException with detailed arguments.
- PjStream - Class in com.etymon.pj.object
-
A representation of the PDF stream type.
- PjStream(byte[]) - Constructor for class com.etymon.pj.object.PjStream
-
Creates a stream as a wrapper around a byte array.
- PjStream(PjStreamDictionary, byte[]) - Constructor for class com.etymon.pj.object.PjStream
-
Creates a stream as a wrapper around a PjStreamDictionary and
byte array.
- PjStreamDictionary - Class in com.etymon.pj.object
-
A representation of a PDF stream dictionary.
- PjStreamDictionary() - Constructor for class com.etymon.pj.object.PjStreamDictionary
-
Creates a new stream dictionary.
- PjStreamDictionary(Hashtable) - Constructor for class com.etymon.pj.object.PjStreamDictionary
-
Creates a stream dictionary as a wrapper around an Hashtable.
- PjString - Class in com.etymon.pj.object
-
A representation of the PDF string type.
- PjString(String) - Constructor for class com.etymon.pj.object.PjString
-
Creates a string object.
- pjUpdateFieldValue(PdfDictionary, PdfDictionary, String) - Method in class com.etymon.pjx.util.PdfModifier
-
Deprecated.
- pjxAdjustTextMatrixX(Vector, float) - Static method in class com.etymon.pj.PjxConvert
-
Deprecated.
- pjxClearTextMatrixX(Vector) - Static method in class com.etymon.pj.PjxConvert
-
Deprecated.
- PjxConvert - Class in com.etymon.pj
-
Deprecated.
- PjxConvert() - Constructor for class com.etymon.pj.PjxConvert
-
Deprecated.
- pjxGetFields(PdfManager) - Static method in class com.etymon.pj.PjxConvert
-
Deprecated.
- pjxGetFieldsAddField(PdfManager, ArrayList, PdfReference) - Static method in class com.etymon.pj.PjxConvert
-
Deprecated.
- pjxInheritFieldAttributes(PdfManager, PdfDictionary) - Static method in class com.etymon.pj.PjxConvert
-
Deprecated.
- pjxInheritFieldAttributesCollapse(PjName, Hashtable, PjDictionary, PjDictionary) - Static method in class com.etymon.pj.PjxConvert
-
Deprecated.
- pjxReplaceTextData(Vector, PdfString, PdfString) - Static method in class com.etymon.pj.PjxConvert
-
Deprecated.
- pjxUpdateFieldValue(PdfManager, PdfDictionary, PdfDictionary, String) - Static method in class com.etymon.pj.PjxConvert
-
Deprecated.
- postFilter(PdfObject) - Method in interface com.etymon.pjx.PdfObjectFilter
-
Examines a PDF object and optionally returns a modified
object.
- postFilter(PdfObject) - Method in class com.etymon.pjx.util.PdfReferencedObjects
-
- postFilter(PdfObject) - Method in class com.etymon.pjx.util.PdfRenumberOffset
-
This method is used by
renumber(PdfObject)
to filter indirect references and
should not be called externally.
- preFilter(PdfObject) - Method in interface com.etymon.pjx.PdfObjectFilter
-
Examines a PDF object and optionally returns a modified
object.
- preFilter(PdfObject) - Method in class com.etymon.pjx.util.PdfPageObjects
-
- preFilter(PdfObject) - Method in class com.etymon.pjx.util.PdfReferencedObjects
-
This method is used by
getReferenced(PdfObject)
and
should not be called
externally; however, it may be overridden in subclasses
in order to pre-process the objects.
- preFilter(PdfObject) - Method in class com.etymon.pjx.util.PdfRenumberOffset
-
This method is used by
renumber(PdfObject)
to filter indirect references and
should not be called externally.
- PREV - Static variable in class com.etymon.pj.object.PjName
-
- processToken() - Method in class com.etymon.pj.StreamParser
-
- PROCSET - Static variable in class com.etymon.pj.object.PjName
-
- PRODUCER - Static variable in class com.etymon.pj.object.PjName
-
- PROPERTIES - Static variable in class com.etymon.pj.object.PjName
-