@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 java.lang.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, setCommonSlideDataaddRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toStringprotected XSLFNotesMaster(PackagePart part, PackageRelationship rel) throws java.io.IOException, org.apache.xmlbeans.XmlException
java.io.IOExceptionorg.apache.xmlbeans.XmlExceptionpublic org.openxmlformats.schemas.presentationml.x2006.main.CTNotesMaster getXmlObject()
getXmlObject in class XSLFSheetprotected java.lang.String getRootElementName()
getRootElementName in class XSLFSheetpublic XSLFSheet getMasterSheet()
getMasterSheet in class XSLFSheetCopyright 2014 The Apache Software Foundation or its licensors, as applicable.