Serialized Form
name
String name
- This is the name of the
Anchor.
reference
String reference
- This is the reference of the
Anchor.
ex
Exception ex
- we keep a handle to the wrapped exception
symbol
Chunk symbol
- this is the symbol that wil proceed the listitem.
alignment
int alignment
- The alignment of the text.
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.
leading
float leading
- This is the leading of this phrase.
font
Font font
- This is the font of this phrase.
markupAttributes
Properties markupAttributes
- Contains extra markupAttributes
title
Paragraph title
- This is the title of this section.
numberDepth
int numberDepth
- This is the number of sectionnumbers that has to be shown before the section title.
indentationLeft
float indentationLeft
- The indentation of this section on the left side.
indentationRight
float indentationRight
- The indentation of this section on the right side.
sectionIndent
float sectionIndent
- The additional indentation of the content of this section.
subsections
int subsections
- This is the number of subsections.
numbers
ArrayList numbers
- This is the complete list of sectionnumbers of this section and the parents of this section.
bookmarkOpen
boolean bookmarkOpen
- false if the bookmark children are not visible
|
Package com.lowagie.text.html |
|
Package com.lowagie.text.pdf |
cyan
float cyan
magenta
float magenta
yellow
float yellow
black
float black
type
int type
gray
float gray
painter
PdfPatternPainter painter
- The actual pattern.
shadingPattern
PdfShadingPattern shadingPattern
tint
float tint
spot
PdfSpotColor spot
tint
float tint
|
Package com.lowagie.text.pdf.hyphenation |
BLOCK_SIZE
int BLOCK_SIZE
array
byte[] array
- The encapsulated array
n
int n
- Points to next free item
BLOCK_SIZE
int BLOCK_SIZE
array
char[] array
- The encapsulated array
n
int n
- Points to next free item
preBreak
String preBreak
noBreak
String noBreak
postBreak
String postBreak
vspace
ByteVector vspace
- value space: stores the inteletter values
stoplist
Hashtable stoplist
- This map stores hyphenation exceptions
classmap
TernaryTree classmap
- This map stores the character classes
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:
- 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 garanteed 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.lowagie.text.xml |