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 TypeMethodDescriptionvoidHSLFTableCell.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 BasicStrokeDrawShape.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 ornullif border is not definedSimpleShape.getStrokeStyle()Methods in org.apache.poi.sl.usermodel with parameters of type StrokeStyleModifier and TypeMethodDescriptionvoidTableCell.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 StrokeStyleModifier and TypeMethodDescriptionXSLFTableCell.getBorderStyle(TableCell.BorderEdge edge) XSLFSimpleShape.getStrokeStyle()Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyleModifier and TypeMethodDescriptionvoidXSLFTableCell.setBorderStyle(TableCell.BorderEdge edge, StrokeStyle style)