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 TypeClassDescriptionclassThe superclass of all master sheets - Slide masters, Notes masters, etc.final classThis class represents a slide's notes in a PowerPoint Document.final classThis class represents a slide in a PowerPoint Document.final classSlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.final classTitle 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 voidHSLFFill.afterInsert(HSLFSheet sh) protected voidHSLFPictureShape.afterInsert(HSLFSheet sh) By default set the orininal image sizeprotected voidHSLFShape.afterInsert(HSLFSheet sh) Event which fires when a shape is inserted in the sheet.protected voidHSLFTable.afterInsert(HSLFSheet sh) protected voidHSLFTextShape.afterInsert(HSLFSheet sh) When a textbox is added to a sheet we need to tell upper-levelPPDrawingabout 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 ColorHSLFTextParagraph.getColorFromColorIndexStruct(int rgb, HSLFSheet sheet) voidAssign theSlideShowthis shape belongs tovoidAssign theSlideShowthis shape belongs tovoidstatic voidHSLFTextParagraph.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