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.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.


multipliedLeading

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


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.


role

PdfName role

accessibleAttributes

HashMap<K,V> accessibleAttributes

id

UUID 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.


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.PdfException extends DocumentException implements Serializable

serialVersionUID: 6767433960955483999L

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

serialVersionUID: -8972376258066225871L

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

serialVersionUID: 9199144538884293397L

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.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.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.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
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
the namesspace



Copyright © 2013. All Rights Reserved.