Uses of Interface
org.apache.poi.sl.usermodel.Background
-
Packages that use Background Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of Background in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement Background Modifier and Type Class Description class
HSLFBackground
Background shape -
Uses of Background in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return Background Modifier and Type Method Description protected Background<?,?>
DrawBackground. getShape()
Methods in org.apache.poi.sl.draw with parameters of type Background Modifier and Type Method Description DrawBackground
DrawFactory. getDrawable(Background<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type Background Constructor Description DrawBackground(Background<?,?> shape)
-
Uses of Background in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return Background Modifier and Type Method Description Background<S,P>
Sheet. getBackground()
-
Uses of Background in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement Background Modifier and Type Class Description class
XSLFBackground
Background shape
-