Java org.apache.poi.xslf.usermodel XSLFSlide fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xslf.usermodel XSLFSlide fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xslf.usermodel XSLFSlide.

The text is from its open source code.

Method

XSLFAutoShapecreateAutoShape()
XSLFFreeformShapecreateFreeform()
XSLFGroupShapecreateGroup()
XSLFPictureShapecreatePicture(PictureData pictureData)
XSLFTablecreateTable(int numRows, int numCols)
XSLFTablecreateTable()
XSLFTextBoxcreateTextBox()
voiddraw(Graphics2D graphics)
Render this sheet into the supplied graphics object
XSLFBackgroundgetBackground()
ListgetComments()
XSLFSlideLayoutgetMasterSheet()
XSLFNotesgetNotes()
PackagePartgetPackagePart()
Provides access to the underlying PackagePart
XSLFSimpleShapegetPlaceholder(Placeholder ph)
XSLFTextShape[]getPlaceholders()
ListgetRelationParts()
Returns the list of child relations for this POIXMLDocumentPart
ListgetRelations()
Returns the list of child relations for this POIXMLDocumentPart
ListgetShapes()
Returns an array containing all of the shapes in this sheet
XSLFSlideLayoutgetSlideLayout()
intgetSlideNumber()
XMLSlideShowgetSlideShow()
StringgetTitle()
CTSlidegetXmlObject()
XSLFSlideimportContent(XSLFSheet src)
booleanremoveShape(XSLFShape xShape)
Removes the specified shape from this sheet, if it is present (optional operation).