Uses of Class
org.apache.poi.hslf.usermodel.HSLFSheet
-
Packages that use HSLFSheet Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFSheet in org.apache.poi.hslf.model
Methods in org.apache.poi.hslf.model with parameters of type HSLFSheet Modifier and Type Method Description protected void
ActiveXShape. afterInsert(HSLFSheet sheet)
Constructors in org.apache.poi.hslf.model with parameters of type HSLFSheet Constructor Description HeadersFooters(HSLFSheet sheet, short headerFooterType)
-
Uses of HSLFSheet in org.apache.poi.hslf.usermodel
Subclasses of HSLFSheet in org.apache.poi.hslf.usermodel Modifier and Type Class Description class
HSLFMasterSheet
The superclass of all master sheets - Slide masters, Notes masters, etc.class
HSLFNotes
This class represents a slide's notes in a PowerPoint Document.class
HSLFSlide
This class represents a slide in a PowerPoint Document.class
HSLFSlideMaster
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.class
HSLFTitleMaster
Title masters define the design template for slides with a Title Slide layout.Methods in org.apache.poi.hslf.usermodel that return HSLFSheet Modifier and Type Method Description HSLFSheet
HSLFShape. getSheet()
HSLFSheet
HSLFTextParagraph. getSheet()
Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFSheet Modifier and Type Method Description protected void
HSLFFill. afterInsert(HSLFSheet sh)
protected void
HSLFPictureShape. afterInsert(HSLFSheet sh)
By default set the orininal image sizeprotected void
HSLFShape. afterInsert(HSLFSheet sh)
Event which fires when a shape is inserted in the sheet.protected void
HSLFTable. afterInsert(HSLFSheet sh)
protected void
HSLFTextShape. afterInsert(HSLFSheet sh)
When a textbox is added to a sheet we need to tell upper-levelPPDrawing
about it.protected static java.util.List<HSLFTextParagraph>
HSLFTextParagraph. findTextParagraphs(EscherTextboxWrapper wrapper, HSLFSheet sheet)
Scans through the supplied record array, looking for a TextHeaderAtom followed by one of a TextBytesAtom or a TextCharsAtom.static java.util.List<java.util.List<HSLFTextParagraph>>
HSLFTextParagraph. findTextParagraphs(PPDrawing ppdrawing, HSLFSheet sheet)
For a given PPDrawing, grab all the TextRunsprotected static java.awt.Color
HSLFTextParagraph. getColorFromColorIndexStruct(int rgb, HSLFSheet sheet)
void
HSLFShape. setSheet(HSLFSheet sheet)
Assign theSlideShow
this shape belongs tovoid
HSLFTable. setSheet(HSLFSheet sheet)
Assign theSlideShow
this shape belongs tovoid
HSLFTextShape. setSheet(HSLFSheet sheet)
static void
HSLFTextParagraph. supplySheet(java.util.List<HSLFTextParagraph> paragraphs, HSLFSheet sheet)
Supply the Sheet we belong to, which might have an assigned SlideShow Also passes it on to our child RichTextRuns
-