| 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 | Field and Description |
|---|---|
protected MarginsBuilder |
PageSectionBuilder.marginsBuilder
a margins builder
|
| Modifier and Type | Method and Description |
|---|---|
MarginsBuilder |
MarginsBuilder.all(Length size)
Set the margin at the top, bottom, left and right.
|
MarginsBuilder |
MarginsBuilder.bottom(Length size)
Set the bottom margin. margin is a length value
|
MarginsBuilder |
MarginsBuilder.left(Length size)
Set the left margin.
|
MarginsBuilder |
MarginsBuilder.right(Length size)
Set the right margin.
|
MarginsBuilder |
Margins.toBuilder() |
MarginsBuilder |
MarginsBuilder.top(Length size)
Set the top margin.
|
Copyright © 2016–2021. All rights reserved.