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 TypeMethodDescriptionvoidHSLFTableCell.setBorderDash(TableCell.BorderEdge edge, StrokeStyle.LineDash dash) voidHSLFSimpleShape.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.LineDashStrokeStyle.LineDash.fromNativeId(int nativeId) static StrokeStyle.LineDashStrokeStyle.LineDash.fromOoxmlId(int ooxmlId) StrokeStyle.getLineDash()static StrokeStyle.LineDashReturns 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 TypeMethodDescriptionvoidTableCell.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 TypeMethodDescriptionvoidXSLFTableCell.setBorderDash(TableCell.BorderEdge edge, StrokeStyle.LineDash dash) voidXSLFSimpleShape.setLineDash(StrokeStyle.LineDash dash)