|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.model.Sheet org.apache.poi.hslf.model.Notes
public final class Notes
This class represents a slide's notes 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 | |
---|---|
Notes(Notes notes)
Constructs a Notes Sheet from the given Notes record. |
Method Summary | |
---|---|
MasterSheet |
getMasterSheet()
Return null - Notes Masters are not yet supported |
TextRun[] |
getTextRuns()
Returns an array of all the TextRuns found |
Methods inherited from class org.apache.poi.hslf.model.Sheet |
---|
_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, draw, findTextRuns, findTextRuns, getBackground, getColorScheme, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, onAddTextShape, onCreate, removeShape, setSlideShow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Notes(Notes notes)
notes
- the Notes record to read fromMethod Detail |
---|
public TextRun[] getTextRuns()
getTextRuns
in class Sheet
public MasterSheet getMasterSheet()
null
- Notes Masters are not yet supported
getMasterSheet
in class Sheet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |