Uses of Class
org.apache.poi.sl.usermodel.StrokeStyle.LineCap
-
Packages that use StrokeStyle.LineCap Package Description org.apache.poi.sl.usermodel -
-
Uses of StrokeStyle.LineCap in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return StrokeStyle.LineCap Modifier and Type Method Description static StrokeStyle.LineCap
StrokeStyle.LineCap. fromNativeId(int nativeId)
static StrokeStyle.LineCap
StrokeStyle.LineCap. fromOoxmlId(int ooxmlId)
StrokeStyle.LineCap
StrokeStyle. getLineCap()
static StrokeStyle.LineCap
StrokeStyle.LineCap. valueOf(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.
-