Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
StrokeStyle.LineDash |
HSLFSimpleShape.getLineDashing()
Gets line dashing.
|
Modifier and Type | Method and Description |
---|---|
void |
HSLFSimpleShape.setLineDashing(StrokeStyle.LineDash pen)
Sets line dashing.
|
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(java.lang.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 |
---|---|
StrokeStyle.LineDash |
XSLFSimpleShape.getLineDash() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFSimpleShape.setLineDash(StrokeStyle.LineDash dash) |
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.