| AbstractRectSpec |
Defines a rectangular object.
|
| BorderSpec |
This class represents a border around a single element.
|
| BorderStyleSpec |
This class contains the styling of a single border part.
|
| FontSpec |
Defines a text font specification containing the font, the font size and the
text color.
|
| HeightSpec |
This class defines a dependent height of an elements:
absolute - element has a fixed height
percentage - element height is a certain percentage of the surrounding
element
star - element height is a relative part of the unused height of the
surrounding element.
|
| LineDashPatternSpec |
Different dashed line times
|
| LoadedFont |
This class represents a wrapper around a PDFont that is uniquely
assigned to a PDDocument.
|
| MarginSpec |
Defines a rectangular margin.
|
| PaddingSpec |
Defines a rectangular padding.
|
| PreloadFont |
Represents an abstract font that is potentially not yet loaded and can be
used in multiple documents.
Note: PDFont is not Serializable.
|
| PreloadFontManager |
|
| SizeSpec |
This class defines a size.
|
| TextAndWidthSpec |
This class wraps a text with a specified rendering width.
|
| WidthSpec |
This class defines a dependent width of an elements:
absolute - element has a fixed width
percentage - element width is a certain percentage of the surrounding
element
star - element width is a relative part of the unused width of the
surrounding element.
|