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 BasicStrokeDrawShape. 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 StrokeStyleTableCell. getBorderStyle(TableCell.BorderEdge edge)Return line style of given edge ornullif border is not definedStrokeStyleSimpleShape. getStrokeStyle()Methods in org.apache.poi.sl.usermodel with parameters of type StrokeStyle Modifier and Type Method Description voidTableCell. setBorderStyle(TableCell.BorderEdge edge, StrokeStyle style)Sets theStrokeStyleof the given border edge.
-