@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, setCommonSlideData
addRelation, clearMemoryPackagePart, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationCounter, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, toString
protected XSLFNotesMaster(PackagePart part, PackageRelationship rel) 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 XSLFSheet getMasterSheet()
getMasterSheet
in class XSLFSheet
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.