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 TypeMethodDescriptionvoidHSLFSimpleShape.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.LineCapStrokeStyle.LineCap.fromNativeId(int nativeId) static StrokeStyle.LineCapStrokeStyle.LineCap.fromOoxmlId(int ooxmlId) StrokeStyle.getLineCap()static StrokeStyle.LineCapReturns 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 TypeMethodDescriptionvoidXSLFTableCell.setBorderCap(TableCell.BorderEdge edge, StrokeStyle.LineCap cap) voidXSLFSimpleShape.setLineCap(StrokeStyle.LineCap cap)