| 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 ParagraphBuilder |
Paragraph.builder() |
ParagraphBuilder |
ParagraphBuilder.element(ParagraphElement element) |
ParagraphBuilder |
ParagraphBuilder.link(String text,
File file)
Create a link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.link(String text,
String ref)
Create a link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.link(String text,
Table table)
Create a link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.link(String text,
URI uri)
Create a link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.link(String text,
URL url)
Create a link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.span(String text)
Create a span in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.style(TextStyle ts)
Set the paragraph style
|
ParagraphBuilder |
ParagraphBuilder.styledLink(String text,
TextStyle ts,
File file)
Create a styled link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.styledLink(String text,
TextStyle ts,
String ref)
Create a styled link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.styledLink(String text,
TextStyle ts,
Table table)
Create a styled link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.styledLink(String text,
TextStyle ts,
URI uri)
Create a styled link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.styledLink(String text,
TextStyle ts,
URL url)
Create a styled link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.styledSpan(String text,
TextStyle ts)
Create a styled span with a text content
|
Copyright © 2016–2021. All rights reserved.