Uses of Interface
org.apache.poi.sl.usermodel.StrokeStyle
-
Packages that use StrokeStyle Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
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 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.
-