| Package | Description |
|---|---|
| be.quodlibet.boxable |
| Modifier and Type | Method and Description |
|---|---|
static TextType |
TextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextType[] |
TextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Paragraph(String text,
org.apache.pdfbox.pdmodel.font.PDFont font,
float fontSize,
float width,
HorizontalAlignment align,
Color color,
TextType textType,
WrappingFunction wrappingFunction) |
Paragraph(String text,
org.apache.pdfbox.pdmodel.font.PDFont font,
float fontSize,
float width,
HorizontalAlignment align,
Color color,
TextType textType,
WrappingFunction wrappingFunction,
float lineSpacing) |
Copyright © 2020. All rights reserved.