Serialized Form


Package com.itextpdf.awt.geom

Class com.itextpdf.awt.geom.AffineTransform extends Object implements Serializable

serialVersionUID: 1330973210523860834L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Read AffineTransform object from the input stream

Throws:
IOException - - if there are I/O errors while reading from the input strem
ClassNotFoundException - - if class could not be found

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Write AffineTrasform object to the output steam.

Throws:
IOException - - if there are I/O errors while writing to the output strem
Serialized Fields

m00

double m00
The values of transformation matrix


m10

double m10

m01

double m01

m11

double m11

m02

double m02

m12

double m12

Class com.itextpdf.awt.geom.Dimension extends Dimension2D implements Serializable

serialVersionUID: 4723952579491349524L

Serialized Fields

width

double width

height

double height

Class com.itextpdf.awt.geom.IllegalPathStateException extends RuntimeException implements Serializable

serialVersionUID: -5158084205220481094L

Class com.itextpdf.awt.geom.NoninvertibleTransformException extends Exception implements Serializable

serialVersionUID: 6137225240503990466L

Class com.itextpdf.awt.geom.Point extends Point2D implements Serializable

serialVersionUID: -5276940640259749850L

Serialized Fields

x

double x

y

double y

Class com.itextpdf.awt.geom.Rectangle extends Rectangle2D implements Serializable

serialVersionUID: -4345857070255674764L

Serialized Fields

x

double x

y

double y

width

double width

height

double height

Package com.itextpdf.text

Class com.itextpdf.text.AccessibleElementId extends Object implements Serializable

Serialized Fields

id

int id

Class com.itextpdf.text.Anchor extends Phrase implements Serializable

serialVersionUID: -852278536049236911L

Serialized Fields

name

String name
This is the name of the Anchor.


reference

String reference
This is the reference of the Anchor.

Class com.itextpdf.text.BadElementException extends DocumentException implements Serializable

serialVersionUID: -799006030723822254L

Class com.itextpdf.text.Chapter extends Section implements Serializable

serialVersionUID: 1791000695779357361L

Class com.itextpdf.text.ChapterAutoNumber extends Chapter implements Serializable

serialVersionUID: -9217457637987854167L

Serialized Fields

numberSet

boolean numberSet
Is the chapter number already set?

Since:
2.1.4

Class com.itextpdf.text.DocumentException extends Exception implements Serializable

serialVersionUID: -2191131489390840739L

Class com.itextpdf.text.ExceptionConverter extends RuntimeException implements Serializable

serialVersionUID: 8657630363395849399L

Serialized Fields

ex

Exception ex
we keep a handle to the wrapped exception


prefix

String prefix
prefix for the exception

Class com.itextpdf.text.Jpeg2000.ColorSpecBox extends ArrayList<Integer> implements Serializable

Serialized Fields

colorProfile

byte[] colorProfile

Class com.itextpdf.text.ListItem extends Paragraph implements Serializable

serialVersionUID: 1970670787169329006L

Serialized Fields

symbol

Chunk symbol
this is the symbol that will precede the listitem.

Since:
5.0 used to be private

listBody

ListBody listBody

listLabel

ListLabel listLabel

Class com.itextpdf.text.Paragraph extends Phrase implements Serializable

serialVersionUID: 7852314969733375514L

Serialized Fields

alignment

int alignment
The alignment of the text.


indentationLeft

float indentationLeft
The indentation of this paragraph on the left side.


indentationRight

float indentationRight
The indentation of this paragraph on the right side.


firstLineIndent

float firstLineIndent
Holds value of property firstLineIndent.


spacingBefore

float spacingBefore
The spacing before the paragraph.


spacingAfter

float spacingAfter
The spacing after the paragraph.


extraParagraphSpace

float extraParagraphSpace
Holds value of property extraParagraphSpace.


keeptogether

boolean keeptogether
Does the paragraph has to be kept together on 1 page.


paddingTop

float paddingTop

role

PdfName role

