| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| com.github.jferard.fastods.style |
| Modifier and Type | Method and Description |
|---|---|
static Link |
Link.create(String text,
TextStyle ts,
File file)
Deprecated.
|
static Link |
Link.create(String text,
TextStyle ts,
String relativeRef)
Deprecated.
|
static Link |
Link.create(String text,
TextStyle ts,
Table table)
Deprecated.
|
static Link |
Link.create(String text,
TextStyle ts,
TableRef tableRef)
Deprecated.
|
static Link |
Link.create(String text,
TextStyle ts,
URI uri)
Deprecated.
|
static Link |
Link.create(String text,
TextStyle ts,
URL url)
Deprecated.
|
TextBuilder |
TextBuilder.parStyledContent(String text,
TextStyle ts)
Create a new paragraph with a text content
|
static Footer |
PageSection.simpleFooter(String text,
TextStyle ts)
Create a simple footer, with a styled text
|
static Header |
PageSection.simpleHeader(String text,
TextStyle ts)
Create a simple header, with a styled text
|
LinkBuilder |
LinkBuilder.style(TextStyle ts) |
ParagraphBuilder |
ParagraphBuilder.style(TextStyle ts)
Set the paragraph style
|
F |
PageSectionBuilder.styledContent(String text,
TextStyle ts) |
static Text |
Text.styledContent(String text,
TextStyle ts)
Create a simple Text object with a style
|
TextBuilder |
TextBuilder.styledLink(String text,
TextStyle ts,
File file)
Create a styled link in the current paragraph.
|
ParagraphBuilder |
ParagraphBuilder.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.
|
ParagraphBuilder |
ParagraphBuilder.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.
|
ParagraphBuilder |
ParagraphBuilder.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.
|
ParagraphBuilder |
ParagraphBuilder.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.
|
ParagraphBuilder |
ParagraphBuilder.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.
|
ParagraphBuilder |
ParagraphBuilder.styledSpan(String text,
TextStyle ts)
Create a styled span with a text content
|
DrawFrameBuilder |
DrawFrameBuilder.textStyle(TextStyle textStyle) |
| Constructor and Description |
|---|
Span(String text,
TextStyle ts)
Create a span with some text
|
| Modifier and Type | Field and Description |
|---|---|
static TextStyle |
TextStyle.DEFAULT_TEXT_STYLE
The default text style
|
| Modifier and Type | Method and Description |
|---|---|
TextStyle |
TextStyleBuilder.build() |
TextStyle |
TextPropertiesBuilder.buildHiddenStyle(String name)
Deprecated.
use `TextStyle.builder(name).build()`
|
TextStyle |
TextPropertiesBuilder.buildVisibleStyle(String name)
Deprecated.
use `TextStyle.builder(name).visible().build()`
|
Copyright © 2016–2021. All rights reserved.