@Beta public class XSLFNotesMaster extends XSLFSheet implements MasterSheet<XSLFShape,XSLFTextParagraph>
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.
POIXMLDocumentPart.RelationPart
Modifier | Constructor and Description |
---|---|
protected |
XSLFNotesMaster(PackagePart part) |
Modifier and Type | Method and Description |
---|---|
MasterSheet<XSLFShape,XSLFTextParagraph> |
getMasterSheet() |
protected java.lang.String |
getRootElementName() |
org.openxmlformats.schemas.presentationml.x2006.main.CTNotesMaster |
getXmlObject() |
addChart, addChart, addShape, allocateShapeId, appendContent, buildShapes, clear, commit, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTable, createTextBox, deregisterShapeId, draw, getBackground, getFollowMasterGraphics, getPlaceholder, getPlaceholder, getPlaceholder, getPlaceholderDetails, getPlaceholders, getShapes, getSlideShow, getSpTree, getTextShapeByType, getTheme, importContent, iterator, mapSchemeColor, mapSchemeColor, registerShapeId, removeShape
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommitted, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommitted, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPlaceholder
draw, getBackground, getFollowMasterGraphics, getPlaceholderDetails, getSlideShow
addShape, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTextBox, getShapes, removeShape
protected XSLFNotesMaster(PackagePart part) throws java.io.IOException, org.apache.xmlbeans.XmlException
java.io.IOException
org.apache.xmlbeans.XmlException
public org.openxmlformats.schemas.presentationml.x2006.main.CTNotesMaster getXmlObject()
getXmlObject
in class XSLFSheet
protected java.lang.String getRootElementName()
getRootElementName
in class XSLFSheet
public MasterSheet<XSLFShape,XSLFTextParagraph> getMasterSheet()
getMasterSheet
in interface Sheet<XSLFShape,XSLFTextParagraph>
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.