Uses of Enum Class
org.apache.poi.sl.usermodel.StrokeStyle.LineDash
Packages that use StrokeStyle.LineDash
Package
Description
-
Uses of StrokeStyle.LineDash in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return StrokeStyle.LineDashModifier and TypeMethodDescriptionHSLFTableCell.getBorderDash
(TableCell.BorderEdge edge) HSLFSimpleShape.getLineDash()
Gets line dashing.Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle.LineDashModifier and TypeMethodDescriptionvoid
HSLFTableCell.setBorderDash
(TableCell.BorderEdge edge, StrokeStyle.LineDash dash) void
HSLFSimpleShape.setLineDash
(StrokeStyle.LineDash pen) Sets line dashing. -
Uses of StrokeStyle.LineDash in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return StrokeStyle.LineDashModifier and TypeMethodDescriptionstatic StrokeStyle.LineDash
StrokeStyle.LineDash.fromNativeId
(int nativeId) static StrokeStyle.LineDash
StrokeStyle.LineDash.fromOoxmlId
(int ooxmlId) StrokeStyle.getLineDash()
static StrokeStyle.LineDash
Returns the enum constant of this class with the specified name.static StrokeStyle.LineDash[]
StrokeStyle.LineDash.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type StrokeStyle.LineDashModifier and TypeMethodDescriptionvoid
TableCell.setBorderDash
(TableCell.BorderEdge edge, StrokeStyle.LineDash dash) Convenience method for setting the border line dash. -
Uses of StrokeStyle.LineDash in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return StrokeStyle.LineDashModifier and TypeMethodDescriptionXSLFTableCell.getBorderDash
(TableCell.BorderEdge edge) XSLFSimpleShape.getLineDash()
Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle.LineDashModifier and TypeMethodDescriptionvoid
XSLFTableCell.setBorderDash
(TableCell.BorderEdge edge, StrokeStyle.LineDash dash) void
XSLFSimpleShape.setLineDash
(StrokeStyle.LineDash dash)