Serialized Form
-
Package com.gitlab.pdftk_java.com.lowagie.text
-
Class com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text.BadElementException extends DocumentException implements Serializable
- serialVersionUID:
- -799006030723822254L
-
Class com.gitlab.pdftk_java.com.lowagie.text.DocumentException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2191131489390840739L
-
Serialized Fields
-
ex
java.lang.Exception ex
-
-
Class com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text.ListItem extends Paragraph implements Serializable
- serialVersionUID:
- 1970670787169329006L
-
Serialized Fields
-
symbol
Chunk symbol
this is the symbol that wil proceed the listitem.
-
-
Class com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text.Phrase extends java.util.ArrayList implements Serializable
- serialVersionUID:
- 2643594602455068231L
-
Serialized Fields
-
font
Font font
This is the font of this phrase. -
leading
float leading
This is the leading of this phrase. -
markupAttributes
java.util.Properties markupAttributes
Contains extra markupAttributes
-
-
-
Package com.gitlab.pdftk_java.com.lowagie.text.exceptions
-
Class com.gitlab.pdftk_java.com.lowagie.text.exceptions.BadPasswordException extends java.io.IOException implements Serializable
- serialVersionUID:
- -4333706268155063964L
-
Class com.gitlab.pdftk_java.com.lowagie.text.exceptions.IllegalPdfSyntaxException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- -643024246596031671L
-
Class com.gitlab.pdftk_java.com.lowagie.text.exceptions.InvalidPdfException extends java.io.IOException implements Serializable
- serialVersionUID:
- -2319614911517026938L
-
Class com.gitlab.pdftk_java.com.lowagie.text.exceptions.UnsupportedPdfException extends InvalidPdfException implements Serializable
- serialVersionUID:
- 2180764250839096628L
-
-
Package com.gitlab.pdftk_java.com.lowagie.text.markup
-
Class com.gitlab.pdftk_java.com.lowagie.text.markup.MarkupParser extends java.util.HashMap implements Serializable
- serialVersionUID:
- 2643594602455839674L
-
Serialized Fields
-
fontcache
java.util.HashMap fontcache
HashMap with fonts for each known combination of tag/id/class. The key is the same String-combination used for the stylecache. -
stylecache
java.util.HashMap stylecache
HashMap with styles for each known combination of tag/id/class. The key is a String-combination, the value a Properties object.
-
-
-
Package com.gitlab.pdftk_java.com.lowagie.text.pdf
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.BadPdfFormatException extends PdfException implements Serializable
- serialVersionUID:
- 1802317735708833538L
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.CMYKColor extends ExtendedColor implements Serializable
- serialVersionUID:
- 5940378778276468452L
-
Serialized Fields
-
black
float black
-
cyan
float cyan
-
magenta
float magenta
-
yellow
float yellow
-
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.ExtendedColor extends java.awt.Color implements Serializable
- serialVersionUID:
- 2722660170712380080L
-
Serialized Fields
-
type
int type
-
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.GrayColor extends ExtendedColor implements Serializable
- serialVersionUID:
- -6571835680819282746L
-
Serialized Fields
-
gray
float gray
-
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.PatternColor extends ExtendedColor implements Serializable
- serialVersionUID:
- -1185448552860615964L
-
Serialized Fields
-
painter
PdfPatternPainter painter
The actual pattern.
-
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfException extends DocumentException implements Serializable
- serialVersionUID:
- 6767433960955483999L
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfXConformanceException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 9199144538884293397L
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.ShadingColor extends ExtendedColor implements Serializable
- serialVersionUID:
- 4817929454941328671L
-
Serialized Fields
-
shadingPattern
PdfShadingPattern shadingPattern
-
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.SpotColor extends ExtendedColor implements Serializable
- serialVersionUID:
- -6257004582113248079L
-
Serialized Fields
-
spot
PdfSpotColor spot
-
tint
float tint
-
-