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

Packages that use FillStyle
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of FillStyle in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return FillStyle
 FillStyle HSLFShape.getFillStyle()
           
 FillStyle HSLFFill.getFillStyle()
           
 

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

Methods in org.apache.poi.sl.usermodel that return FillStyle
 FillStyle SimpleShape.getFillStyle()
           
 FillStyle Background.getFillStyle()
           
 

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

Methods in org.apache.poi.xslf.usermodel that return FillStyle
 FillStyle XSLFSimpleShape.getFillStyle()
          fetch shape fill as a java.awt.Paint
 



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