Uses of Interface
org.apache.poi.sl.usermodel.StrokeStyle
-
Packages that use StrokeStyle Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of StrokeStyle in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return StrokeStyle Modifier and Type Method Description StrokeStyle
HSLFTableCell. getBorderStyle(TableCell.BorderEdge edge)
StrokeStyle
HSLFSimpleShape. getStrokeStyle()
Returns line style.Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle Modifier and Type Method Description void
HSLFTableCell. setBorderStyle(TableCell.BorderEdge edge, StrokeStyle style)
-
Uses of StrokeStyle in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type StrokeStyle Modifier and Type Method Description protected static java.awt.BasicStroke
DrawShape. getStroke(StrokeStyle strokeStyle)
-
Uses of StrokeStyle in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return StrokeStyle Modifier and Type Method Description StrokeStyle
TableCell. getBorderStyle(TableCell.BorderEdge edge)
Return line style of given edge ornull
if border is not definedStrokeStyle
SimpleShape. getStrokeStyle()
Methods in org.apache.poi.sl.usermodel with parameters of type StrokeStyle Modifier and Type Method Description void
TableCell. setBorderStyle(TableCell.BorderEdge edge, StrokeStyle style)
Sets theStrokeStyle
of the given border edge. -
Uses of StrokeStyle in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return StrokeStyle Modifier and Type Method Description StrokeStyle
XSLFTableCell. getBorderStyle(TableCell.BorderEdge edge)
StrokeStyle
XSLFSimpleShape. getStrokeStyle()
Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle Modifier and Type Method Description void
XSLFTableCell. setBorderStyle(TableCell.BorderEdge edge, StrokeStyle style)
-