Package | Description |
---|---|
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
static StrokeStyle.LineCap |
StrokeStyle.LineCap.fromOoxmlId(int ooxmlId) |
StrokeStyle.LineCap |
StrokeStyle.getLineCap() |
static StrokeStyle.LineCap |
StrokeStyle.LineCap.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrokeStyle.LineCap[] |
StrokeStyle.LineCap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StrokeStyle.LineCap |
XSLFSimpleShape.getLineCap() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFSimpleShape.setLineCap(StrokeStyle.LineCap cap) |
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.