@Beta public final class XSLFNotes extends XSLFSheet implements Notes<XSLFShape,XSLFTextParagraph>
DEFAULT_XML_OPTIONS
Modifier and Type | Method and Description |
---|---|
XSLFNotesMaster |
getMasterSheet() |
protected java.lang.String |
getRootElementName() |
java.util.List<java.util.List<XSLFTextParagraph>> |
getTextParagraphs() |
XSLFTheme |
getTheme() |
org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide |
getXmlObject() |
addShape, appendContent, buildShapes, canDraw, clear, commit, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTable, createTextBox, draw, getBackground, getCommonSlideData, getFollowMasterGraphics, getPlaceholder, getPlaceholders, getShapes, getSlideShow, getSpTree, getTextShapeByType, importContent, iterator, removeShape, setCommonSlideData
addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
draw, getBackground, getFollowMasterGraphics, getSlideShow
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShape
public org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide getXmlObject()
getXmlObject
in class XSLFSheet
protected java.lang.String getRootElementName()
getRootElementName
in class XSLFSheet
public XSLFTheme getTheme()
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.public XSLFNotesMaster getMasterSheet()
getMasterSheet
in interface Sheet<XSLFShape,XSLFTextParagraph>
public java.util.List<java.util.List<XSLFTextParagraph>> getTextParagraphs()
getTextParagraphs
in interface Notes<XSLFShape,XSLFTextParagraph>
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.