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 StrokeStyleHSLFTableCell. getBorderStyle(TableCell.BorderEdge edge)StrokeStyleHSLFSimpleShape. getStrokeStyle()Returns line style.Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle Modifier and Type Method Description voidHSLFTableCell. 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.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. -
Uses of StrokeStyle in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return StrokeStyle Modifier and Type Method Description StrokeStyleXSLFTableCell. getBorderStyle(TableCell.BorderEdge edge)StrokeStyleXSLFSimpleShape. getStrokeStyle()Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle Modifier and Type Method Description voidXSLFTableCell. setBorderStyle(TableCell.BorderEdge edge, StrokeStyle style)
-