Uses of Interface
org.apache.poi.sl.usermodel.StrokeStyle

Packages that use StrokeStyle
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
 StrokeStyle HSLFTableCell.getBorderStyle(TableCell.BorderEdge edge)
           
 StrokeStyle HSLFSimpleShape.getStrokeStyle()
          Returns line style.
 

Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle
 void 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 StrokeStyle
protected static java.awt.BasicStroke DrawShape.getStroke(StrokeStyle strokeStyle)
           
 

Uses of StrokeStyle in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return StrokeStyle
 StrokeStyle TableCell.getBorderStyle(TableCell.BorderEdge edge)
          Return line style of given edge or null if border is not defined
 StrokeStyle SimpleShape.getStrokeStyle()
           
 

Methods in org.apache.poi.sl.usermodel with parameters of type StrokeStyle
 void TableCell.setBorderStyle(TableCell.BorderEdge edge, StrokeStyle style)
          Sets the StrokeStyle of the given border edge.
 

Uses of StrokeStyle in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return StrokeStyle
 StrokeStyle XSLFTableCell.getBorderStyle(TableCell.BorderEdge edge)
           
 StrokeStyle XSLFSimpleShape.getStrokeStyle()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle
 void XSLFTableCell.setBorderStyle(TableCell.BorderEdge edge, StrokeStyle style)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.