Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
LineEndLength |
XSLFSimpleShape.getLineHeadLength() |
|
LineEndLength |
XSLFSimpleShape.getLineTailLength() |
|
static LineEndLength |
LineEndLength.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static LineEndLength[] |
LineEndLength.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSLFSimpleShape.setLineHeadLength(LineEndLength style) |
Specifies the line end width in relation to the line width.
|
void |
XSLFSimpleShape.setLineTailLength(LineEndLength style) |
Specifies the line end width in relation to the line width.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.