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 Details

    • 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