| Package | Description |
|---|---|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.style |
| Modifier and Type | Field and Description |
|---|---|
static Angle |
Angle.NO_ROTATING
No rotation
|
static Angle |
Angle.ROTATE_180
West
|
static Angle |
Angle.ROTATE_270
South
|
static Angle |
Angle.ROTATE_90
North
|
| Modifier and Type | Method and Description |
|---|---|
static Angle |
Angle.deg(double degs) |
static Angle |
Angle.grad(double grads) |
static Angle |
Angle.rad(double rads) |
| Modifier and Type | Method and Description |
|---|---|
TableCellStyleBuilder |
TableCellStyleBuilder.textRotating(Angle angle)
Set text rotation angle
|
| Constructor and Description |
|---|
DrawFillGradient(String name,
Angle angle,
Color startColor,
int startIntensity,
Color endColor,
int endIntensity) |
DrawFillHatch(String name,
Angle angle,
Color color,
Length distance) |
TableCellStyleBuilder(String name,
boolean hidden,
Borders borders,
Margins margins,
DataStyle dataStyle,
Color backgroundColor,
TextProperties textProperties,
CellAlign textAlign,
VerticalAlign verticalAlign,
boolean wrap,
TableCellStyle parentCellStyle,
Angle textRotating)
Reserved to TableCellStyle.toBuilder()
|
Copyright © 2016–2021. All rights reserved.