accessibleAttributes

HashMap<K,V> accessibleAttributes

id

AccessibleElementId id

Class com.itextpdf.text.Phrase extends ArrayList<Element> implements Serializable

serialVersionUID: 2643594602455068231L

Serialized Fields

leading

float leading
This is the leading of this phrase.


multipliedLeading

float multipliedLeading
The text leading that is multiplied by the biggest font size in the line.


font

Font font
This is the font of this phrase.


hyphenation

HyphenationEvent hyphenation
Null, unless the Phrase has to be hyphenated.

Since:
2.1.2

tabSettings

TabSettings tabSettings
Predefined tab position and properties(alignment, leader and etc.);

Since:
5.4.1

Class com.itextpdf.text.Section extends ArrayList<Element> implements Serializable

serialVersionUID: 3324172577544748043L

Serialized Fields

title

Paragraph title
The title of this section.


bookmarkTitle

String bookmarkTitle
The bookmark title if different from the content title


numberDepth

int numberDepth
The number of sectionnumbers that has to be shown before the section title.


numberStyle

int numberStyle
The style for sectionnumbers.

Since:
iText 2.0.8

indentationLeft

float indentationLeft
The indentation of this section on the left side.


indentationRight

float indentationRight
The indentation of this section on the right side.


indentation

float indentation
The additional indentation of the content of this section.


bookmarkOpen

boolean bookmarkOpen
false if the bookmark children are not visible


triggerNewPage

boolean triggerNewPage
true if the section has to trigger a new page


subsections

int subsections
This is the number of subsections.


numbers

ArrayList<E> numbers
This is the complete list of sectionnumbers of this section and the parents of this section.


complete

boolean complete
Indicates if the Section will be complete once added to the document.

Since:
iText 2.0.8

addedCompletely

boolean addedCompletely
Indicates if the Section was added completely to the document.

Since:
iText 2.0.8

notAddedYet

boolean notAddedYet
Indicates if this is the first time the section was added.

Since:
iText 2.0.8

Package com.itextpdf.text.exceptions

Class com.itextpdf.text.exceptions.BadPasswordException extends IOException implements Serializable

serialVersionUID: -4333706268155063964L

Class com.itextpdf.text.exceptions.IllegalPdfSyntaxException extends IllegalArgumentException implements Serializable

serialVersionUID: -643024246596031671L

Class com.itextpdf.text.exceptions.InvalidImageException extends RuntimeException implements Serializable

serialVersionUID: -1319471492541702697L

Serialized Fields

cause

Throwable cause

Class com.itextpdf.text.exceptions.InvalidPdfException extends IOException implements Serializable

serialVersionUID: -2319614911517026938L

Serialized Fields

cause

Throwable cause

Class com.itextpdf.text.exceptions.UnsupportedPdfException extends InvalidPdfException implements Serializable

serialVersionUID: 2180764250839096628L


Package com.itextpdf.text.html

Class com.itextpdf.text.html.WebColors extends HashMap<String,int[]> implements Serializable

serialVersionUID: 3542523100813372896L


Package com.itextpdf.text.html.simpleparser

Class com.itextpdf.text.html.simpleparser.HTMLTagProcessors extends HashMap<String,HTMLTagProcessor> implements Serializable

serialVersionUID: -959260811961222824L

Class com.itextpdf.text.html.simpleparser.ImageStore extends HashMap<String,Image> implements Serializable

serialVersionUID: -148924031490995024L


Package com.itextpdf.text.io

Class com.itextpdf.text.io.MapFailedException extends IOException implements Serializable


Package com.itextpdf.text.pdf

Class com.itextpdf.text.pdf.BadPdfFormatException extends PdfException implements Serializable

serialVersionUID: 1802317735708833538L

Class com.itextpdf.text.pdf.NumberArray extends PdfArray implements Serializable

Class com.itextpdf.text.pdf.PdfAcroForm extends PdfDictionary implements Serializable

Serialized Fields

writer

