Serialized Form
-
Package com.itextpdf.awt.geom
-
Class com.itextpdf.awt.geom.AffineTransform
class AffineTransform extends Object implements Serializable- serialVersionUID:
- 1330973210523860834L
-
Serialization Methods
-
readObject
Read AffineTransform object from the input stream- Parameters:
stream
- - the input steam- Throws:
IOException
- - if there are I/O errors while reading from the input stremClassNotFoundException
- - if class could not be found
-
writeObject
Write AffineTrasform object to the output steam.- Parameters:
stream
- - the output stream- Throws:
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
class Dimension extends Dimension2D implements Serializable- serialVersionUID:
- 4723952579491349524L
-
Serialized Fields
-
height
double height
-
width
double width
-
-
Exception com.itextpdf.awt.geom.IllegalPathStateException
class IllegalPathStateException extends RuntimeException implements Serializable- serialVersionUID:
- -5158084205220481094L
-
Exception com.itextpdf.awt.geom.NoninvertibleTransformException
class NoninvertibleTransformException extends Exception implements Serializable- serialVersionUID:
- 6137225240503990466L
-
Class com.itextpdf.awt.geom.Point
class Point extends Point2D implements Serializable- serialVersionUID:
- -5276940640259749850L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
Class com.itextpdf.awt.geom.Rectangle
class 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
class AccessibleElementId extends Object implements Serializable-
Serialized Fields
-
id
int id
-
-
-
Class com.itextpdf.text.Anchor
class Anchor extends Phrase implements Serializable- serialVersionUID:
- -852278536049236911L
-
Exception com.itextpdf.text.BadElementException
class BadElementException extends DocumentException implements Serializable- serialVersionUID:
- -799006030723822254L
-
Class com.itextpdf.text.Chapter
class Chapter extends Section implements Serializable- serialVersionUID:
- 1791000695779357361L
-
Class com.itextpdf.text.ChapterAutoNumber
class ChapterAutoNumber extends Chapter implements Serializable- serialVersionUID:
- -9217457637987854167L
-
Serialized Fields
-
numberSet
boolean numberSet
Is the chapter number already set?- Since:
- 2.1.4
-
-
Exception com.itextpdf.text.DocumentException
class DocumentException extends Exception implements Serializable- serialVersionUID:
- -2191131489390840739L
-
Exception com.itextpdf.text.ExceptionConverter
class ExceptionConverter extends RuntimeException implements Serializable- serialVersionUID:
- 8657630363395849399L
-
Class com.itextpdf.text.Jpeg2000.ColorSpecBox
-
Serialized Fields
-
colorProfile
byte[] colorProfile
-
-
-
Class com.itextpdf.text.ListItem
class ListItem extends Paragraph implements Serializable- serialVersionUID:
- 1970670787169329006L
-
Class com.itextpdf.text.Paragraph
class Paragraph extends Phrase implements Serializable- serialVersionUID:
- 7852314969733375514L
-
Serialized Fields
-
accessibleAttributes
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
- 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
- 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
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
ArrayList<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
-
Exception com.itextpdf.text.exceptions.BadPasswordException
class BadPasswordException extends IOException implements Serializable- serialVersionUID:
- -4333706268155063964L
-
Exception com.itextpdf.text.exceptions.IllegalPdfSyntaxException
class IllegalPdfSyntaxException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -643024246596031671L
-
Exception com.itextpdf.text.exceptions.InvalidImageException
class InvalidImageException extends RuntimeException implements Serializable- serialVersionUID:
- -1319471492541702697L
-
Serialized Fields
-
cause
Throwable cause
-
-
Exception com.itextpdf.text.exceptions.InvalidPdfException
class InvalidPdfException extends IOException implements Serializable- serialVersionUID:
- -2319614911517026938L
-
Serialized Fields
-
cause
Throwable cause
-
-
Exception com.itextpdf.text.exceptions.UnsupportedPdfException
class UnsupportedPdfException extends InvalidPdfException implements Serializable- serialVersionUID:
- 2180764250839096628L
-
-
Package com.itextpdf.text.html
-
Class com.itextpdf.text.html.WebColors
- serialVersionUID:
- 3542523100813372896L
-
-
Package com.itextpdf.text.html.simpleparser
-
Class com.itextpdf.text.html.simpleparser.HTMLTagProcessors
- serialVersionUID:
- -959260811961222824L
-
Class com.itextpdf.text.html.simpleparser.ImageStore
- serialVersionUID:
- -148924031490995024L
-
-
Package com.itextpdf.text.io
-
Exception com.itextpdf.text.io.MapFailedException
class MapFailedException extends IOException implements Serializable
-
-
Package com.itextpdf.text.pdf
-
Exception com.itextpdf.text.pdf.BadPdfFormatException
class BadPdfFormatException extends PdfException implements Serializable- serialVersionUID:
- 1802317735708833538L
-
Exception com.itextpdf.text.pdf.MemoryLimitsAwareException
class MemoryLimitsAwareException extends RuntimeException implements Serializable -
Class com.itextpdf.text.pdf.NumberArray
class NumberArray extends PdfArray implements Serializable -
Exception com.itextpdf.text.pdf.PdfAConformanceException
class PdfAConformanceException extends PdfIsoConformanceException implements Serializable- serialVersionUID:
- 194425427686830283L
-
Serialized Fields
-
object
Object object
-
-
Class com.itextpdf.text.pdf.PdfAcroForm
class 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
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
class PdfAction extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfAnnotation
class PdfAnnotation extends PdfDictionary implements Serializable-
Serialized Fields
-
accessibleAttributes
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
HashSet<PdfTemplate> templates
-
used
boolean used
Holds value of property used. -
writer
PdfWriter writer
-
-
-
Class com.itextpdf.text.pdf.PdfArray
class PdfArray extends PdfObject implements Serializable -
Class com.itextpdf.text.pdf.PdfBoolean
class PdfBoolean extends PdfObject implements Serializable-
Serialized Fields
-
value
boolean value
the boolean value of this object
-
-
-
Class com.itextpdf.text.pdf.PdfBorderArray
class PdfBorderArray extends PdfArray implements Serializable -
Class com.itextpdf.text.pdf.PdfBorderDictionary
class PdfBorderDictionary extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfDashPattern
class 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
class PdfDate extends PdfString implements Serializable -
Class com.itextpdf.text.pdf.PdfDestination
class 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
class PdfDictionary extends PdfObject implements Serializable-
Serialized Fields
-
dictionaryType
PdfName dictionaryType
This is the type of this dictionary -
hashMap
LinkedHashMap<PdfName,
PdfObject> hashMap This is the hashmap that contains all the values and keys of the dictionary
-
-
-
Class com.itextpdf.text.pdf.PdfDocument.PdfInfo
class PdfInfo extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfEFStream
class PdfEFStream extends PdfStream implements Serializable -
Exception com.itextpdf.text.pdf.PdfException
class PdfException extends DocumentException implements Serializable- serialVersionUID:
- 6767433960955483999L
-
Class com.itextpdf.text.pdf.PdfFileSpecification
class PdfFileSpecification extends PdfDictionary implements Serializable-
Serialized Fields
-
ref
PdfIndirectReference ref
-
writer
PdfWriter writer
-
-
-
Class com.itextpdf.text.pdf.PdfFormField
class PdfFormField extends PdfAnnotation implements Serializable-
Serialized Fields
-
kids
ArrayList<PdfFormField> kids
-
parent
PdfFormField parent
Holds value of property parent.
-
-
-
Class com.itextpdf.text.pdf.PdfFormXObject
class PdfFormXObject extends PdfStream implements Serializable -
Class com.itextpdf.text.pdf.PdfGState
class PdfGState extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfICCBased
class PdfICCBased extends PdfStream implements Serializable -
Class com.itextpdf.text.pdf.PdfImage
class PdfImage extends PdfStream implements Serializable -
Class com.itextpdf.text.pdf.PdfIndirectReference
class PdfIndirectReference extends PdfObject implements Serializable-
Serialized Fields
-
generation
int generation
the generation number -
number
int number
the object number
-
-
-
Exception com.itextpdf.text.pdf.PdfIsoConformanceException
class PdfIsoConformanceException extends RuntimeException implements Serializable- serialVersionUID:
- -8972376258066225871L
-
Class com.itextpdf.text.pdf.PdfLayer
class PdfLayer extends PdfDictionary implements Serializable-
Serialized Fields
-
children
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
String title
-
-
-
Class com.itextpdf.text.pdf.PdfLayerMembership
class PdfLayerMembership extends PdfDictionary implements Serializable-
Serialized Fields
-
layers
HashSet<PdfLayer> layers
-
members
PdfArray members
-
ref
PdfIndirectReference ref
-
-
-
Class com.itextpdf.text.pdf.PdfLiteral
class PdfLiteral extends PdfObject implements Serializable-
Serialized Fields
-
position
long position
Holds value of property position.
-
-
-
Class com.itextpdf.text.pdf.PdfMediaClipData
class PdfMediaClipData extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfName
class PdfName extends PdfObject implements Serializable-
Serialized Fields
-
hash
int hash
-
-
-
Class com.itextpdf.text.pdf.PdfNull
class PdfNull extends PdfObject implements Serializable -
Class com.itextpdf.text.pdf.PdfNumber
class PdfNumber extends PdfObject implements Serializable-
Serialized Fields
-
value
double value
actual value of thisPdfNumber
, represented as adouble
-
-
-
Class com.itextpdf.text.pdf.PdfObject
class PdfObject extends 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
class PdfOCProperties extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfOutline
class 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
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
String tag
Holds value of property tag. -
writer
PdfWriter writer
-
-
-
Class com.itextpdf.text.pdf.PdfPage
class PdfPage extends PdfDictionary implements Serializable-
Serialized Fields
-
mediaBox
PdfRectangle mediaBox
value of the MediaBox key
-
-
-
Class com.itextpdf.text.pdf.PdfPattern
class PdfPattern extends PdfStream implements Serializable -
Class com.itextpdf.text.pdf.PdfRectangle
class 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
class PdfRendition extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfShadingPattern
class 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
class PdfSigLockDictionary extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfSignature
class PdfSignature extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfStream
class 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
InputStream inputStream
-
inputStreamLength
int inputStreamLength
-
rawLength
int rawLength
-
ref
PdfIndirectReference ref
-
streamBytes
ByteArrayOutputStream streamBytes
-
writer
PdfWriter writer
-
-
-
Class com.itextpdf.text.pdf.PdfString
class PdfString extends PdfObject implements Serializable -
Class com.itextpdf.text.pdf.PdfStructureElement
class 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
class PdfStructureTreeRoot extends PdfDictionary implements Serializable-
Serialized Fields
-
classes
HashMap<PdfName,
PdfObject> classes -
classMap
PdfDictionary classMap
-
idTreeMap
HashMap<String,
PdfObject> idTreeMap -
numTree
HashMap<Integer,
PdfIndirectReference> numTree -
parentTree
HashMap<Integer,
PdfObject> parentTree -
reference
PdfIndirectReference reference
-
writer
PdfWriter writer
Holds value of property writer.
-
-
-
Class com.itextpdf.text.pdf.PdfTransparencyGroup
class PdfTransparencyGroup extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.PdfVisibilityExpression
class PdfVisibilityExpression extends PdfArray implements Serializable -
Class com.itextpdf.text.pdf.PdfWriter.PdfTrailer
class PdfTrailer extends PdfDictionary implements Serializable-
Serialized Fields
-
offset
long offset
-
-
-
Exception com.itextpdf.text.pdf.PdfXConformanceException
class PdfXConformanceException extends PdfIsoConformanceException implements Serializable- serialVersionUID:
- 9199144538884293397L
-
Class com.itextpdf.text.pdf.PRAcroForm
class PRAcroForm extends PdfDictionary implements Serializable-
Serialized Fields
-
fieldByName
HashMap<String,
PRAcroForm.FieldInformation> fieldByName -
fields
ArrayList<PRAcroForm.FieldInformation> fields
-
reader
PdfReader reader
-
stack
ArrayList<PdfDictionary> stack
-
-
-
Class com.itextpdf.text.pdf.PRIndirectReference
class PRIndirectReference extends PdfIndirectReference implements Serializable-
Serialized Fields
-
reader
PdfReader reader
-
-
-
Class com.itextpdf.text.pdf.PRStream
class 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
- serialVersionUID:
- -7451476576174095212L
-
-
Package com.itextpdf.text.pdf.codec
-
Class com.itextpdf.text.pdf.codec.TIFFDirectory
class TIFFDirectory extends Object implements Serializable- serialVersionUID:
- -168636766193675380L
-
Serialized Fields
-
fieldIndex
Hashtable<Integer,
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
class TIFFField extends Object implements Serializable- serialVersionUID:
- 9088332901412823834L
-
Serialized Fields
-
count
int count
The number of data items present in the field. -
data
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
class PdfCollection extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.collection.PdfCollectionField
class 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
class 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
class PdfCollectionSchema extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.collection.PdfCollectionSort
class PdfCollectionSort extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.collection.PdfTargetDictionary
class PdfTargetDictionary extends PdfDictionary implements Serializable
-
-
Package com.itextpdf.text.pdf.fonts.otf
-
Exception com.itextpdf.text.pdf.fonts.otf.FontReadingException
class FontReadingException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.itextpdf.text.pdf.hyphenation
-
Class com.itextpdf.text.pdf.hyphenation.ByteVector
class ByteVector extends 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
class CharVector extends 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
class Hyphen extends Object implements Serializable- serialVersionUID:
- -7666138517324763063L
-
Exception com.itextpdf.text.pdf.hyphenation.HyphenationException
class HyphenationException extends Exception implements Serializable- serialVersionUID:
- 4721513606846982325L
-
Class com.itextpdf.text.pdf.hyphenation.HyphenationTree
class HyphenationTree extends TernaryTree implements Serializable- serialVersionUID:
- -7763254239309429432L
-
Serialized Fields
-
classmap
TernaryTree classmap
This map stores the character classes -
stoplist
HashMap<String,
ArrayList<Object>> stoplist This map stores hyphenation exceptions -
vspace
ByteVector vspace
value space: stores the interletter values
-
-
Class com.itextpdf.text.pdf.hyphenation.TernaryTree
class TernaryTree extends 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
- serialVersionUID:
- -8247348202717165564L
-
Serialized Fields
-
parentTree
HashMap<Integer,
PdfObject> parentTree The StructParents number tree values. -
structTreeRoot
PdfDictionary structTreeRoot
The StructTreeRoot dictionary
-
-
-
Package com.itextpdf.text.pdf.parser
-
Exception com.itextpdf.text.pdf.parser.InlineImageUtils.InlineImageParseException
class InlineImageParseException extends IOException implements Serializable- serialVersionUID:
- 233760879000268548L
-
-
Package com.itextpdf.text.pdf.parser.clipper
-
Class com.itextpdf.text.pdf.parser.clipper.Path
- serialVersionUID:
- -7120161578077546673L
-
Class com.itextpdf.text.pdf.parser.clipper.Paths
- serialVersionUID:
- 1910552127810480852L
-
-
Package com.itextpdf.text.pdf.qrcode
-
Exception com.itextpdf.text.pdf.qrcode.ReedSolomonException
class ReedSolomonException extends Exception implements Serializable- serialVersionUID:
- 2168232776886684292L
-
Exception com.itextpdf.text.pdf.qrcode.WriterException
class WriterException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.itextpdf.text.pdf.richmedia
-
Class com.itextpdf.text.pdf.richmedia.CuePoint
class CuePoint extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaActivation
class RichMediaActivation extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaAnimation
class RichMediaAnimation extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaCommand
class RichMediaCommand extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaConfiguration
class 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
class RichMediaDeactivation extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaExecuteAction
class RichMediaExecuteAction extends PdfAction implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaInstance
class 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
class RichMediaParams extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaPosition
class RichMediaPosition extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaPresentation
class RichMediaPresentation extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.richmedia.RichMediaWindow
class RichMediaWindow extends PdfDictionary implements Serializable
-
-
Package com.itextpdf.text.pdf.security
-
Class com.itextpdf.text.pdf.security.PdfSignatureAppDictionary
class PdfSignatureAppDictionary extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.security.PdfSignatureBuildProperties
class PdfSignatureBuildProperties extends PdfDictionary implements Serializable -
Exception com.itextpdf.text.pdf.security.VerificationException
class VerificationException extends GeneralSecurityException implements Serializable- serialVersionUID:
- 2978604513926438256L
-
-
Package com.itextpdf.text.pdf.spatial
-
Class com.itextpdf.text.pdf.spatial.CoordinateSystem
class CoordinateSystem extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.spatial.GeographicCoordinateSystem
class GeographicCoordinateSystem extends CoordinateSystem implements Serializable -
Class com.itextpdf.text.pdf.spatial.Measure
class Measure extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.spatial.MeasureGeospatial
class MeasureGeospatial extends Measure implements Serializable -
Class com.itextpdf.text.pdf.spatial.MeasureRectilinear
class MeasureRectilinear extends Measure implements Serializable -
Class com.itextpdf.text.pdf.spatial.PointData
class PointData extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.spatial.ProjectedCoordinateSystem
class ProjectedCoordinateSystem extends CoordinateSystem implements Serializable -
Class com.itextpdf.text.pdf.spatial.Viewport
class Viewport extends PdfDictionary implements Serializable
-
-
Package com.itextpdf.text.pdf.spatial.objects
-
Class com.itextpdf.text.pdf.spatial.objects.NumberFormatArray
class NumberFormatArray extends PdfArray implements Serializable -
Class com.itextpdf.text.pdf.spatial.objects.NumberFormatDictionary
class NumberFormatDictionary extends PdfDictionary implements Serializable -
Class com.itextpdf.text.pdf.spatial.objects.XYArray
class XYArray extends NumberArray implements Serializable
-
-
Package com.itextpdf.text.xml.xmp
-
Class com.itextpdf.text.xml.xmp.DublinCoreSchema
class DublinCoreSchema extends XmpSchema implements Serializable- serialVersionUID:
- -4551741356374797330L
-
Class com.itextpdf.text.xml.xmp.LangAlt
class LangAlt extends Properties implements Serializable- serialVersionUID:
- 4396971487200843099L
-
Class com.itextpdf.text.xml.xmp.PdfASchema
class PdfASchema extends XmpSchema implements Serializable- serialVersionUID:
- 5300646133692948168L
-
Class com.itextpdf.text.xml.xmp.PdfSchema
class PdfSchema extends XmpSchema implements Serializable- serialVersionUID:
- -1541148669123992185L
-
Class com.itextpdf.text.xml.xmp.XmpArray
- serialVersionUID:
- 5722854116328732742L
-
Serialized Fields
-
type
String type
Deprecated.the type of array.
-
-
Class com.itextpdf.text.xml.xmp.XmpBasicSchema
class XmpBasicSchema extends XmpSchema implements Serializable- serialVersionUID:
- -2416613941622479298L
-
Class com.itextpdf.text.xml.xmp.XmpMMSchema
class XmpMMSchema extends XmpSchema implements Serializable- serialVersionUID:
- 1408509596611634862L
-
Class com.itextpdf.text.xml.xmp.XmpSchema
class XmpSchema extends Properties implements Serializable- serialVersionUID:
- -176374295948945272L
-
Serialized Fields
-
xmlns
String xmlns
Deprecated.the namesspace
-
-
-
Package com.itextpdf.text.zugferd.exceptions
-
Exception com.itextpdf.text.zugferd.exceptions.DataIncompleteException
class DataIncompleteException extends Exception implements Serializable -
Exception com.itextpdf.text.zugferd.exceptions.InvalidCodeException
class InvalidCodeException extends Exception implements Serializable
-
-
Package com.itextpdf.tool.xml
-
Class com.itextpdf.tool.xml.ElementList
- serialVersionUID:
- -3943194552607332537L
-
Exception com.itextpdf.tool.xml.NoCustomContextException
class NoCustomContextException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.itextpdf.tool.xml.PipelineException
class PipelineException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.itextpdf.tool.xml.exceptions
-
Exception com.itextpdf.tool.xml.exceptions.CssResolverException
class CssResolverException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.itextpdf.tool.xml.exceptions.NoDataException
class NoDataException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.itextpdf.tool.xml.exceptions.NoSiblingException
class NoSiblingException extends Exception implements Serializable- serialVersionUID:
- 7472419463314328600L
-
Exception com.itextpdf.tool.xml.exceptions.NoTagProcessorException
class NoTagProcessorException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception com.itextpdf.tool.xml.exceptions.NotImplementedException
class NotImplementedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception com.itextpdf.tool.xml.exceptions.RuntimeWorkerException
class RuntimeWorkerException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.itextpdf.tool.xml.html.pdfelement
-
Class com.itextpdf.tool.xml.html.pdfelement.NoNewLineParagraph
class 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
-
Exception com.itextpdf.tool.xml.net.exc.NoImageException
class NoImageException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.itextpdf.tool.xml.pipeline.html
-
Exception com.itextpdf.tool.xml.pipeline.html.NoImageProviderException
class NoImageProviderException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.itextpdf.tool.xml.pipeline.html.NoStackException
class NoStackException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.itextpdf.xmp
-
Exception com.itextpdf.xmp.XMPException
class XMPException extends Exception implements Serializable-
Serialized Fields
-
errorCode
int errorCode
the errorCode of the XMP toolkit
-
-
-