| Package | Description |
|---|---|
| rst.pdfbox.layout.text |
| Modifier and Type | Field and Description |
|---|---|
protected SpaceUnit |
Indent.indentUnit |
protected SpaceUnit |
IndentCharacters.IndentCharacter.indentUnit |
| Modifier and Type | Method and Description |
|---|---|
static SpaceUnit |
SpaceUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceUnit[] |
SpaceUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Indent(float indentWidth,
SpaceUnit indentUnit)
Creates a new line with the given font descriptor.
|
Indent(String label,
float indentWidth,
SpaceUnit indentUnit,
float fontSize,
org.apache.pdfbox.pdmodel.font.PDFont font)
Creates a new line with the
ControlFragment.DEFAULT_FONT_DESCRIPTOR's font and the given
height. |
Indent(String label,
float indentWidth,
SpaceUnit indentUnit,
float fontSize,
org.apache.pdfbox.pdmodel.font.PDFont font,
Alignment alignment)
Creates a new line with the
ControlFragment.DEFAULT_FONT_DESCRIPTOR's font and the given
height. |
Indent(String label,
float indentWidth,
SpaceUnit indentUnit,
float fontSize,
org.apache.pdfbox.pdmodel.font.PDFont font,
Alignment alignment,
Color color)
Creates a new line with the
ControlFragment.DEFAULT_FONT_DESCRIPTOR's font and the given
height. |
Indent(String label,
float indentWidth,
SpaceUnit indentUnit,
FontDescriptor fontDescriptor,
Alignment alignment,
Color color)
Creates a new line with the given font descriptor.
|
Copyright © 2021. All rights reserved.