Serialized Form
-
Package com.aowagie.text
-
Class com.aowagie.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.aowagie.text.BadElementException extends DocumentException implements Serializable
- serialVersionUID:
- -799006030723822254L
-
Class com.aowagie.text.Chapter extends Section implements Serializable
- serialVersionUID:
- 1791000695779357361L
-
Class com.aowagie.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.aowagie.text.DocumentException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2191131489390840739L
-
Class com.aowagie.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.aowagie.text.ListItem extends Paragraph implements Serializable
- serialVersionUID:
- 1970670787169329006L
-
Serialized Fields
-
symbol
Chunk symbol
this is the symbol that will precede the listitem.
-
-
Class com.aowagie.text.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. -
spacingAfter
float spacingAfter
The spacing after the paragraph. -
spacingBefore
float spacingBefore
The spacing before the paragraph.
-
-
Class com.aowagie.text.Phrase extends java.util.ArrayList 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.
-
-
Class com.aowagie.text.Section extends java.util.ArrayList 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 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.aowagie.text.exceptions
-
Class com.aowagie.text.exceptions.BadPasswordException extends java.io.IOException implements Serializable
- serialVersionUID:
- -4333706268155063964L
-
Class com.aowagie.text.exceptions.IllegalPdfSyntaxException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- -643024246596031671L
-
Class com.aowagie.text.exceptions.InvalidPageNumberException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- -2367234922874752908L
-
Class com.aowagie.text.exceptions.InvalidPdfException extends java.io.IOException implements Serializable
- serialVersionUID:
- -2319614911517026938L
-
Class com.aowagie.text.exceptions.UnsupportedPdfException extends InvalidPdfException implements Serializable
- serialVersionUID:
- 2180764250839096628L
-
-
Package com.aowagie.text.html
-
Class com.aowagie.text.html.HtmlTagMap extends java.util.HashMap implements Serializable
- serialVersionUID:
- 5287430058473705350L
-
-
Package com.aowagie.text.pdf
-
Class com.aowagie.text.pdf.ExtendedColor extends java.awt.Color implements Serializable
- serialVersionUID:
- 2722660170712380080L
-
Serialized Fields
-
type
int type
-
-
Class com.aowagie.text.pdf.GrayColor extends ExtendedColor implements Serializable
- serialVersionUID:
- -6571835680819282746L
-
Serialized Fields
-
gray
float gray
-
-
Class com.aowagie.text.pdf.PatternColor extends ExtendedColor implements Serializable
- serialVersionUID:
- -1185448552860615964L
-
Serialized Fields
-
painter
PdfPatternPainter painter
The actual pattern.
-
-
Class com.aowagie.text.pdf.PdfXConformanceException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 9199144538884293397L
-
Class com.aowagie.text.pdf.ShadingColor extends ExtendedColor implements Serializable
- serialVersionUID:
- 4817929454941328671L
-
Serialized Fields
-
shadingPattern
PdfShadingPattern shadingPattern
-
-
Class com.aowagie.text.pdf.SpotColor extends ExtendedColor implements Serializable
- serialVersionUID:
- -6257004582113248079L
-
Serialized Fields
-
spot
PdfSpotColor spot
-
tint
float tint
-
-
Class com.aowagie.text.pdf.XfaForm.Stack2 extends java.util.ArrayList implements Serializable
- serialVersionUID:
- -7451476576174095212L
-
-
Package com.aowagie.text.xml.xmp
-
Class com.aowagie.text.xml.xmp.XmpArray extends java.util.ArrayList<E> implements Serializable
- serialVersionUID:
- 5722854116328732742L
-
Serialized Fields
-
type
java.lang.String type
the type of array.
-
-
Class com.aowagie.text.xml.xmp.XmpSchema extends java.util.Properties implements Serializable
- serialVersionUID:
- -176374295948945272L
-
Serialized Fields
-
xmlns
java.lang.String xmlns
the namesspace
-
-
-
Package net.sf.jmimemagic
-
Class net.sf.jmimemagic.MagicException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 438818233944415255L
-
Class net.sf.jmimemagic.MagicMatch extends java.lang.Object implements Serializable
- serialVersionUID:
- -1070505530849518849L
-
Serialized Fields
-
bitmask
long bitmask
-
comparator
char comparator
-
description
java.lang.String description
-
extension
java.lang.String extension
-
length
int length
-
mimeType
java.lang.String mimeType
-
offset
int offset
-
properties
java.util.Map<java.lang.String,java.lang.String> properties
-
subMatches
java.util.ArrayList<MagicMatch> subMatches
-
test
byte[] test
-
type
java.lang.String type
-
-
Class net.sf.jmimemagic.MagicMatcher extends java.lang.Object implements Serializable
- serialVersionUID:
- -1109707428218614961L
-
Serialized Fields
-
match
MagicMatch match
-
subMatchers
java.util.ArrayList<MagicMatcher> subMatchers
-
-
Class net.sf.jmimemagic.MagicMatchNotFoundException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2939562214801201909L
-
Class net.sf.jmimemagic.MagicParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 8784355416847841008L
-
Class net.sf.jmimemagic.UnsupportedTypeException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 4225590514782456873L
-
-
Package org.apache.oro.text
-
Class org.apache.oro.text.MalformedCachePatternException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 5675741685172097762L
-
-
Package org.apache.oro.text.perl
-
Class org.apache.oro.text.perl.MalformedPerl5PatternException extends MalformedCachePatternException implements Serializable
- serialVersionUID:
- 8896856523199631956L
-
-
Package org.apache.oro.text.regex
-
Class org.apache.oro.text.regex.MalformedPatternException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 3558633154412885211L
-
Class org.apache.oro.text.regex.Perl5Pattern extends java.lang.Object implements Serializable
- serialVersionUID:
- 2416464270803402709L
-
Serialized Fields
-
_anchor
int _anchor
-
_back
int _back
-
_expression
java.lang.String _expression
-
_isCaseInsensitive
boolean _isCaseInsensitive
-
_isExpensive
boolean _isExpensive
-
_minLength
int _minLength
-
_mustString
char[] _mustString
-
_mustUtility
int _mustUtility
-
_numParentheses
int _numParentheses
-
_options
int _options
-
_program
char[] _program
-
_startClassOffset
int _startClassOffset
-
_startString
char[] _startString
-
-
-
Package org.apache.oro.util
-
Class org.apache.oro.util.CacheLRU extends GenericCache implements Serializable
- serialVersionUID:
- 4464724778400452634L
-
Serialized Fields
-
__head
int __head
-
__next
int[] __next
-
__prev
int[] __prev
-
__tail
int __tail
-
-
Class org.apache.oro.util.GenericCache extends java.lang.Object implements Serializable
- serialVersionUID:
- 6123461456560210078L
-
Serialized Fields
-
_cache
GenericCacheEntry[] _cache
-
_numEntries
int _numEntries
-
_table
java.util.HashMap<java.lang.Object,java.lang.Object> _table
-
-