| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| Modifier and Type | Method and Description |
|---|---|
static TextBuilder |
Text.builder() |
static TextBuilder |
TextBuilder.create() |
TextBuilder |
TextBuilder.link(String text,
File file)
Create a link in the current paragraph.
|
TextBuilder |
TextBuilder.link(String text,
String ref)
Create a link in the current paragraph.
|
TextBuilder |
TextBuilder.link(String text,
Table table)
Create a link in the current paragraph.
|
TextBuilder |
TextBuilder.link(String text,
URI uri)
Create a link in the current paragraph.
|
TextBuilder |
TextBuilder.link(String text,
URL url)
Create a link in the current paragraph.
|
TextBuilder |
TextBuilder.par()
Create a new paragraph
|
TextBuilder |
TextBuilder.parContent(String text)
Create a new paragraph with a text content
|
TextBuilder |
TextBuilder.parStyledContent(String text,
TextStyle ts)
Create a new paragraph with a text content
|
TextBuilder |
TextBuilder.span(String text)
Create a span in the current paragraph.
|
TextBuilder |
TextBuilder.styledLink(String text,
TextStyle ts,
File file)
Create a styled link in the current paragraph.
|
TextBuilder |
TextBuilder.styledLink(String text,
TextStyle ts,
String ref)
Create a styled link in the current paragraph.
|
TextBuilder |
TextBuilder.styledLink(String text,
TextStyle ts,
Table table)
Create a styled link in the current paragraph.
|
TextBuilder |
TextBuilder.styledLink(String text,
TextStyle ts,
URI uri)
Create a styled link in the current paragraph.
|
TextBuilder |
TextBuilder.styledLink(String text,
TextStyle ts,
URL url)
Create a styled link in the current paragraph.
|
TextBuilder |
TextBuilder.styledSpan(String text,
TextStyle ts)
Adds a TextStyle and text to the footer/header region specified by
region.
|
Copyright © 2016–2021. All rights reserved.