Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
LineDecoration.DecorationShape |
HSLFSimpleShape.getLineHeadDecoration() |
LineDecoration.DecorationShape |
HSLFSimpleShape.getLineTailDecoration() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFSimpleShape.setLineHeadDecoration(LineDecoration.DecorationShape decoShape) |
void |
HSLFSimpleShape.setLineTailDecoration(LineDecoration.DecorationShape decoShape) |
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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
LineDecoration.DecorationShape |
XSLFSimpleShape.getLineHeadDecoration() |
LineDecoration.DecorationShape |
XSLFSimpleShape.getLineTailDecoration() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFSimpleShape.setLineHeadDecoration(LineDecoration.DecorationShape style)
Specifies the line end decoration, such as a triangle or arrowhead.
|
void |
XSLFSimpleShape.setLineTailDecoration(LineDecoration.DecorationShape style)
Specifies the line end decoration, such as a triangle or arrowhead.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.