Uses of Class
org.apache.poi.sl.usermodel.StrokeStyle.LineCap

Packages that use StrokeStyle.LineCap
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of StrokeStyle.LineCap in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return StrokeStyle.LineCap
 StrokeStyle.LineCap HSLFSimpleShape.getLineCap()
          Gets line cap.
 

Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle.LineCap
 void HSLFSimpleShape.setLineCap(StrokeStyle.LineCap pen)
          Sets line cap.
 

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

Methods in org.apache.poi.sl.usermodel that return StrokeStyle.LineCap
static StrokeStyle.LineCap StrokeStyle.LineCap.fromNativeId(int nativeId)
           
static StrokeStyle.LineCap StrokeStyle.LineCap.fromOoxmlId(int ooxmlId)
           
 StrokeStyle.LineCap StrokeStyle.getLineCap()
           
static StrokeStyle.LineCap StrokeStyle.LineCap.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StrokeStyle.LineCap[] StrokeStyle.LineCap.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.apache.poi.xslf.usermodel that return StrokeStyle.LineCap
 StrokeStyle.LineCap XSLFTableCell.getBorderCap(TableCell.BorderEdge edge)
           
 StrokeStyle.LineCap XSLFSimpleShape.getLineCap()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type StrokeStyle.LineCap
 void XSLFTableCell.setBorderCap(TableCell.BorderEdge edge, StrokeStyle.LineCap cap)
           
 void XSLFSimpleShape.setLineCap(StrokeStyle.LineCap cap)
           
 



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