Package org.apache.poi.sl.usermodel
Interface MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
-
- All Superinterfaces:
java.lang.Iterable<S>
,ShapeContainer<S,P>
,Sheet<S,P>
- All Known Implementing Classes:
HSLFMasterSheet
,HSLFSlideMaster
,HSLFTitleMaster
,XSLFNotesMaster
,XSLFSlideLayout
,XSLFSlideMaster
public interface MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> extends Sheet<S,P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleShape<S,P>
getPlaceholder(Placeholder type)
Return the placeholder shape for the specified type-
Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer
addShape, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTextBox, getShapes, removeShape
-
Methods inherited from interface org.apache.poi.sl.usermodel.Sheet
draw, getBackground, getFollowMasterGraphics, getMasterSheet, getPlaceholderDetails, getSlideShow
-
-
-
-
Method Detail
-
getPlaceholder
SimpleShape<S,P> getPlaceholder(Placeholder type)
Return the placeholder shape for the specified type- Returns:
- the shape or
null
if it is not defined in this mastersheet - Since:
- POI 4.0.0
-
-