Uses of Class
org.apache.poi.xslf.usermodel.XSLFShape
Packages that use XSLFShape
-
Uses of XSLFShape in org.apache.poi.xslf.model
Methods in org.apache.poi.xslf.model with parameters of type XSLFShape -
Uses of XSLFShape in org.apache.poi.xslf.usermodel
Subclasses of XSLFShape in org.apache.poi.xslf.usermodelModifier and TypeClassDescriptionclass
Represents a shape with a preset geometry.class
Background shapeclass
Specifies a connection shape.class
Represents a custom geometric shape.class
class
Represents a group shape that consists of many shapes grouped together.class
class
Represents a picture shapeclass
Represents a shadow of a shape.class
Represents a single (non-group) shape in a .pptx slide showclass
Represents a table in a .pptx presentationclass
Represents a cell of a table in a .pptx presentationclass
class
Represents a shape that can hold text.Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFShapeModifier and TypeMethodDescriptionXSLFSheet.buildShapes
(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape spTree, XSLFShapeContainer parent) XMLSlideShow.createMasterSheet()
XSLFNotesMaster.getMasterSheet()
XSLFGroupShape.getShapes()
XSLFSheet.getShapes()
Returns an array containing all of the shapes in this sheetXSLFGroupShape.iterator()
Returns an iterator over the shapes in this sheetXSLFSheet.iterator()
Returns an iterator over the shapes in this sheetMethods in org.apache.poi.xslf.usermodel with parameters of type XSLFShapeModifier and TypeMethodDescriptionvoid
void
boolean
XSLFGroupShape.removeShape
(XSLFShape xShape) Remove the specified shape from this groupboolean
XSLFSheet.removeShape
(XSLFShape xShape) Removes the specified shape from this sheet, if it is present (optional operation).Method parameters in org.apache.poi.xslf.usermodel with type arguments of type XSLFShapeModifier and TypeMethodDescriptionvoid
XSLFHyperlink.linkToSlide
(Slide<XSLFShape, XSLFTextParagraph> slide) void
XSLFSlide.setNotes
(Notes<XSLFShape, XSLFTextParagraph> notes)