Serialized Form
-
Package com.lowagie.text
-
Class com.lowagie.text.Anchor
class Anchor extends Phrase implements Serializable- serialVersionUID:
- -852278536049236911L
-
Exception Class com.lowagie.text.BadElementException
class BadElementException extends DocumentException implements Serializable- serialVersionUID:
- -799006030723822254L
-
Class com.lowagie.text.Chapter
class Chapter extends Section implements Serializable- serialVersionUID:
- 1791000695779357361L
-
Class com.lowagie.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 Class com.lowagie.text.DocumentException
class DocumentException extends RuntimeException implements Serializable- serialVersionUID:
- -2191131489390840739L
-
Exception Class com.lowagie.text.ExceptionConverter
class ExceptionConverter extends RuntimeException implements Serializable- serialVersionUID:
- 8657630363395849399L
-
Class com.lowagie.text.Footnote
class Footnote extends Phrase implements Serializable-
Serialized Fields
-
footnoteAttributes
HashMap footnoteAttributes
This is the title of theAnnotation
. -
footnoteType
int footnoteType
This is the type of footnote.
-
-
-
Class com.lowagie.text.ListItem
class 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
-
-
Class com.lowagie.text.Paragraph
class Paragraph extends Phrase implements Serializable- serialVersionUID:
- 7852314969733375514L
-
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. -
multipliedLeading
float multipliedLeading
The text leading that is multiplied by the biggest font size in the line. -
runDirection
int runDirection
The base run direction of paragraph -
spacingAfter
float spacingAfter
The spacing after the paragraph. -
spacingBefore
float spacingBefore
The spacing before the paragraph.
-
-
Class com.lowagie.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.
-
-
Class com.lowagie.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
List<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.lowagie.text.exceptions
-
Exception Class com.lowagie.text.exceptions.BadPasswordException
class BadPasswordException extends IOException implements Serializable- serialVersionUID:
- -4333706268155063964L
-
Exception Class com.lowagie.text.exceptions.IllegalPdfSyntaxException
class IllegalPdfSyntaxException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -643024246596031671L
-
Exception Class com.lowagie.text.exceptions.InvalidPdfException
class InvalidPdfException extends IOException implements Serializable- serialVersionUID:
- -2319614911517026938L
-
Exception Class com.lowagie.text.exceptions.UnsupportedPdfException
class UnsupportedPdfException extends InvalidPdfException implements Serializable- serialVersionUID:
- 2180764250839096628L
-
-
Package com.lowagie.text.html
-
Class com.lowagie.text.html.HtmlTagMap
- serialVersionUID:
- 5287430058473705350L
-
Class com.lowagie.text.html.WebColors
- serialVersionUID:
- 3542523100813372896L
-
-
Package com.lowagie.text.pdf
-
Exception Class com.lowagie.text.pdf.BadPdfFormatException
class BadPdfFormatException extends PdfException implements Serializable- serialVersionUID:
- 1802317735708833538L
-
Class com.lowagie.text.pdf.CMYKColor
class CMYKColor extends ExtendedColor implements Serializable- serialVersionUID:
- 5940378778276468452L
-
Serialized Fields
-
black
float black
-
cyan
float cyan
-
magenta
float magenta
-
yellow
float yellow
-
-
Class com.lowagie.text.pdf.ExtendedColor
class ExtendedColor extends Color implements Serializable- serialVersionUID:
- 2722660170712380080L
-
Serialized Fields
-
type
int type
-
-
Class com.lowagie.text.pdf.GrayColor
class GrayColor extends ExtendedColor implements Serializable- serialVersionUID:
- -6571835680819282746L
-
Serialized Fields
-
gray
float gray
-
-
Class com.lowagie.text.pdf.PatternColor
class PatternColor extends ExtendedColor implements Serializable- serialVersionUID:
- -1185448552860615964L
-
Serialized Fields
-
painter
PdfPatternPainter painter
The actual pattern.
-
-
Exception Class com.lowagie.text.pdf.PdfException
class PdfException extends DocumentException implements Serializable- serialVersionUID:
- 6767433960955483999L
-
Exception Class com.lowagie.text.pdf.PdfXConformanceException
class PdfXConformanceException extends RuntimeException implements Serializable- serialVersionUID:
- 9199144538884293397L
-
Class com.lowagie.text.pdf.RGBColor
class RGBColor extends ExtendedColor implements Serializable -
Class com.lowagie.text.pdf.ShadingColor
class ShadingColor extends ExtendedColor implements Serializable- serialVersionUID:
- 4817929454941328671L
-
Serialized Fields
-
shadingPattern
PdfShadingPattern shadingPattern
-
-
Class com.lowagie.text.pdf.SpotColor
class SpotColor extends ExtendedColor implements Serializable- serialVersionUID:
- -6257004582113248079L
-
Serialized Fields
-
spot
PdfSpotColor spot
-
tint
float tint
-
-
Class com.lowagie.text.pdf.XfaForm.Stack2
- serialVersionUID:
- -7451476576174095212L
-
-
Package com.lowagie.text.pdf.hyphenation
-
Class com.lowagie.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.lowagie.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.lowagie.text.pdf.hyphenation.Hyphen
class Hyphen extends Object implements Serializable- serialVersionUID:
- -7666138517324763063L
-
Exception Class com.lowagie.text.pdf.hyphenation.HyphenationException
class HyphenationException extends Exception implements Serializable- serialVersionUID:
- 4721513606846982325L
-
Class com.lowagie.text.pdf.hyphenation.HyphenationTree
class HyphenationTree extends TernaryTree implements Serializable- serialVersionUID:
- -7763254239309429432L
-
Serialized Fields
-
classmap
TernaryTree classmap
This map stores the character classes -
stoplist
Map<String,
List> stoplist This map stores hyphenation exceptions -
vspace
ByteVector vspace
value space: stores the interletter values
-
-
Class com.lowagie.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.lowagie.text.xml
-
Class com.lowagie.text.xml.TagMap
- serialVersionUID:
- -6809383366554350820L
-
-
Package com.lowagie.text.xml.xmp
-
Class com.lowagie.text.xml.xmp.DublinCoreSchema
class DublinCoreSchema extends XmpSchema implements Serializable- serialVersionUID:
- -4551741356374797330L
-
Class com.lowagie.text.xml.xmp.LangAlt
class LangAlt extends Properties implements Serializable- serialVersionUID:
- 4396971487200843099L
-
Class com.lowagie.text.xml.xmp.PdfA1Schema
class PdfA1Schema extends XmpSchema implements Serializable- serialVersionUID:
- 5300646133692948168L
-
Class com.lowagie.text.xml.xmp.PdfSchema
class PdfSchema extends XmpSchema implements Serializable- serialVersionUID:
- -1541148669123992185L
-
Class com.lowagie.text.xml.xmp.XmpArray
- serialVersionUID:
- 5722854116328732742L
-
Serialized Fields
-
type
String type
the type of array.
-
-
Class com.lowagie.text.xml.xmp.XmpBasicSchema
class XmpBasicSchema extends XmpSchema implements Serializable- serialVersionUID:
- -2416613941622479298L
-
Class com.lowagie.text.xml.xmp.XmpMMSchema
class XmpMMSchema extends XmpSchema implements Serializable- serialVersionUID:
- 1408509596611634862L
-
Class com.lowagie.text.xml.xmp.XmpSchema
class XmpSchema extends Properties implements Serializable- serialVersionUID:
- -176374295948945272L
-
Serialized Fields
-
xmlns
String xmlns
the namesspace
-
-