|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hslf.usermodel.HSLFSheet
org.apache.poi.hslf.usermodel.HSLFNotes
public final class HSLFNotes
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
| Field Summary | |
|---|---|
protected static POILogger |
logger
|
| Constructor Summary | |
|---|---|
HSLFNotes(Notes notes)
Constructs a Notes Sheet from the given Notes record. |
|
| Method Summary | |
|---|---|
HSLFMasterSheet |
getMasterSheet()
Return null - Notes Masters are not yet supported |
java.util.List<java.util.List<HSLFTextParagraph>> |
getTextParagraphs()
Returns an array of all the TextParagraphs found |
| Methods inherited from class org.apache.poi.hslf.usermodel.HSLFSheet |
|---|
_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, draw, getBackground, getColorScheme, getFollowMasterGraphics, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, iterator, onAddTextShape, onCreate, removeShape, setSlideShow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.poi.sl.usermodel.Sheet |
|---|
draw, getBackground, getFollowMasterGraphics, getSlideShow |
| Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer |
|---|
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShape |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Field Detail |
|---|
protected static final POILogger logger
| Constructor Detail |
|---|
public HSLFNotes(Notes notes)
notes - the Notes record to read from| Method Detail |
|---|
public java.util.List<java.util.List<HSLFTextParagraph>> getTextParagraphs()
getTextParagraphs in interface Notes<HSLFShape,HSLFTextParagraph>getTextParagraphs in class HSLFSheetpublic HSLFMasterSheet getMasterSheet()
null - Notes Masters are not yet supported
getMasterSheet in interface Sheet<HSLFShape,HSLFTextParagraph>getMasterSheet in class HSLFSheet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||