Package | Description |
---|---|
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
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 decorations which can be added to 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 2016 The Apache Software Foundation or its licensors, as applicable.