| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| Modifier and Type | Field and Description |
|---|---|
protected Box<Text> |
PageSectionBuilder.curRegionBox
The region box that is currently written
|
| Modifier and Type | Method and Description |
|---|---|
Text |
TextBuilder.build() |
static Text |
Text.content(String text)
Create a simple Text object
|
static Text |
Text.styledContent(String text,
TextStyle ts)
Create a simple Text object with a style
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowCellWalkerImpl.setText(Text text)
Deprecated.
|
void |
TableCellImpl.setText(Text text) |
void |
AbstractTableCell.setText(Text text) |
void |
TableCell.setText(Text text)
Set a text in this cell.
|
void |
TableCellWalker.setText(Text text) |
F |
PageSectionBuilder.text(Text text) |
| Constructor and Description |
|---|
TextValue(Text text) |
Copyright © 2016–2021. All rights reserved.