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 voidActiveXShape. 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 classHSLFMasterSheetThe superclass of all master sheets - Slide masters, Notes masters, etc.classHSLFNotesThis class represents a slide's notes in a PowerPoint Document.classHSLFSlideThis class represents a slide in a PowerPoint Document.classHSLFSlideMasterSlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.classHSLFTitleMasterTitle 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 HSLFSheetHSLFShape. getSheet()HSLFSheetHSLFTextParagraph. getSheet()Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFSheet Modifier and Type Method Description 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)voidHSLFShape. setSheet(HSLFSheet sheet)Assign theSlideShowthis shape belongs tovoidHSLFTable. setSheet(HSLFSheet sheet)Assign theSlideShowthis shape belongs tovoidHSLFTextShape. setSheet(HSLFSheet sheet)static 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
-