Uses of Class
org.apache.poi.xslf.usermodel.XSLFSheet

Packages that use XSLFSheet
org.apache.poi.xslf.usermodel   
 

Uses of XSLFSheet in org.apache.poi.xslf.usermodel
 

Subclasses of XSLFSheet in org.apache.poi.xslf.usermodel
 class XSLFNotes
           
 class XSLFNotesMaster
          Notes master object associated with this layout.
 class XSLFSlide
           
 class XSLFSlideLayout
           
 class XSLFSlideMaster
          Slide master object associated with this layout.
 

Methods in org.apache.poi.xslf.usermodel that return XSLFSheet
 XSLFSheet XSLFSheet.appendContent(XSLFSheet src)
          Append content to this sheet.
 XSLFSheet XSLFShape.getSheet()
           
 XSLFSheet XSLFSheet.importContent(XSLFSheet src)
          Set the contents of this sheet to be a copy of the source sheet.
 

Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFSheet
 XSLFSheet XSLFSheet.appendContent(XSLFSheet src)
          Append content to this sheet.
protected static java.util.List<XSLFShape> XSLFSheet.buildShapes(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape spTree, XSLFSheet sheet)
           
 XSLFSheet XSLFSheet.importContent(XSLFSheet src)
          Set the contents of this sheet to be a copy of the source sheet.
 XSLFSlide XSLFSlide.importContent(XSLFSheet src)
           
 

Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFSheet
XSLFGroupShape(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape shape, XSLFSheet sheet)
           
XSLFShape(org.apache.xmlbeans.XmlObject shape, XSLFSheet sheet)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.