Uses of Interface
org.apache.poi.sl.usermodel.Background
-
Packages that use Background Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
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()
-