Package org.apache.poi.sl.usermodel
Interface MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
- All Superinterfaces:
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
Modifier and TypeMethodDescriptiongetPlaceholder(Placeholder type) Return the placeholder shape for the specified typeMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer
addShape, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTextBox, getShapes, removeShapeMethods inherited from interface org.apache.poi.sl.usermodel.Sheet
draw, getBackground, getFollowMasterGraphics, getMasterSheet, getPlaceholderDetails, getSlideShow
-
Method Details
-
getPlaceholder
Return the placeholder shape for the specified type- Returns:
- the shape or
nullif it is not defined in this mastersheet - Since:
- POI 4.0.0
-