PdfWriter writer

fieldTemplates

HashSet<E> fieldTemplates
This is a map containing FieldTemplates.


documentFields

PdfArray documentFields
This is an array containing DocumentFields.


calculationOrder

PdfArray calculationOrder
This is an array containing the calculationorder of the fields.


sigFlags

int sigFlags
Contains the signature flags.

Class com.itextpdf.text.pdf.PdfAction extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfAnnotation extends PdfDictionary implements Serializable

Serialized Fields

writer

PdfWriter writer

reference

PdfIndirectReference reference
Reference to this annotation.

Since:
2.1.6; was removed in 2.1.5, but restored in 2.1.6

templates

HashSet<E> templates

form

boolean form

annotation

boolean annotation

used

boolean used
Holds value of property used.


placeInPage

int placeInPage
Holds value of property placeInPage.


role

PdfName role

accessibleAttributes

HashMap<K,V> accessibleAttributes

id

AccessibleElementId id

Class com.itextpdf.text.pdf.PdfArray extends PdfObject implements Serializable

Serialized Fields

arrayList

ArrayList<E> arrayList
this is the actual array of PdfObjects

Class com.itextpdf.text.pdf.PdfBoolean extends PdfObject implements Serializable

Serialized Fields

value

boolean value
the boolean value of this object

Class com.itextpdf.text.pdf.PdfBorderArray extends PdfArray implements Serializable

Class com.itextpdf.text.pdf.PdfBorderDictionary extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfDashPattern extends PdfArray implements Serializable

Serialized Fields

dash

float dash
This is the length of a dash.


gap

float gap
This is the length of a gap.


phase

float phase
This is the phase.

Class com.itextpdf.text.pdf.PdfDate extends PdfString implements Serializable

Class com.itextpdf.text.pdf.PdfDestination extends PdfArray implements Serializable

Serialized Fields

status

boolean status
Is the indirect reference to a page already added?

Class com.itextpdf.text.pdf.PdfDictionary extends PdfObject implements Serializable

Serialized Fields

dictionaryType

PdfName dictionaryType
This is the type of this dictionary


hashMap

HashMap<K,V> hashMap
This is the hashmap that contains all the values and keys of the dictionary

Class com.itextpdf.text.pdf.PdfDocument.PdfInfo extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfEFStream extends PdfStream implements Serializable

Class com.itextpdf.text.pdf.PdfException extends DocumentException implements Serializable

serialVersionUID: 6767433960955483999L

Class com.itextpdf.text.pdf.PdfFileSpecification extends PdfDictionary implements Serializable

Serialized Fields

writer

PdfWriter writer

ref

PdfIndirectReference ref

Class com.itextpdf.text.pdf.PdfFormField extends PdfAnnotation implements Serializable

Serialized Fields

parent

PdfFormField parent
Holds value of property parent.


kids

ArrayList<E> kids

Class com.itextpdf.text.pdf.PdfFormXObject extends PdfStream implements Serializable

Class com.itextpdf.text.pdf.PdfGState extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfICCBased extends PdfStream implements Serializable

Class com.itextpdf.text.pdf.PdfImage extends PdfStream implements Serializable

Serialized Fields

name

PdfName name
This is the PdfName of the image.


image

Image image

Class com.itextpdf.text.pdf.PdfIndirectReference extends PdfObject implements Serializable

Serialized Fields

number

int number
the object number


generation

int generation
the generation number

Class com.itextpdf.text.pdf.PdfIsoConformanceException extends RuntimeException implements Serializable

serialVersionUID: -8972376258066225871L

Class com.itextpdf.text.pdf.PdfLayer extends PdfDictionary implements Serializable

Serialized Fields

ref

PdfIndirectReference ref

children

ArrayList<E> children

parent

PdfLayer parent

title

String title

on

boolean on
Holds value of property on.


onPanel

boolean onPanel
Holds value of property onPanel.

Class com.itextpdf.text.pdf.PdfLayerMembership extends PdfDictionary implements Serializable

