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 |
---|---|
HeadersFooters |
getHeadersFooters()
Header / Footer settings for this slide.
|
HSLFMasterSheet |
getMasterSheet()
Return
null - Notes Masters are not yet supported |
HSLFPlaceholderDetails |
getPlaceholderDetails(Placeholder placeholder)
Get the placeholder details for the given placeholder type.
|
java.util.List<java.util.List<HSLFTextParagraph>> |
getTextParagraphs()
Returns an array of all the TextParagraphs found
|
_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, 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, createOleShape, 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
public HeadersFooters getHeadersFooters()
getHeadersFooters
in class HSLFSheet
public HSLFPlaceholderDetails getPlaceholderDetails(Placeholder placeholder)
Sheet
getPlaceholderDetails
in interface Sheet<HSLFShape,HSLFTextParagraph>
getPlaceholderDetails
in class HSLFSheet
placeholder
- the placeholder typenull
, if the placeholder isn't contained in the sheetCopyright 2020 The Apache Software Foundation or its licensors, as applicable.