Serialized Form
-
Package com.gitlab.pdftk_java.com.lowagie.text
-
Class com.gitlab.pdftk_java.com.lowagie.text.Anchor
class Anchor extends Phrase implements Serializable- serialVersionUID:
- -852278536049236911L
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.BadElementException
class BadElementException extends DocumentException implements Serializable- serialVersionUID:
- -799006030723822254L
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.DocumentException
class DocumentException extends Exception implements Serializable- serialVersionUID:
- -2191131489390840739L
-
Serialized Fields
-
ex
Exception ex
-
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.ExceptionConverter
class ExceptionConverter extends RuntimeException implements Serializable- serialVersionUID:
- 8657630363395849399L
-
Class com.gitlab.pdftk_java.com.lowagie.text.ListItem
class 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
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. -
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
class Phrase extends 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
Properties markupAttributes
Contains extra markupAttributes
-
-
-
Package com.gitlab.pdftk_java.com.lowagie.text.exceptions
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.exceptions.BadPasswordException
class BadPasswordException extends IOException implements Serializable- serialVersionUID:
- -4333706268155063964L
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.exceptions.IllegalPdfSyntaxException
class IllegalPdfSyntaxException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -643024246596031671L
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.exceptions.InvalidPdfException
class InvalidPdfException extends IOException implements Serializable- serialVersionUID:
- -2319614911517026938L
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.exceptions.UnsupportedPdfException
class 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
class MarkupParser extends HashMap implements Serializable- serialVersionUID:
- 2643594602455839674L
-
Serialized Fields
-
fontcache
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
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
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.pdf.BadPdfFormatException
class BadPdfFormatException extends PdfException implements Serializable- serialVersionUID:
- 1802317735708833538L
-
Class com.gitlab.pdftk_java.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.gitlab.pdftk_java.com.lowagie.text.pdf.ExtendedColor
class ExtendedColor extends Color implements Serializable- serialVersionUID:
- 2722660170712380080L
-
Serialized Fields
-
type
int type
-
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.GrayColor
class GrayColor extends ExtendedColor implements Serializable- serialVersionUID:
- -6571835680819282746L
-
Serialized Fields
-
gray
float gray
-
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.PatternColor
class PatternColor extends ExtendedColor implements Serializable- serialVersionUID:
- -1185448552860615964L
-
Serialized Fields
-
painter
PdfPatternPainter painter
The actual pattern.
-
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfException
class PdfException extends DocumentException implements Serializable- serialVersionUID:
- 6767433960955483999L
-
Exception Class com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfXConformanceException
class PdfXConformanceException extends RuntimeException implements Serializable- serialVersionUID:
- 9199144538884293397L
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.ShadingColor
class ShadingColor extends ExtendedColor implements Serializable- serialVersionUID:
- 4817929454941328671L
-
Serialized Fields
-
shadingPattern
PdfShadingPattern shadingPattern
-
-
Class com.gitlab.pdftk_java.com.lowagie.text.pdf.SpotColor
class SpotColor extends ExtendedColor implements Serializable- serialVersionUID:
- -6257004582113248079L
-
Serialized Fields
-
spot
PdfSpotColor spot
-
tint
float tint
-
-