Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
LineDecoration.DecorationSize |
HSLFSimpleShape.getLineHeadLength() |
LineDecoration.DecorationSize |
HSLFSimpleShape.getLineHeadWidth() |
LineDecoration.DecorationSize |
HSLFSimpleShape.getLineTailLength() |
LineDecoration.DecorationSize |
HSLFSimpleShape.getLineTailWidth() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFSimpleShape.setLineHeadLength(LineDecoration.DecorationSize decoSize) |
void |
HSLFSimpleShape.setLineHeadWidth(LineDecoration.DecorationSize decoSize) |
void |
HSLFSimpleShape.setLineTailLength(LineDecoration.DecorationSize decoSize) |
void |
HSLFSimpleShape.setLineTailWidth(LineDecoration.DecorationSize decoSize) |
Modifier and Type | Method and Description |
---|---|
static LineDecoration.DecorationSize |
LineDecoration.DecorationSize.fromNativeId(int nativeId) |
static LineDecoration.DecorationSize |
LineDecoration.DecorationSize.fromOoxmlId(int ooxmlId) |
LineDecoration.DecorationSize |
LineDecoration.getHeadLength() |
LineDecoration.DecorationSize |
LineDecoration.getHeadWidth() |
LineDecoration.DecorationSize |
LineDecoration.getTailLength() |
LineDecoration.DecorationSize |
LineDecoration.getTailWidth() |
static LineDecoration.DecorationSize |
LineDecoration.DecorationSize.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineDecoration.DecorationSize[] |
LineDecoration.DecorationSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LineDecoration.DecorationSize |
XSLFSimpleShape.getLineHeadLength() |
LineDecoration.DecorationSize |
XSLFSimpleShape.getLineHeadWidth() |
LineDecoration.DecorationSize |
XSLFSimpleShape.getLineTailLength() |
LineDecoration.DecorationSize |
XSLFSimpleShape.getLineTailWidth() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFSimpleShape.setLineHeadLength(LineDecoration.DecorationSize style)
Specifies the line end width in relation to the line width.
|
void |
XSLFSimpleShape.setLineHeadWidth(LineDecoration.DecorationSize style)
specifies decoration width of the head of a line.
|
void |
XSLFSimpleShape.setLineTailLength(LineDecoration.DecorationSize style)
Specifies the line end width in relation to the line width.
|
void |
XSLFSimpleShape.setLineTailWidth(LineDecoration.DecorationSize style)
specifies decorations which can be added to the tail of a line.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.