Package org.apache.poi.xslf.usermodel
Class XSLFNotes
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLDocumentPart
-
- org.apache.poi.xslf.usermodel.XSLFSheet
-
- org.apache.poi.xslf.usermodel.XSLFNotes
-
- All Implemented Interfaces:
java.lang.Iterable<XSLFShape>
,Notes<XSLFShape,XSLFTextParagraph>
,ShapeContainer<XSLFShape,XSLFTextParagraph>
,Sheet<XSLFShape,XSLFTextParagraph>
,XSLFShapeContainer
@Beta public final class XSLFNotes extends XSLFSheet implements Notes<XSLFShape,XSLFTextParagraph>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSLFNotesMaster
getMasterSheet()
java.util.List<java.util.List<XSLFTextParagraph>>
getTextParagraphs()
XSLFTheme
getTheme()
CTNotesSlide
getXmlObject()
-
Methods inherited from class org.apache.poi.xslf.usermodel.XSLFSheet
addShape, appendContent, clear, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTable, createTextBox, draw, getBackground, getFollowMasterGraphics, getPlaceholder, getPlaceholder, getPlaceholderDetails, getPlaceholders, getShapes, getSlideShow, importContent, iterator, removeShape
-
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, setCommited, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer
addShape, createOleShape, createTable, getShapes, removeShape
-
Methods inherited from interface org.apache.poi.sl.usermodel.Sheet
draw, getBackground, getFollowMasterGraphics, getPlaceholderDetails, getSlideShow
-
-
-
-
Method Detail
-
getXmlObject
public CTNotesSlide getXmlObject()
- Specified by:
getXmlObject
in classXSLFSheet
- Returns:
- top-level Xml bean representing this sheet
-
getTheme
public XSLFTheme getTheme()
- Overrides:
getTheme
in classXSLFSheet
- Returns:
- theme (shared styles) associated with this theme.
By default returns
null
which means that this sheet is theme-less. Sheets that support the notion of themes (slides, masters, layouts, etc.) should override this method and return the corresponding package part.
-
getMasterSheet
public XSLFNotesMaster getMasterSheet()
- Specified by:
getMasterSheet
in interfaceSheet<XSLFShape,XSLFTextParagraph>
-
getTextParagraphs
public java.util.List<java.util.List<XSLFTextParagraph>> getTextParagraphs()
- Specified by:
getTextParagraphs
in interfaceNotes<XSLFShape,XSLFTextParagraph>
-
-