Class HSLFSheet

java.lang.Object
org.apache.poi.hslf.usermodel.HSLFSheet
All Implemented Interfaces:
Iterable<HSLFShape>, HSLFShapeContainer, ShapeContainer<HSLFShape,HSLFTextParagraph>, Sheet<HSLFShape,HSLFTextParagraph>
Direct Known Subclasses:
HSLFMasterSheet, HSLFNotes, HSLFSlide

public abstract class HSLFSheet extends Object implements HSLFShapeContainer, Sheet<HSLFShape,HSLFTextParagraph>
This class defines the common format of "Sheets" in a powerpoint document. Such sheets could be Slides, Notes, Master etc
Author:
Nick Burch, Yegor Kozlov