@Beta public final class XSLFSlide extends XSLFSheet
DEFAULT_XML_OPTIONS| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics2D graphics)
Render this sheet into the supplied graphics object
|
XSLFBackground |
getBackground() |
XSLFComments |
getComments() |
boolean |
getFollowMasterGraphics() |
XSLFSlideLayout |
getMasterSheet() |
XSLFNotes |
getNotes() |
protected java.lang.String |
getRootElementName() |
XSLFSlideLayout |
getSlideLayout() |
XSLFSlideMaster |
getSlideMaster() |
XSLFTheme |
getTheme() |
java.lang.String |
getTitle() |
org.openxmlformats.schemas.presentationml.x2006.main.CTSlide |
getXmlObject() |
XSLFSlide |
importContent(XSLFSheet src)
Set the contents of this sheet to be a copy of the source sheet.
|
void |
setFollowMasterGraphics(boolean value) |
appendContent, buildShapes, canDraw, clear, commit, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getCommonSlideData, getPlaceholder, getPlaceholders, getShapes, getSlideShow, getSpTree, getTextShapeByType, iterator, removeShape, setCommonSlideDataaddRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toStringpublic org.openxmlformats.schemas.presentationml.x2006.main.CTSlide getXmlObject()
getXmlObject in class XSLFSheetprotected java.lang.String getRootElementName()
getRootElementName in class XSLFSheetpublic XSLFSlideLayout getMasterSheet()
getMasterSheet in class XSLFSheetpublic XSLFSlideLayout getSlideLayout()
public XSLFSlideMaster getSlideMaster()
public XSLFComments getComments()
public XSLFNotes getNotes()
public java.lang.String getTitle()
public XSLFTheme getTheme()
null 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 XSLFBackground getBackground()
getBackground in class XSLFSheetpublic boolean getFollowMasterGraphics()
getFollowMasterGraphics in class XSLFSheetpublic void setFollowMasterGraphics(boolean value)
value - whether shapes on the master slide should be shown or not.public void draw(java.awt.Graphics2D graphics)
XSLFSheetpublic XSLFSlide importContent(XSLFSheet src)
XSLFSheetimportContent in class XSLFSheetsrc - the source sheet to copy data fromCopyright 2014 The Apache Software Foundation or its licensors, as applicable.