| Package | Description |
|---|---|
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
static LineDecoration.DecorationShape |
LineDecoration.DecorationShape.fromNativeId(int nativeId) |
static LineDecoration.DecorationShape |
LineDecoration.DecorationShape.fromOoxmlId(int ooxmlId) |
LineDecoration.DecorationShape |
LineDecoration.getHeadShape() |
LineDecoration.DecorationShape |
LineDecoration.getTailShape() |
static LineDecoration.DecorationShape |
LineDecoration.DecorationShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineDecoration.DecorationShape[] |
LineDecoration.DecorationShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|