@Beta public class XSLFSlideLayout extends XSLFSheet implements MasterSheet<XSLFShape,XSLFTextParagraph>
| Constructor and Description |
|---|
XSLFSlideLayout(PackagePart part) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyLayout(XSLFSlide slide)
Copy placeholders from this layout to the destination slide
|
XSLFBackground |
getBackground() |
boolean |
getFollowMasterGraphics() |
XSLFSlideMaster |
getMasterSheet() |
String |
getName() |
XSLFSlideMaster |
getSlideMaster()
Slide master object associated with this layout.
|
XSLFTheme |
getTheme() |
SlideLayout |
getType() |
CTSlideLayout |
getXmlObject()
While developing only!
|
addShape, appendContent, clear, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTable, createTextBox, draw, getPlaceholder, getPlaceholder, getPlaceholderDetails, getPlaceholders, getShapes, getSlideShow, importContent, iterator, removeShape_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, isCommitted, setCommited, setCommitted, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPlaceholderdraw, getPlaceholderDetails, getSlideShowaddShape, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTextBox, getShapes, removeShapeforEach, iterator, spliteratorpublic XSLFSlideLayout(PackagePart part) throws IOException, XmlException
IOExceptionXmlExceptionpublic String getName()
@Internal public CTSlideLayout getXmlObject()
getXmlObject in class XSLFSheetpublic XSLFSlideMaster getSlideMaster()
IllegalStateException - if slide master was not foundpublic XSLFSlideMaster getMasterSheet()
getMasterSheet in interface Sheet<XSLFShape,XSLFTextParagraph>public XSLFTheme getTheme()
getTheme in class XSLFSheetnull 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 boolean getFollowMasterGraphics()
getFollowMasterGraphics in interface Sheet<XSLFShape,XSLFTextParagraph>getFollowMasterGraphics in class XSLFSheetpublic XSLFBackground getBackground()
getBackground in interface Sheet<XSLFShape,XSLFTextParagraph>getBackground in class XSLFSheetpublic void copyLayout(XSLFSlide slide)
slide - destination slidepublic SlideLayout getType()
Copyright © 2010 - 2020 Adobe. All Rights Reserved