Serialized Fields

ref

PdfIndirectReference ref

members

PdfArray members

layers

HashSet<E> layers

Class com.itextpdf.text.pdf.PdfLiteral extends PdfObject implements Serializable

Serialized Fields

position

long position
Holds value of property position.

Class com.itextpdf.text.pdf.PdfMediaClipData extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfName extends PdfObject implements Serializable

Serialized Fields

hash

int hash

Class com.itextpdf.text.pdf.PdfNull extends PdfObject implements Serializable

Class com.itextpdf.text.pdf.PdfNumber extends PdfObject implements Serializable

Serialized Fields

value

double value
actual value of this PdfNumber, represented as a double

Class com.itextpdf.text.pdf.PdfObject extends Object implements Serializable

Serialized Fields

bytes

byte[] bytes
The content of this PdfObject


type

int type
The type of this PdfObject


indRef

PRIndirectReference indRef
Holds the indirect reference.

Class com.itextpdf.text.pdf.PdfOCProperties extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfOutline extends PdfDictionary implements Serializable

Serialized Fields

reference

PdfIndirectReference reference
the PdfIndirectReference of this object


count

int count
value of the Count-key


parent

PdfOutline parent
value of the Parent-key


destination

PdfDestination destination
value of the Destination-key


action

PdfAction action
The PdfAction for this outline.


kids

ArrayList<E> kids

writer

PdfWriter writer

tag

String tag
Holds value of property tag.


open

boolean open
Holds value of property open.


color

BaseColor color
Holds value of property color.


style

int style
Holds value of property style.

Class com.itextpdf.text.pdf.PdfPage extends PdfDictionary implements Serializable

Serialized Fields

mediaBox

PdfRectangle mediaBox
value of the MediaBox key

Class com.itextpdf.text.pdf.PdfPattern extends PdfStream implements Serializable

Class com.itextpdf.text.pdf.PdfRectangle extends NumberArray implements Serializable

Serialized Fields

llx

float llx
lower left x


lly

float lly
lower left y


urx

float urx
upper right x


ury

float ury
upper right y

Class com.itextpdf.text.pdf.PdfRendition extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfShadingPattern extends PdfDictionary implements Serializable

Serialized Fields

shading

PdfShading shading

writer

PdfWriter writer

matrix

float[] matrix

patternName

PdfName patternName

patternReference

PdfIndirectReference patternReference

Class com.itextpdf.text.pdf.PdfSigLockDictionary extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfSignature extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfStream extends PdfDictionary implements Serializable

Serialized Fields

compressed

boolean compressed
is the stream compressed?


compressionLevel

int compressionLevel
The level of compression.

Since:
2.1.3

streamBytes

ByteArrayOutputStream streamBytes

inputStream

InputStream inputStream

ref

PdfIndirectReference ref

inputStreamLength

int inputStreamLength

writer

PdfWriter writer

rawLength

int rawLength

Class com.itextpdf.text.pdf.PdfString extends PdfObject implements Serializable

Serialized Fields

value

String value
The value of this object.


originalValue

String originalValue

encoding

String encoding
The encoding.


objNum

int objNum

objGen

int objGen

hexWriting

boolean hexWriting

Class com.itextpdf.text.pdf.PdfStructureElement extends PdfDictionary implements Serializable

Serialized Fields

elementId

AccessibleElementId elementId

reference

PdfIndirectReference reference
Holds value of property reference.


structureType

PdfName structureType

Class com.itextpdf.text.pdf.PdfStructureTreeRoot extends PdfDictionary implements Serializable

Serialized Fields

parentTree

HashMap<K,V> parentTree

reference

PdfIndirectReference reference

classMap

PdfDictionary classMap

classes

HashMap<K,V> classes

numTree

HashMap<K,V> numTree

idTreeMap

HashMap<K,V> idTreeMap

writer

PdfWriter writer
Holds value of property writer.

