Serialized Form
name
java.lang.String name
- This is the name of the
Anchor
.
reference
java.lang.String reference
- This is the reference of the
Anchor
.
ex
java.lang.Exception ex
ex
java.lang.Exception ex
- we keep a handle to the wrapped exception
prefix
java.lang.String prefix
- prefix for the 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.
spacingBefore
float spacingBefore
- The spacing before the paragraph.
spacingAfter
float spacingAfter
- The spacing after the paragraph.
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.
firstLineIndent
float firstLineIndent
- Holds value of property firstLineIndent.
extraParagraphSpace
float extraParagraphSpace
- Holds value of property extraParagraphSpace.
leading
float leading
- This is the leading of this phrase.
font
Font font
- This is the font of this phrase.
markupAttributes
java.util.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
java.util.ArrayList<E> 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
bookmarkTitle
java.lang.String bookmarkTitle
- The bookmark title if different from the content title
Package com.lowagie.text.html |
Package com.lowagie.text.markup |
stylecache
java.util.HashMap<K,V> stylecache
- HashMap with styles for each known combination of tag/id/class. The key
is a String-combination, the value a Properties object.
fontcache
java.util.HashMap<K,V> fontcache
- HashMap with fonts for each known combination of tag/id/class. The key is
the same String-combination used for the stylecache.
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
spot
PdfSpotColor spot
tint
float tint
Package com.lowagie.text.pdf.codec |
isBigEndian
boolean isBigEndian
- A boolean storing the endianness of the stream.
numEntries
int numEntries
- The number of entries in the IFD.
fields
TIFFField[] fields
- An array of TIFFFields.
fieldIndex
java.util.Hashtable<K,V> fieldIndex
- A Hashtable indexing the fields by tag number.
IFDOffset
long IFDOffset
- The offset of this IFD.
nextIFDOffset
long nextIFDOffset
- The offset of the next IFD.
tag
int tag
- The tag number.
type
int type
- The tag type.
count
int count
- The number of data items present in the field.
data
java.lang.Object data
- The field data.
Package com.lowagie.text.pdf.codec.postscript |
serialVersionUID: 2233537332837396336L
serialVersionUID: -3356389220489853405L
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
serialVersionUID: 2041936235635442866L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.lowagie.text.pdf.hyphenation |
blockSize
int blockSize
array
byte[] array
- The encapsulated array
n
int n
- Points to next free item
blockSize
int blockSize
array
char[] array
- The encapsulated array
n
int n
- Points to next free item
preBreak
java.lang.String preBreak
noBreak
java.lang.String noBreak
postBreak
java.lang.String postBreak
vspace
ByteVector vspace
- value space: stores the inteletter values
stoplist
java.util.HashMap<K,V> 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 |
Package com.lowagie.text.xml.xmp |
serialVersionUID: -4551741356374797330L
serialVersionUID: -1541148669123992185L
serialVersionUID: 5722854116328732742L
type
java.lang.String type
- the type of array.
serialVersionUID: -2416613941622479298L
serialVersionUID: 1408509596611634862L
xmlns
java.lang.String xmlns
- the namesspace
Package com.lowagie.tools |
serialVersionUID: -3766198389452935073L
desktop
javax.swing.JDesktopPane desktop
- The DesktopPane of the toolbox.
console
javax.swing.JScrollPane console
- The ConsolePane of the toolbox.
toolmap
java.util.Properties toolmap
- The list of tools in the toolbox.
locationX
int locationX
- x-coordinate of the location of a new internal frame.
locationY
int locationY
- y-coordinate of the location of a new internal frame.
serialVersionUID: 2925242862240301106L
jLabel1
javax.swing.JLabel jLabel1
borderLayout1
java.awt.BorderLayout borderLayout1
jLabel2
javax.swing.JLabel jLabel2
jScrollPane1
javax.swing.JScrollPane jScrollPane1
Package com.lowagie.tools.arguments |
serialVersionUID: -4171577284617028707L
filename
java.lang.String filename
borderLayout1
java.awt.BorderLayout borderLayout1
jLabel1
javax.swing.JLabel jLabel1
jPanel2
javax.swing.JPanel jPanel2
borderLayout2
java.awt.BorderLayout borderLayout2
jScrollPane1
javax.swing.JScrollPane jScrollPane1
serialVersionUID: -4513164788016907219L
panel1
javax.swing.JPanel panel1
borderLayout1
java.awt.BorderLayout borderLayout1
listSelectionModel1
javax.swing.ListSelectionModel listSelectionModel1
jTable1
javax.swing.JTable jTable1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
selectionstring
java.lang.String selectionstring
jLabel1
javax.swing.JLabel jLabel1
borderLayout2
java.awt.BorderLayout borderLayout2
jPanel1
javax.swing.JPanel jPanel1
alljButton1
javax.swing.JButton alljButton1
oddjButton2
javax.swing.JButton oddjButton2
evenjButton3
javax.swing.JButton evenjButton3
jToggleButton1
javax.swing.JToggleButton jToggleButton1
none
javax.swing.JButton none
serialVersionUID: -3954578372030475127L
numberOfPages
int numberOfPages
reader
PdfReader reader
myFormatter
java.text.DecimalFormat myFormatter
serialVersionUID: 4836265678767159398L
model
javax.swing.table.TableModel model
serialVersionUID: 4875864911758172028L
indexes
int[] indexes
sortingColumns
java.util.Vector<E> sortingColumns
ascending
boolean ascending
compares
int compares
Package com.lowagie.tools.plugins.treeview |
serialVersionUID: -7673793409827312609L
arr
PdfArray arr
serialVersionUID: -450788211803629233L
dictionary
PdfDictionary dictionary
serialVersionUID: -4678195579970838801L
reader
PdfReader reader
serialVersionUID: -3096577836241588955L
dictionary
PdfDictionary dictionary
serialVersionUID: 2775679522245844152L
pdfarray
PdfArray pdfarray
serialVersionUID: -3463874220927052895L
dictionary
PdfDictionary dictionary
pagenumber
int pagenumber
width
float width
height
float height
serialVersionUID: -2215681126685955584L
panel1
javax.swing.JPanel panel1
borderLayout1
java.awt.BorderLayout borderLayout1
jPanel1
javax.swing.JPanel jPanel1
borderLayout2
java.awt.BorderLayout borderLayout2
borderLayout3
java.awt.BorderLayout borderLayout3
jLabel1
javax.swing.JLabel jLabel1
jProgressBar1
javax.swing.JProgressBar jProgressBar1
totalNumberOfPages
int totalNumberOfPages
currentPage
int currentPage
serialVersionUID: -3607980103983635182L
serialVersionUID: -4383073664537340974L
contents
PdfObject contents
marker
java.lang.String marker
serialVersionUID: 519089296166252223L
analyzer
AnalyzePDF analyzer
jPanel1
javax.swing.JPanel jPanel1
borderLayout1
java.awt.BorderLayout borderLayout1
jSplitPane1
javax.swing.JSplitPane jSplitPane1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jTree1
javax.swing.JTree jTree1
jPanel2
javax.swing.JPanel jPanel2
borderLayout2
java.awt.BorderLayout borderLayout2
borderLayout4
java.awt.BorderLayout borderLayout4
cardLayout2
java.awt.CardLayout cardLayout2
jPanel4
javax.swing.JPanel jPanel4
jTextPane1
javax.swing.JTextPane jTextPane1
jPanel5
javax.swing.JPanel jPanel5
borderLayout3
java.awt.BorderLayout borderLayout3
borderLayout5
java.awt.BorderLayout borderLayout5
jLabel1
javax.swing.JLabel jLabel1
jScrollPane2
javax.swing.JScrollPane jScrollPane2
jScrollPane3
javax.swing.JScrollPane jScrollPane3
defaultree
javax.swing.tree.DefaultTreeModel defaultree
jPanel3
javax.swing.JPanel jPanel3
borderLayout6
java.awt.BorderLayout borderLayout6
jPanel6
javax.swing.JPanel jPanel6
jTable1
javax.swing.JTable jTable1
borderLayout7
java.awt.BorderLayout borderLayout7
jSplitPane2
javax.swing.JSplitPane jSplitPane2
jScrollPane4
javax.swing.JScrollPane jScrollPane4
tableColumnModel1
javax.swing.table.TableColumnModel tableColumnModel1