Uses of Class
org.apache.poi.hslf.usermodel.HSLFSheet

Packages that use HSLFSheet
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
protected  void ActiveXShape.afterInsert(HSLFSheet sheet)
           
 

Constructors in org.apache.poi.hslf.model with parameters of type HSLFSheet
HeadersFooters(HSLFSheet sheet, short headerFooterType)
           
 

Uses of HSLFSheet in org.apache.poi.hslf.usermodel
 

Subclasses of HSLFSheet in org.apache.poi.hslf.usermodel
 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
 HSLFSheet HSLFTextParagraph.getSheet()
           
 HSLFSheet HSLFShape.getSheet()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFSheet
protected  void HSLFFill.afterInsert(HSLFSheet sh)
           
protected  void HSLFShape.afterInsert(HSLFSheet sh)
          Event which fires when a shape is inserted in the sheet.
protected  void HSLFPictureShape.afterInsert(HSLFSheet sh)
          By default set the orininal image size
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-level PPDrawing 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 TextRuns
protected static java.awt.Color HSLFTextParagraph.getColorFromColorIndexStruct(int rgb, HSLFSheet sheet)
           
 void HSLFShape.setSheet(HSLFSheet sheet)
          Assign the SlideShow this shape belongs to
 void HSLFTable.setSheet(HSLFSheet sheet)
          Assign the SlideShow this shape belongs to
 void 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
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.