| Package | Description |
|---|---|
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
static StrokeStyle.LineDash |
StrokeStyle.LineDash.fromNativeId(int nativeId) |
static StrokeStyle.LineDash |
StrokeStyle.LineDash.fromOoxmlId(int ooxmlId) |
StrokeStyle.LineDash |
StrokeStyle.getLineDash() |
static StrokeStyle.LineDash |
StrokeStyle.LineDash.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StrokeStyle.LineDash[] |
StrokeStyle.LineDash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableCell.setBorderDash(TableCell.BorderEdge edge,
StrokeStyle.LineDash dash)
Convenience method for setting the border line dash.
|