Documentation of 'org.apache.poi.xslf.usermodel.XSLFSlide' Java class
XSLFSlide
org.apache.poi.xslf.usermodel

Class XSLFSlide

    • Method Detail

      • getXmlObject

        public org.openxmlformats.schemas.presentationml.x2006.main.CTSlide getXmlObject()
        Specified by:
        getXmlObject in class XSLFSheet
        Returns:
        top-level Xml bean representing this sheet
      • getTitle

        public java.lang.String getTitle()
        Returns:
        title of this slide or empty string if title is not set
      • getTheme

        public XSLFTheme getTheme()
        Returns:
        theme (shared styles) associated with this theme. By default returns 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.
      • getFollowMasterGraphics

        public boolean getFollowMasterGraphics()
        Overrides:
        getFollowMasterGraphics in class XSLFSheet
        Returns:
        whether shapes on the master slide should be shown or not.
      • setFollowMasterGraphics

        public void setFollowMasterGraphics(boolean value)
        Parameters:
        value - whether shapes on the master slide should be shown or not.
      • draw

        public void draw(java.awt.Graphics2D graphics)
        Description copied from class: XSLFSheet
        Render this sheet into the supplied graphics object
        Overrides:
        draw in class XSLFSheet
      • importContent

        public XSLFSlide importContent(XSLFSheet src)
        Description copied from class: XSLFSheet
        Set the contents of this sheet to be a copy of the source sheet. This method erases any existing shapes and replaces them with object from the source sheet.
        Overrides:
        importContent in class XSLFSheet
        Parameters:
        src - the source sheet to copy data from
        Returns:
        modified 'this'

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.