public final class HSLFNotes extends HSLFSheet implements Notes<HSLFShape,HSLFTextParagraph>
Constructor and Description |
---|
HSLFNotes(Notes notes)
Constructs a Notes Sheet from the given Notes record.
|
Modifier and Type | Method and Description |
---|---|
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
|
_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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
draw, getBackground, getFollowMasterGraphics, getSlideShow
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShape
protected static final POILogger logger
public HSLFNotes(Notes notes)
notes
- the Notes record to read frompublic java.util.List<java.util.List<HSLFTextParagraph>> getTextParagraphs()
getTextParagraphs
in interface Notes<HSLFShape,HSLFTextParagraph>
getTextParagraphs
in class HSLFSheet
public HSLFMasterSheet getMasterSheet()
null
- Notes Masters are not yet supportedgetMasterSheet
in interface Sheet<HSLFShape,HSLFTextParagraph>
getMasterSheet
in class HSLFSheet
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.