Uses of Interface
org.apache.poi.sl.usermodel.StrokeStyle
Packages that use StrokeStyle
Package
Description
-
Uses of StrokeStyle in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return StrokeStyleModifier and TypeMethodDescriptionHSLFTableCell.getBorderStyle
(TableCell.BorderEdge edge) HSLFSimpleShape.getStrokeStyle()
Returns line style.Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyleModifier and TypeMethodDescriptionvoid
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 StrokeStyleModifier and TypeMethodDescriptionprotected static BasicStroke
DrawShape.getStroke
(StrokeStyle strokeStyle) -
Uses of StrokeStyle in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return StrokeStyleModifier and TypeMethodDescriptionTableCell.getBorderStyle
(TableCell.BorderEdge edge) Return line style of given edge ornull
if border is not definedSimpleShape.getStrokeStyle()
Methods in org.apache.poi.sl.usermodel with parameters of type StrokeStyleModifier and TypeMethodDescriptionvoid
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 StrokeStyleModifier and TypeMethodDescriptionXSLFTableCell.getBorderStyle
(TableCell.BorderEdge edge) XSLFSimpleShape.getStrokeStyle()
Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyleModifier and TypeMethodDescriptionvoid
XSLFTableCell.setBorderStyle
(TableCell.BorderEdge edge, StrokeStyle style)