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

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

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

Methods in org.apache.poi.hslf.usermodel that return StrokeStyle.LineCompound
 StrokeStyle.LineCompound HSLFSimpleShape.getLineCompound()
          Gets the line compound style
 

Methods in org.apache.poi.hslf.usermodel with parameters of type StrokeStyle.LineCompound
 void HSLFSimpleShape.setLineCompound(StrokeStyle.LineCompound style)
          Sets the line compound style
 

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

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

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

Methods in org.apache.poi.xslf.usermodel that return StrokeStyle.LineCompound
 StrokeStyle.LineCompound XSLFSimpleShape.getLineCompound()
           
 



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