Class com.itextpdf.text.pdf.PdfTransparencyGroup extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.PdfVisibilityExpression extends PdfArray implements Serializable

Class com.itextpdf.text.pdf.PdfWriter.PdfTrailer extends PdfDictionary implements Serializable

Serialized Fields

offset

long offset

Class com.itextpdf.text.pdf.PdfXConformanceException extends PdfIsoConformanceException implements Serializable

serialVersionUID: 9199144538884293397L

Class com.itextpdf.text.pdf.PRAcroForm extends PdfDictionary implements Serializable

Serialized Fields

fields

ArrayList<E> fields

stack

ArrayList<E> stack

fieldByName

HashMap<K,V> fieldByName

reader

PdfReader reader

Class com.itextpdf.text.pdf.PRIndirectReference extends PdfIndirectReference implements Serializable

Serialized Fields

reader

PdfReader reader

Class com.itextpdf.text.pdf.PRStream extends PdfStream implements Serializable

Serialized Fields

reader

PdfReader reader

offset

long offset

length

int length

objNum

int objNum

objGen

int objGen

Class com.itextpdf.text.pdf.XfaForm.Stack2 extends ArrayList<T> implements Serializable

serialVersionUID: -7451476576174095212L


Package com.itextpdf.text.pdf.codec

Class com.itextpdf.text.pdf.codec.TIFFDirectory extends Object implements Serializable

serialVersionUID: -168636766193675380L

Serialized Fields

isBigEndian

boolean isBigEndian
A boolean storing the endianness of the stream.


numEntries

int numEntries
The number of entries in the IFD.


fields

TIFFField[] fields
An array of TIFFFields.


fieldIndex

Hashtable<K,V> fieldIndex
A Hashtable indexing the fields by tag number.


IFDOffset

long IFDOffset
The offset of this IFD.


nextIFDOffset

long nextIFDOffset
The offset of the next IFD.

Class com.itextpdf.text.pdf.codec.TIFFField extends Object implements Serializable

serialVersionUID: 9088332901412823834L

Serialized Fields

tag

int tag
The tag number.


type

int type
The tag type.


count

int count
The number of data items present in the field.


data

Object data
The field data.


Package com.itextpdf.text.pdf.collection

Class com.itextpdf.text.pdf.collection.PdfCollection extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.collection.PdfCollectionField extends PdfDictionary implements Serializable

Serialized Fields

fieldType

int fieldType
The type of the PDF collection field.

Since:
2.1.2 (was called type previously)

Class com.itextpdf.text.pdf.collection.PdfCollectionItem extends PdfDictionary implements Serializable

Serialized Fields

schema

PdfCollectionSchema schema
The PdfCollectionSchema with the names and types of the items.

Class com.itextpdf.text.pdf.collection.PdfCollectionSchema extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.collection.PdfCollectionSort extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.collection.PdfTargetDictionary extends PdfDictionary implements Serializable


Package com.itextpdf.text.pdf.fonts.otf

Class com.itextpdf.text.pdf.fonts.otf.FontReadingException extends Exception implements Serializable

serialVersionUID: 1L


Package com.itextpdf.text.pdf.hyphenation

Class com.itextpdf.text.pdf.hyphenation.ByteVector extends Object implements Serializable

serialVersionUID: -1096301185375029343L

Serialized Fields

blockSize

int blockSize

array

byte[] array
The encapsulated array


n

int n
Points to next free item

Class com.itextpdf.text.pdf.hyphenation.CharVector extends Object implements Serializable

serialVersionUID: -4875768298308363544L

Serialized Fields

blockSize

int blockSize

array

char[] array
The encapsulated array


n

int n
Points to next free item

Class com.itextpdf.text.pdf.hyphenation.Hyphen extends Object implements Serializable

serialVersionUID: -7666138517324763063L

Serialized Fields

preBreak

String preBreak

noBreak

String noBreak

postBreak

String postBreak

Class com.itextpdf.text.pdf.hyphenation.HyphenationException extends Exception implements Serializable

