| Package | Description |
|---|---|
| org.vandeseer.easytable.structure.cell.paragraph | |
| rst.pdfbox.layout.text |
| Modifier and Type | Field and Description |
|---|---|
static Map<Markup.MarkupSupportedFont,BaseFont> |
Markup.FONT_MAP |
| Modifier and Type | Method and Description |
|---|---|
static BaseFont |
BaseFont.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseFont[] |
BaseFont.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextFlow.addMarkup(String markup,
float fontSize,
BaseFont baseFont)
Adds some markup to the text flow.
|
static TextFlow |
TextFlowUtil.createTextFlowFromMarkup(String markup,
float fontSize,
BaseFont baseFont)
Convenience alternative to
TextFlowUtil.createTextFlowFromMarkup(String, float, PDFont, PDFont, PDFont, PDFont)
which allows to specifies the fonts to use by using the BaseFont
enum. |
Copyright © 2021. All rights reserved.