| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sheet | |
|---|---|
| org.apache.poi.hslf.model | |
| Uses of Sheet in org.apache.poi.hslf.model | 
|---|
| Subclasses of Sheet in org.apache.poi.hslf.model | |
|---|---|
 class | 
MasterSheet
The superclass of all master sheets - Slide masters, Notes masters, etc.  | 
 class | 
Notes
This class represents a slide's notes in a PowerPoint Document.  | 
 class | 
Slide
This class represents a slide in a PowerPoint Document.  | 
 class | 
SlideMaster
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.  | 
 class | 
TitleMaster
Title masters define the design template for slides with a Title Slide layout.  | 
| Fields in org.apache.poi.hslf.model declared as Sheet | |
|---|---|
protected  Sheet | 
Shape._sheet
The Sheet this shape belongs to | 
| Methods in org.apache.poi.hslf.model that return Sheet | |
|---|---|
 Sheet | 
TextRun.getSheet()
 | 
 Sheet | 
Shape.getSheet()
 | 
| Methods in org.apache.poi.hslf.model with parameters of type Sheet | |
|---|---|
protected  void | 
TextShape.afterInsert(Sheet sh)
When a textbox is added to a sheet we need to tell upper-level PPDrawing about it. | 
protected  void | 
Table.afterInsert(Sheet sh)
 | 
protected  void | 
Shape.afterInsert(Sheet sh)
Event which fires when a shape is inserted in the sheet.  | 
protected  void | 
Picture.afterInsert(Sheet sh)
By default set the orininal image size  | 
 void | 
TextShape.setSheet(Sheet sheet)
 | 
 void | 
TextRun.setSheet(Sheet sheet)
 | 
 void | 
Table.setSheet(Sheet sheet)
Assign the SlideShow this shape belongs to | 
 void | 
Shape.setSheet(Sheet sheet)
Assign the SlideShow this shape belongs to | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||