Package org.apache.poi.sl.usermodel
Interface Background<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
-
- All Superinterfaces:
Shape<S,P>
- All Known Implementing Classes:
HSLFBackground
,XSLFBackground
public interface Background<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> extends Shape<S,P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FillStyle
getFillStyle()
-
Methods inherited from interface org.apache.poi.sl.usermodel.Shape
draw, getAnchor, getParent, getShapeId, getShapeName, getSheet
-
-
-
-
Method Detail
-
getFillStyle
FillStyle getFillStyle()
-
-