|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineDecoration.DecorationShape | |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Uses of LineDecoration.DecorationShape in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel that return LineDecoration.DecorationShape | |
---|---|
LineDecoration.DecorationShape |
HSLFSimpleShape.getLineHeadDecoration()
|
LineDecoration.DecorationShape |
HSLFSimpleShape.getLineTailDecoration()
|
Methods in org.apache.poi.hslf.usermodel with parameters of type LineDecoration.DecorationShape | |
---|---|
void |
HSLFSimpleShape.setLineHeadDecoration(LineDecoration.DecorationShape decoShape)
|
void |
HSLFSimpleShape.setLineTailDecoration(LineDecoration.DecorationShape decoShape)
|
Uses of LineDecoration.DecorationShape in org.apache.poi.sl.usermodel |
---|
Methods in org.apache.poi.sl.usermodel that return LineDecoration.DecorationShape | |
---|---|
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. |
Uses of LineDecoration.DecorationShape in org.apache.poi.xslf.usermodel |
---|
Methods in org.apache.poi.xslf.usermodel that return LineDecoration.DecorationShape | |
---|---|
LineDecoration.DecorationShape |
XSLFSimpleShape.getLineHeadDecoration()
|
LineDecoration.DecorationShape |
XSLFSimpleShape.getLineTailDecoration()
|
Methods in org.apache.poi.xslf.usermodel with parameters of type LineDecoration.DecorationShape | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |