|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.model.Sheet
org.apache.poi.hslf.model.Slide
This class represents a slide in a PowerPoint Document. It allows access to the text within, and the layout. For now, it only does the text side of things though
Constructor Summary | |
Slide(Slide slide,
Notes notes,
SlideListWithText.SlideAtomsSet atomSet)
Constructs a Slide from the Slide record, and the SlideAtomsSet containing the text. |
Method Summary | |
Notes |
getNotesSheet()
Returns the Notes Sheet for this slide, or null if there isn't one |
int |
getSheetNumber()
Returns the sheet number |
Slide |
getSlideRecord()
Returns the underlying slide record |
TextRun[] |
getTextRuns()
Returns an array of all the TextRuns found |
void |
setNotes(Notes notes)
Sets the Notes that are associated with this. |
Methods inherited from class org.apache.poi.hslf.model.Sheet |
findTextRuns, findTextRuns |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Slide(Slide slide, Notes notes, SlideListWithText.SlideAtomsSet atomSet)
slide
- the Slide record we're based onnotes
- the Notes sheet attached to usatomSet
- the SlideAtomsSet to get the text fromMethod Detail |
public void setNotes(Notes notes)
public TextRun[] getTextRuns()
getTextRuns
in class Sheet
public int getSheetNumber()
getSheetNumber
in class Sheet
public Slide getSlideRecord()
public Notes getNotesSheet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |