| 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.attribute | |
| com.github.jferard.fastods.style | |
| com.github.jferard.fastods.util |
| Modifier and Type | Field and Description |
|---|---|
protected Length |
PageSectionBuilder.minHeight
the minimum height of the page section
|
| Modifier and Type | Method and Description |
|---|---|
F |
PageSectionBuilder.allMargins(Length margin)
Set the margin at the top, bottom, left and right.
|
F |
PageSectionBuilder.marginBottom(Length margin)
Set the bottom margin. margin is a length value
|
F |
PageSectionBuilder.marginLeft(Length margin)
Set the left margin.
|
F |
PageSectionBuilder.marginRight(Length margin)
Set the right margin.
|
F |
PageSectionBuilder.marginTop(Length margin)
Set the top margin.
|
F |
PageSectionBuilder.minHeight(Length height)
Set the minimum height.
|
void |
RowCellWalkerImpl.setTooltip(String tooltipText,
Length width,
Length height,
boolean visible)
Deprecated.
|
void |
TableCellImpl.setTooltip(String tooltipText,
Length width,
Length height,
boolean visible) |
void |
AbstractTableCell.setTooltip(String tooltipText,
Length width,
Length height,
boolean visible) |
void |
TableCell.setTooltip(String tooltipText,
Length width,
Length height,
boolean visible)
Add a tooltip to the cell
|
void |
TableCellWalker.setTooltip(String tooltipText,
Length width,
Length height,
boolean visible) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteLength
See Extensible Stylesheet Language (XSL) Version 1.1, 5.9.13 Definitions of Units of Measure
(https://www.w3.org/TR/xsl/#d0e5752)
|
class |
SimpleLength
Created by jferard on 09/04/17.
|
| Modifier and Type | Field and Description |
|---|---|
static Length |
BorderAttribute.DEFAULT_BORDER_SIZE
The border size default is 0.1cm
|
static Length |
Length.NULL_LENGTH
A null length
|
| Modifier and Type | Method and Description |
|---|---|
BorderAttributeBuilder |
BorderAttributeBuilder.borderSize(Length borderSize)
Sets the current value of border size.
|
| Constructor and Description |
|---|
BorderAttribute(Length size,
Color color,
BorderStyle style)
size is a length value
|
| Modifier and Type | Method and Description |
|---|---|
Length |
TableColumnStyle.getColumnWidth()
Deprecated.
should not be used.
|
Length |
TableRowStyle.getRowHeight()
Set the row height to a table row.
|
| Modifier and Type | Method and Description |
|---|---|
MarginsBuilder |
MarginsBuilder.all(Length size)
Set the margin at the top, bottom, left and right.
|
BordersBuilder |
BordersBuilder.all(Length size,
Color color,
BorderStyle style)
Set all borders
|
TableCellStyleBuilder |
TableCellStyleBuilder.allMargins(Length size)
Add a margin to this cell.
|
PageStyleBuilder |
PageStyleBuilder.allMargins(Length margin)
Set the margin at the top, bottom, left and right. margin is a length value
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderAll(Length size,
Color borderColor,
BorderStyle style)
Add a border style for all the borders of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderBottom(Length size,
Color borderColor,
BorderStyle style)
Add a border style for the bottom border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderLeft(Length size,
Color borderColor,
BorderStyle style)
Add a border style for the left border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderRight(Length size,
Color borderColor,
BorderStyle style)
Add a border style for the right border of this cell.
|
TableCellStyleBuilder |
TableCellStyleBuilder.borderTop(Length size,
Color borderColor,
BorderStyle style)
Add a border style for the top border of this cell.
|
MarginsBuilder |
MarginsBuilder.bottom(Length size)
Set the bottom margin. margin is a length value
|
BordersBuilder |
BordersBuilder.bottom(Length size,
Color color,
BorderStyle style)
Set the bottom border
|
TableColumnStyleBuilder |
TableColumnStyleBuilder.columnWidth(Length width)
Set the column width of a table column.
|
TextPropertiesBuilder |
TextPropertiesBuilder.fontSize(Length fontSize)
Set the font size to the given value.
|
TableCellStyleBuilder |
TableCellStyleBuilder.fontSize(Length fontSize)
Set the font size to the given value.
|
TextStyleBuilder |
TextStyleBuilder.fontSize(Length fontSize)
Set the font size to the given value.
|
MarginsBuilder |
MarginsBuilder.left(Length size)
Set the left margin.
|
BordersBuilder |
BordersBuilder.left(Length size,
Color color,
BorderStyle style)
Set the left border
|
TableCellStyleBuilder |
TableCellStyleBuilder.marginBottom(Length size)
Add a border style to this cell.
|
PageStyleBuilder |
PageStyleBuilder.marginBottom(Length margin)
Set the bottom margin. margin is a length value
|
TableCellStyleBuilder |
TableCellStyleBuilder.marginLeft(Length size)
Add a border style to this cell.
|
PageStyleBuilder |
PageStyleBuilder.marginLeft(Length margin)
Set the left margin. margin is a length value
|
TableCellStyleBuilder |
TableCellStyleBuilder.marginRight(Length size)
Add a border style to this cell.
|
PageStyleBuilder |
PageStyleBuilder.marginRight(Length margin)
Set the right margin. margin is a length value
|
TableCellStyleBuilder |
TableCellStyleBuilder.marginTop(Length size)
Add a border style to this cell.
|
PageStyleBuilder |
PageStyleBuilder.marginTop(Length margin)
Set the top margin. margin is a length value
|
PageStyleBuilder |
PageStyleBuilder.pageHeight(Length pageHeight)
Set the page height. pageHeight is a length value.
|
PageStyleBuilder |
PageStyleBuilder.pageWidth(Length pageWidth)
Set the page width. pageWidth is a length value.
|
MarginsBuilder |
MarginsBuilder.right(Length size)
Set the right margin.
|
BordersBuilder |
BordersBuilder.right(Length size,
Color color,
BorderStyle style)
Set the right border
|
TableRowStyleBuilder |
TableRowStyleBuilder.rowHeight(Length height)
Set the row height to a table row.
|
MarginsBuilder |
MarginsBuilder.top(Length size)
Set the top margin.
|
BordersBuilder |
BordersBuilder.top(Length size,
Color color,
BorderStyle style)
Set the top border
|
| Constructor and Description |
|---|
DrawFillHatch(String name,
Angle angle,
Color color,
Length distance) |
| Constructor and Description |
|---|
SVGRectangle(Length x,
Length y,
Length width,
Length height) |
Copyright © 2016–2021. All rights reserved.