@Beta public class XSLFNotesMaster extends XSLFSheet
Within a notes master slide are contained all elements that describe the objects and their corresponding formatting for within a presentation slide.
Within a nodes master slide are two main elements. The cSld element specifies the common slide elements such as shapes and their attached text bodies. Then the notesStyles element specifies the formatting for the text within each of these shapes.
DEFAULT_XML_OPTIONS
Modifier | Constructor and Description |
---|---|
protected |
XSLFNotesMaster(PackagePart part,
PackageRelationship rel) |
Modifier and Type | Method and Description |
---|---|
XSLFSheet |
getMasterSheet() |
protected String |
getRootElementName() |
org.openxmlformats.schemas.presentationml.x2006.main.CTNotesMaster |
getXmlObject() |
appendContent, buildShapes, canDraw, clear, commit, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, draw, getBackground, getCommonSlideData, getFollowMasterGraphics, getPlaceholder, getPlaceholders, getShapes, getSlideShow, getSpTree, getTextShapeByType, importContent, iterator, removeShape, setCommonSlideData
addRelation, clearMemoryPackagePart, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationCounter, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected XSLFNotesMaster(PackagePart part, PackageRelationship rel) throws IOException, org.apache.xmlbeans.XmlException
IOException
org.apache.xmlbeans.XmlException
public org.openxmlformats.schemas.presentationml.x2006.main.CTNotesMaster getXmlObject()
getXmlObject
in class XSLFSheet
protected String getRootElementName()
getRootElementName
in class XSLFSheet
public XSLFSheet getMasterSheet()
getMasterSheet
in class XSLFSheet
Copyright © 2020. All rights reserved.