Uses of Enum Class
org.apache.poi.sl.usermodel.StrokeStyle.LineCap
Packages that use StrokeStyle.LineCap
Package
Description
-
Uses of StrokeStyle.LineCap in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return StrokeStyle.LineCapMethods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle.LineCapModifier and TypeMethodDescriptionvoid
HSLFSimpleShape.setLineCap
(StrokeStyle.LineCap pen) Sets line cap. -
Uses of StrokeStyle.LineCap in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return StrokeStyle.LineCapModifier and TypeMethodDescriptionstatic StrokeStyle.LineCap
StrokeStyle.LineCap.fromNativeId
(int nativeId) static StrokeStyle.LineCap
StrokeStyle.LineCap.fromOoxmlId
(int ooxmlId) StrokeStyle.getLineCap()
static StrokeStyle.LineCap
Returns the enum constant of this class with the specified name.static StrokeStyle.LineCap[]
StrokeStyle.LineCap.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StrokeStyle.LineCap in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return StrokeStyle.LineCapModifier and TypeMethodDescriptionXSLFTableCell.getBorderCap
(TableCell.BorderEdge edge) XSLFSimpleShape.getLineCap()
Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle.LineCapModifier and TypeMethodDescriptionvoid
XSLFTableCell.setBorderCap
(TableCell.BorderEdge edge, StrokeStyle.LineCap cap) void
XSLFSimpleShape.setLineCap
(StrokeStyle.LineCap cap)