serialVersionUID: 4721513606846982325L

Class com.itextpdf.text.pdf.hyphenation.HyphenationTree extends TernaryTree implements Serializable

serialVersionUID: -7763254239309429432L

Serialized Fields

vspace

ByteVector vspace
value space: stores the interletter values


stoplist

HashMap<K,V> stoplist
This map stores hyphenation exceptions


classmap

TernaryTree classmap
This map stores the character classes

Class com.itextpdf.text.pdf.hyphenation.TernaryTree extends Object implements Serializable

serialVersionUID: 5313366505322983510L

Serialized Fields

lo

char[] lo
Pointer to low branch and to rest of the key when it is stored directly in this node, we don't have unions in java!


hi

char[] hi
Pointer to high branch.


eq

char[] eq
Pointer to equal branch and to data when this node is a string terminator.


sc

char[] sc

The character stored in this node: splitchar. Two special values are reserved:

This shouldn't be a problem if we give the usual semantics to strings since 0xFFFF is guaranteed not to be an Unicode character.


kv

CharVector kv
This vector holds the trailing of the keys when the branch is compressed.


root

char root

freenode

char freenode

length

int length

Package com.itextpdf.text.pdf.parser

Class com.itextpdf.text.pdf.parser.InlineImageUtils.InlineImageParseException extends IOException implements Serializable

serialVersionUID: 233760879000268548L


Package com.itextpdf.text.pdf.parser.clipper

Class com.itextpdf.text.pdf.parser.clipper.Path extends ArrayList<Point.LongPoint> implements Serializable

serialVersionUID: -7120161578077546673L

Class com.itextpdf.text.pdf.parser.clipper.Paths extends ArrayList<Path> implements Serializable

serialVersionUID: 1910552127810480852L


Package com.itextpdf.text.pdf.qrcode

Class com.itextpdf.text.pdf.qrcode.ReedSolomonException extends Exception implements Serializable

serialVersionUID: 2168232776886684292L

Class com.itextpdf.text.pdf.qrcode.WriterException extends Exception implements Serializable

serialVersionUID: 1L


Package com.itextpdf.text.pdf.security

Class com.itextpdf.text.pdf.security.PdfSignatureAppDictionary extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.security.PdfSignatureBuildProperties extends PdfDictionary implements Serializable

Class com.itextpdf.text.pdf.security.VerificationException extends GeneralSecurityException implements Serializable

serialVersionUID: 2978604513926438256L


Package com.itextpdf.text.xml.xmp

Class com.itextpdf.text.xml.xmp.DublinCoreSchema extends XmpSchema implements Serializable

serialVersionUID: -4551741356374797330L

Class com.itextpdf.text.xml.xmp.LangAlt extends Properties implements Serializable

serialVersionUID: 4396971487200843099L

Class com.itextpdf.text.xml.xmp.PdfSchema extends XmpSchema implements Serializable

serialVersionUID: -1541148669123992185L

Class com.itextpdf.text.xml.xmp.XmpArray extends ArrayList<String> implements Serializable

serialVersionUID: 5722854116328732742L

Serialized Fields

type

String type
Deprecated. 
the type of array.

Class com.itextpdf.text.xml.xmp.XmpBasicSchema extends XmpSchema implements Serializable

serialVersionUID: -2416613941622479298L

Class com.itextpdf.text.xml.xmp.XmpMMSchema extends XmpSchema implements Serializable

serialVersionUID: 1408509596611634862L

Class com.itextpdf.text.xml.xmp.XmpSchema extends Properties implements Serializable

serialVersionUID: -176374295948945272L

Serialized Fields

xmlns

String xmlns
Deprecated. 
the namesspace


Package com.itextpdf.xmp

Class com.itextpdf.xmp.XMPException extends Exception implements Serializable

Serialized Fields

errorCode

int errorCode
the errorCode of the XMP toolkit



Copyright © 2015. All Rights Reserved.