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 HSLFFill.getFillStyle()
           
 FillStyle HSLFShape.getFillStyle()
           
 

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

Methods in org.apache.poi.sl.usermodel that return FillStyle
 FillStyle Background.getFillStyle()
           
 FillStyle SimpleShape.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 2017 The Apache Software Foundation or its licensors, as applicable.