Uses of Enum Class
org.apache.poi.sl.usermodel.StrokeStyle.LineCompound
Packages that use StrokeStyle.LineCompound
Package
Description
-
Uses of StrokeStyle.LineCompound in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return StrokeStyle.LineCompoundModifier and TypeMethodDescriptionHSLFTableCell.getBorderCompound
(TableCell.BorderEdge edge) HSLFSimpleShape.getLineCompound()
Gets the line compound styleMethods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle.LineCompoundModifier and TypeMethodDescriptionvoid
HSLFTableCell.setBorderCompound
(TableCell.BorderEdge edge, StrokeStyle.LineCompound compound) void
HSLFSimpleShape.setLineCompound
(StrokeStyle.LineCompound style) Sets the line compound style -
Uses of StrokeStyle.LineCompound in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return StrokeStyle.LineCompoundModifier and TypeMethodDescriptionstatic StrokeStyle.LineCompound
StrokeStyle.LineCompound.fromNativeId
(int nativeId) static StrokeStyle.LineCompound
StrokeStyle.LineCompound.fromOoxmlId
(int ooxmlId) StrokeStyle.getLineCompound()
static StrokeStyle.LineCompound
Returns the enum constant of this class with the specified name.static StrokeStyle.LineCompound[]
StrokeStyle.LineCompound.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.LineCompoundModifier and TypeMethodDescriptionvoid
TableCell.setBorderCompound
(TableCell.BorderEdge edge, StrokeStyle.LineCompound compound) Convenience method for setting the border line compound. -
Uses of StrokeStyle.LineCompound in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return StrokeStyle.LineCompoundModifier and TypeMethodDescriptionXSLFTableCell.getBorderCompound
(TableCell.BorderEdge edge) XSLFSimpleShape.getLineCompound()
Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle.LineCompoundModifier and TypeMethodDescriptionvoid
XSLFTableCell.setBorderCompound
(TableCell.BorderEdge edge, StrokeStyle.LineCompound compound) void
XSLFSimpleShape.setLineCompound
(StrokeStyle.LineCompound compound)