Uses of Class
org.apache.poi.hslf.usermodel.HSLFSheet
Packages that use HSLFSheet
-
Uses of HSLFSheet in org.apache.poi.hslf.model
Methods in org.apache.poi.hslf.model with parameters of type HSLFSheetConstructors in org.apache.poi.hslf.model with parameters of type HSLFSheet -
Uses of HSLFSheet in org.apache.poi.hslf.usermodel
Subclasses of HSLFSheet in org.apache.poi.hslf.usermodelModifier and TypeClassDescriptionclass
The superclass of all master sheets - Slide masters, Notes masters, etc.final class
This class represents a slide's notes in a PowerPoint Document.final class
This class represents a slide in a PowerPoint Document.final class
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.final class
Title masters define the design template for slides with a Title Slide layout.Methods in org.apache.poi.hslf.usermodel that return HSLFSheetMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFSheetModifier and TypeMethodDescriptionprotected 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 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 List
<List<HSLFTextParagraph>> HSLFTextParagraph.findTextParagraphs
(PPDrawing ppdrawing, HSLFSheet sheet) For a given PPDrawing, grab all the TextRunsprotected static Color
HSLFTextParagraph.getColorFromColorIndexStruct
(int rgb, HSLFSheet sheet) void
Assign theSlideShow
this shape belongs tovoid
Assign theSlideShow
this shape belongs tovoid
static void
HSLFTextParagraph.supplySheet
(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