Uses of Interface
org.apache.poi.sl.usermodel.FillStyle
-
Packages that use FillStyle Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description FillStyle
XSLFSimpleShape. getFillStyle()
fetch shape fill as a java.awt.Paint
-