Serialized Form
-
Package com.itextpdf.awt.geom
-
Class com.itextpdf.awt.geom.AffineTransform extends java.lang.Object implements Serializable
- serialVersionUID:
- 1330973210523860834L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Read AffineTransform object from the input stream- Throws:
java.io.IOException
- - if there are I/O errors while reading from the input stremjava.lang.ClassNotFoundException
- - if class could not be found
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Write AffineTrasform object to the output steam.- Throws:
java.io.IOException
- - if there are I/O errors while writing to the output strem
-
-
Serialized Fields
-
m00
double m00
The values of transformation matrix -
m01
double m01
-
m02
double m02
-
m10
double m10
-
m11
double m11
-
m12
double m12
-
-
Class com.itextpdf.awt.geom.Dimension extends Dimension2D implements Serializable
- serialVersionUID:
- 4723952579491349524L
-
Serialized Fields
-
height
double height
-
width
double width
-
-
Class com.itextpdf.awt.geom.IllegalPathStateException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5158084205220481094L
-
Class com.itextpdf.awt.geom.NoninvertibleTransformException extends java.lang.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
-
height
double height
-
width
double width
-
x
double x
-
y
double y
-
-
-
Package com.itextpdf.text
-
Class com.itextpdf.text.AccessibleElementId extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
int id
-
-
-
Class com.itextpdf.text.Anchor extends Phrase implements Serializable
- serialVersionUID:
- -852278536049236911L
-
Serialized Fields
-
name
java.lang.String name
This is the name of theAnchor
. -
reference
java.lang.String reference
This is the reference of theAnchor
.
-
-
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 java.lang.Exception implements Serializable
- serialVersionUID:
- -2191131489390840739L
-
Class com.itextpdf.text.ExceptionConverter extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 8657630363395849399L
-
Serialized Fields
-
ex
java.lang.Exception ex
we keep a handle to the wrapped exception -
prefix
java.lang.String prefix
prefix for the exception
-
-
Class com.itextpdf.text.Jpeg2000.ColorSpecBox extends java.util.ArrayList<java.lang.Integer> implements Serializable
-
Serialized Fields
-
colorProfile
byte[] colorProfile
-
-
-
Class com.itextpdf.text.ListItem extends Paragraph implements Serializable
- serialVersionUID:
- 1970670787169329006L
-
Class com.itextpdf.text.Paragraph extends Phrase implements Serializable
- serialVersionUID:
- 7852314969733375514L
-
Serialized Fields
-
accessibleAttributes
java.util.HashMap<PdfName,PdfObject> accessibleAttributes
-
alignment
int alignment
The alignment of the text. -
extraParagraphSpace
float extraParagraphSpace
Holds value of property extraParagraphSpace. -
firstLineIndent
float firstLineIndent
Holds value of property firstLineIndent. -
id
AccessibleElementId id
-
indentationLeft
float indentationLeft
The indentation of this paragraph on the left side. -
indentationRight
float indentationRight
The indentation of this paragraph on the right side. -
keeptogether
boolean keeptogether
Does the paragraph has to be kept together on 1 page. -
paddingTop
float paddingTop
-
role
PdfName role
-
spacingAfter
float spacingAfter
The spacing after the paragraph. -
spacingBefore
float spacingBefore
The spacing before the paragraph.
-
-
Class com.itextpdf.text.Phrase extends java.util.ArrayList<Element> implements Serializable
- serialVersionUID:
- 2643594602455068231L
-
Serialized Fields
-
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
-
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. -
tabSettings
TabSettings tabSettings
Predefined tab position and properties(alignment, leader and etc.);- Since:
- 5.4.1
-
-
Class com.itextpdf.text.Section extends java.util.ArrayList<Element> implements Serializable
- serialVersionUID:
- 3324172577544748043L
-
Serialized Fields
-
addedCompletely
boolean addedCompletely
Indicates if the Section was added completely to the document.- Since:
- iText 2.0.8
-
bookmarkOpen
boolean bookmarkOpen
false if the bookmark children are not visible -
bookmarkTitle
java.lang.String bookmarkTitle
The bookmark title if different from the content title -
complete
boolean complete
Indicates if the Section will be complete once added to the document.- Since:
- iText 2.0.8
-
indentation
float indentation
The additional indentation of the content of this section. -
indentationLeft
float indentationLeft
The indentation of this section on the left side. -
indentationRight
float indentationRight
The indentation of this section on the right side. -
notAddedYet
boolean notAddedYet
Indicates if this is the first time the section was added.- Since:
- iText 2.0.8
-
numberDepth
int numberDepth
The number of sectionnumbers that has to be shown before the section title. -
numbers
java.util.ArrayList<java.lang.Integer> numbers
This is the complete list of sectionnumbers of this section and the parents of this section. -
numberStyle
int numberStyle
The style for sectionnumbers.- Since:
- iText 2.0.8
-
subsections
int subsections
This is the number of subsections. -
title
Paragraph title
The title of this section. -
triggerNewPage
boolean triggerNewPage
true if the section has to trigger a new page
-
-
-
Package com.itextpdf.text.exceptions
-
Class com.itextpdf.text.exceptions.BadPasswordException extends java.io.IOException implements Serializable
- serialVersionUID:
- -4333706268155063964L
-
Class com.itextpdf.text.exceptions.IllegalPdfSyntaxException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- -643024246596031671L
-
Class com.itextpdf.text.exceptions.InvalidImageException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -1319471492541702697L
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
Class com.itextpdf.text.exceptions.InvalidPdfException extends java.io.IOException implements Serializable
- serialVersionUID:
- -2319614911517026938L
-
Serialized Fields
-
cause
java.lang.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 java.util.HashMap<java.lang.String,int[]> implements Serializable
- serialVersionUID:
- 3542523100813372896L
-
-
Package com.itextpdf.text.html.simpleparser
-
Class com.itextpdf.text.html.simpleparser.HTMLTagProcessors extends java.util.HashMap<java.lang.String,HTMLTagProcessor> implements Serializable
- serialVersionUID:
- -959260811961222824L
-
Class com.itextpdf.text.html.simpleparser.ImageStore extends java.util.HashMap<java.lang.String,Image> implements Serializable
- serialVersionUID:
- -148924031490995024L
-
-
Package com.itextpdf.text.io
-
Class com.itextpdf.text.io.MapFailedException extends java.io.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.MemoryLimitsAwareException extends java.lang.RuntimeException implements Serializable
-
Class com.itextpdf.text.pdf.NumberArray extends PdfArray implements Serializable
-
Class com.itextpdf.text.pdf.PdfAConformanceException extends PdfIsoConformanceException implements Serializable
- serialVersionUID:
- 194425427686830283L
-
Serialized Fields
-
object
java.lang.Object object
-
-
Class com.itextpdf.text.pdf.PdfAcroForm extends PdfDictionary implements Serializable
-
Serialized Fields
-
calculationOrder
PdfArray calculationOrder
This is an array containing the calculationorder of the fields. -
documentFields
PdfArray documentFields
This is an array containing DocumentFields. -
fieldTemplates
java.util.HashSet<PdfTemplate> fieldTemplates
This is a map containing FieldTemplates. -
sigFlags
int sigFlags
Contains the signature flags. -
writer
PdfWriter writer
-
-
-
Class com.itextpdf.text.pdf.PdfAction extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.PdfAnnotation extends PdfDictionary implements Serializable
-
Serialized Fields
-
accessibleAttributes
java.util.HashMap<PdfName,PdfObject> accessibleAttributes
-
annotation
boolean annotation
-
form
boolean form
-
id
AccessibleElementId id
-
placeInPage
int placeInPage
Holds value of property placeInPage. -
reference
PdfIndirectReference reference
Reference to this annotation.- Since:
- 2.1.6; was removed in 2.1.5, but restored in 2.1.6
-
role
PdfName role
-
templates
java.util.HashSet<PdfTemplate> templates
-
used
boolean used
Holds value of property used. -
writer
PdfWriter writer
-
-
-
Class com.itextpdf.text.pdf.PdfArray extends PdfObject implements Serializable
-
Serialized Fields
-
arrayList
java.util.ArrayList<PdfObject> 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
-
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
-
ref
PdfIndirectReference ref
-
writer
PdfWriter writer
-
-
-
Class com.itextpdf.text.pdf.PdfFormField extends PdfAnnotation implements Serializable
-
Serialized Fields
-
kids
java.util.ArrayList<PdfFormField> kids
-
parent
PdfFormField parent
Holds value of property parent.
-
-
-
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
-
Class com.itextpdf.text.pdf.PdfIndirectReference extends PdfObject implements Serializable
-
Serialized Fields
-
generation
int generation
the generation number -
number
int number
the object number
-
-
-
Class com.itextpdf.text.pdf.PdfIsoConformanceException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8972376258066225871L
-
Class com.itextpdf.text.pdf.PdfLayer extends PdfDictionary implements Serializable
-
Serialized Fields
-
children
java.util.ArrayList<PdfLayer> children
-
on
boolean on
Holds value of property on. -
onPanel
boolean onPanel
Holds value of property onPanel. -
parent
PdfLayer parent
-
ref
PdfIndirectReference ref
-
title
java.lang.String title
-
-
-
Class com.itextpdf.text.pdf.PdfLayerMembership extends PdfDictionary implements Serializable
-
Serialized Fields
-
layers
java.util.HashSet<PdfLayer> layers
-
members
PdfArray members
-
ref
PdfIndirectReference ref
-
-
-
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 thisPdfNumber
, represented as adouble
-
-
-
Class com.itextpdf.text.pdf.PdfObject extends java.lang.Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
The content of thisPdfObject
-
indRef
PRIndirectReference indRef
Holds the indirect reference. -
type
int type
The type of thisPdfObject
-
-
-
Class com.itextpdf.text.pdf.PdfOCProperties extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.PdfOutline extends PdfDictionary implements Serializable
-
Serialized Fields
-
action
PdfAction action
ThePdfAction
for this outline. -
color
BaseColor color
Holds value of property color. -
count
int count
value of the Count-key -
destination
PdfDestination destination
value of the Destination-key -
kids
java.util.ArrayList<PdfOutline> kids
-
open
boolean open
Holds value of property open. -
parent
PdfOutline parent
value of the Parent-key -
reference
PdfIndirectReference reference
thePdfIndirectReference
of this object -
style
int style
Holds value of property style. -
tag
java.lang.String tag
Holds value of property tag. -
writer
PdfWriter writer
-
-
-
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
-
matrix
float[] matrix
-
patternName
PdfName patternName
-
patternReference
PdfIndirectReference patternReference
-
shading
PdfShading shading
-
writer
PdfWriter writer
-
-
-
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
-
inputStream
java.io.InputStream inputStream
-
inputStreamLength
int inputStreamLength
-
rawLength
int rawLength
-
ref
PdfIndirectReference ref
-
streamBytes
java.io.ByteArrayOutputStream streamBytes
-
writer
PdfWriter writer
-
-
-
Class com.itextpdf.text.pdf.PdfString extends PdfObject implements Serializable
-
Serialized Fields
-
encoding
java.lang.String encoding
The encoding. -
hexWriting
boolean hexWriting
-
objGen
int objGen
-
objNum
int objNum
-
originalValue
java.lang.String originalValue
-
value
java.lang.String value
The value of this object.
-
-
-
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
-
classes
java.util.HashMap<PdfName,PdfObject> classes
-
classMap
PdfDictionary classMap
-
idTreeMap
java.util.HashMap<java.lang.String,PdfObject> idTreeMap
-
numTree
java.util.HashMap<java.lang.Integer,PdfIndirectReference> numTree
-
parentTree
java.util.HashMap<java.lang.Integer,PdfObject> parentTree
-
reference
PdfIndirectReference reference
-
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
-
fieldByName
java.util.HashMap<java.lang.String,PRAcroForm.FieldInformation> fieldByName
-
fields
java.util.ArrayList<PRAcroForm.FieldInformation> fields
-
reader
PdfReader reader
-
stack
java.util.ArrayList<PdfDictionary> stack
-
-
-
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
-
length
int length
-
objGen
int objGen
-
objNum
int objNum
-
offset
long offset
-
reader
PdfReader reader
-
-
-
Class com.itextpdf.text.pdf.XfaForm.Stack2 extends java.util.ArrayList<T> implements Serializable
- serialVersionUID:
- -7451476576174095212L
-
-
Package com.itextpdf.text.pdf.codec
-
Class com.itextpdf.text.pdf.codec.TIFFDirectory extends java.lang.Object implements Serializable
- serialVersionUID:
- -168636766193675380L
-
Serialized Fields
-
fieldIndex
java.util.Hashtable<java.lang.Integer,java.lang.Integer> fieldIndex
A Hashtable indexing the fields by tag number. -
fields
TIFFField[] fields
An array of TIFFFields. -
IFDOffset
long IFDOffset
The offset of this IFD. -
isBigEndian
boolean isBigEndian
A boolean storing the endianness of the stream. -
nextIFDOffset
long nextIFDOffset
The offset of the next IFD. -
numEntries
int numEntries
The number of entries in the IFD.
-
-
Class com.itextpdf.text.pdf.codec.TIFFField extends java.lang.Object implements Serializable
- serialVersionUID:
- 9088332901412823834L
-
Serialized Fields
-
count
int count
The number of data items present in the field. -
data
java.lang.Object data
The field data. -
tag
int tag
The tag number. -
type
int type
The tag type.
-
-
-
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 java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.itextpdf.text.pdf.hyphenation
-
Class com.itextpdf.text.pdf.hyphenation.ByteVector extends java.lang.Object implements Serializable
- serialVersionUID:
- -1096301185375029343L
-
Serialized Fields
-
array
byte[] array
The encapsulated array -
blockSize
int blockSize
-
n
int n
Points to next free item
-
-
Class com.itextpdf.text.pdf.hyphenation.CharVector extends java.lang.Object implements Serializable
- serialVersionUID:
- -4875768298308363544L
-
Serialized Fields
-
array
char[] array
The encapsulated array -
blockSize
int blockSize
-
n
int n
Points to next free item
-
-
Class com.itextpdf.text.pdf.hyphenation.Hyphen extends java.lang.Object implements Serializable
- serialVersionUID:
- -7666138517324763063L
-
Serialized Fields
-
noBreak
java.lang.String noBreak
-
postBreak
java.lang.String postBreak
-
preBreak
java.lang.String preBreak
-
-
Class com.itextpdf.text.pdf.hyphenation.HyphenationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 4721513606846982325L
-
Class com.itextpdf.text.pdf.hyphenation.HyphenationTree extends TernaryTree implements Serializable
- serialVersionUID:
- -7763254239309429432L
-
Serialized Fields
-
classmap
TernaryTree classmap
This map stores the character classes -
stoplist
java.util.HashMap<java.lang.String,java.util.ArrayList<java.lang.Object>> stoplist
This map stores hyphenation exceptions -
vspace
ByteVector vspace
value space: stores the interletter values
-
-
Class com.itextpdf.text.pdf.hyphenation.TernaryTree extends java.lang.Object implements Serializable
- serialVersionUID:
- 5313366505322983510L
-
Serialized Fields
-
eq
char[] eq
Pointer to equal branch and to data when this node is a string terminator. -
freenode
char freenode
-
hi
char[] hi
Pointer to high branch. -
kv
CharVector kv
This vector holds the trailing of the keys when the branch is compressed. -
length
int length
-
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! -
root
char root
-
sc
char[] sc
The character stored in this node: splitchar. Two special values are reserved:
- 0x0000 as string terminator
- 0xFFFF to indicate that the branch starting at this node is compressed
This shouldn't be a problem if we give the usual semantics to strings since 0xFFFF is guaranteed not to be an Unicode character.
-
-
-
Package com.itextpdf.text.pdf.mc
-
Class com.itextpdf.text.pdf.mc.StructureItems extends java.util.ArrayList<StructureItem> implements Serializable
- serialVersionUID:
- -8247348202717165564L
-
Serialized Fields
-
parentTree
java.util.HashMap<java.lang.Integer,PdfObject> parentTree
The StructParents number tree values. -
structTreeRoot
PdfDictionary structTreeRoot
The StructTreeRoot dictionary
-
-
-
Package com.itextpdf.text.pdf.parser
-
Class com.itextpdf.text.pdf.parser.InlineImageUtils.InlineImageParseException extends java.io.IOException implements Serializable
- serialVersionUID:
- 233760879000268548L
-
-
Package com.itextpdf.text.pdf.parser.clipper
-
Class com.itextpdf.text.pdf.parser.clipper.Path extends java.util.ArrayList<Point.LongPoint> implements Serializable
- serialVersionUID:
- -7120161578077546673L
-
Class com.itextpdf.text.pdf.parser.clipper.Paths extends java.util.ArrayList<Path> implements Serializable
- serialVersionUID:
- 1910552127810480852L
-
-
Package com.itextpdf.text.pdf.qrcode
-
Class com.itextpdf.text.pdf.qrcode.ReedSolomonException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2168232776886684292L
-
Class com.itextpdf.text.pdf.qrcode.WriterException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.itextpdf.text.pdf.richmedia
-
Class com.itextpdf.text.pdf.richmedia.CuePoint extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaActivation extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaAnimation extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaCommand extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaConfiguration extends PdfDictionary implements Serializable
-
Serialized Fields
-
instances
PdfArray instances
An array of indirect object references to RichMediaInstance dictionaries.
-
-
-
Class com.itextpdf.text.pdf.richmedia.RichMediaDeactivation extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaExecuteAction extends PdfAction implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaInstance extends PdfDictionary implements Serializable
-
Serialized Fields
-
flash
boolean flash
True if the instance is a flash animation.
-
-
-
Class com.itextpdf.text.pdf.richmedia.RichMediaParams extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaPosition extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaPresentation extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.richmedia.RichMediaWindow extends PdfDictionary implements Serializable
-
-
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 java.security.GeneralSecurityException implements Serializable
- serialVersionUID:
- 2978604513926438256L
-
-
Package com.itextpdf.text.pdf.spatial
-
Class com.itextpdf.text.pdf.spatial.CoordinateSystem extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.spatial.GeographicCoordinateSystem extends CoordinateSystem implements Serializable
-
Class com.itextpdf.text.pdf.spatial.Measure extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.spatial.MeasureGeospatial extends Measure implements Serializable
-
Class com.itextpdf.text.pdf.spatial.MeasureRectilinear extends Measure implements Serializable
-
Class com.itextpdf.text.pdf.spatial.PointData extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.spatial.ProjectedCoordinateSystem extends CoordinateSystem implements Serializable
-
Class com.itextpdf.text.pdf.spatial.Viewport extends PdfDictionary implements Serializable
-
-
Package com.itextpdf.text.pdf.spatial.objects
-
Class com.itextpdf.text.pdf.spatial.objects.NumberFormatArray extends PdfArray implements Serializable
-
Class com.itextpdf.text.pdf.spatial.objects.NumberFormatDictionary extends PdfDictionary implements Serializable
-
Class com.itextpdf.text.pdf.spatial.objects.XYArray extends NumberArray implements Serializable
-
-
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 java.util.Properties implements Serializable
- serialVersionUID:
- 4396971487200843099L
-
Class com.itextpdf.text.xml.xmp.PdfASchema extends XmpSchema implements Serializable
- serialVersionUID:
- 5300646133692948168L
-
Class com.itextpdf.text.xml.xmp.PdfSchema extends XmpSchema implements Serializable
- serialVersionUID:
- -1541148669123992185L
-
Class com.itextpdf.text.xml.xmp.XmpArray extends java.util.ArrayList<java.lang.String> implements Serializable
- serialVersionUID:
- 5722854116328732742L
-
Serialized Fields
-
type
java.lang.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 java.util.Properties implements Serializable
- serialVersionUID:
- -176374295948945272L
-
Serialized Fields
-
xmlns
java.lang.String xmlns
Deprecated.the namesspace
-
-
-
Package com.itextpdf.text.zugferd.exceptions
-
Class com.itextpdf.text.zugferd.exceptions.DataIncompleteException extends java.lang.Exception implements Serializable
-
Class com.itextpdf.text.zugferd.exceptions.InvalidCodeException extends java.lang.Exception implements Serializable
-
-
Package com.itextpdf.tool.xml
-
Class com.itextpdf.tool.xml.ElementList extends java.util.ArrayList<Element> implements Serializable
- serialVersionUID:
- -3943194552607332537L
-
Class com.itextpdf.tool.xml.NoCustomContextException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.itextpdf.tool.xml.PipelineException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.itextpdf.tool.xml.exceptions
-
Class com.itextpdf.tool.xml.exceptions.CssResolverException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.itextpdf.tool.xml.exceptions.NoDataException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.itextpdf.tool.xml.exceptions.NoSiblingException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7472419463314328600L
-
Class com.itextpdf.tool.xml.exceptions.NoTagProcessorException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.itextpdf.tool.xml.exceptions.NotImplementedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.itextpdf.tool.xml.exceptions.RuntimeWorkerException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.itextpdf.tool.xml.html.pdfelement
-
Class com.itextpdf.tool.xml.html.pdfelement.NoNewLineParagraph extends Phrase implements Serializable
- serialVersionUID:
- -8392940968188620772L
-
Serialized Fields
-
alignment
int alignment
The alignment of the text. -
extraParagraphSpace
float extraParagraphSpace
Holds value of property extraParagraphSpace. -
firstLineIndent
float firstLineIndent
Holds value of property firstLineIndent. -
indentationLeft
float indentationLeft
The indentation of this paragraph on the left side. -
indentationRight
float indentationRight
The indentation of this paragraph on the right side. -
keeptogether
boolean keeptogether
Does the paragraph has to be kept together on 1 page. -
spacingAfter
float spacingAfter
The spacing after the paragraph. -
spacingBefore
float spacingBefore
The spacing before the paragraph.
-
-
-
Package com.itextpdf.tool.xml.net.exc
-
Class com.itextpdf.tool.xml.net.exc.NoImageException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.itextpdf.tool.xml.pipeline.html
-
Class com.itextpdf.tool.xml.pipeline.html.NoImageProviderException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.itextpdf.tool.xml.pipeline.html.NoStackException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.itextpdf.xmp
-
Class com.itextpdf.xmp.XMPException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
the errorCode of the XMP toolkit
-
-
-