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 TypeClassDescriptionclassRepresents a shape with a preset geometry.classBackground shapeclassSpecifies a connection shape.classRepresents a custom geometric shape.classclassRepresents a group shape that consists of many shapes grouped together.classclassRepresents a picture shapeclassRepresents a shadow of a shape.classRepresents a single (non-group) shape in a .pptx slide showclassRepresents a table in a .pptx presentationclassRepresents a cell of a table in a .pptx presentationclassclassRepresents 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 TypeMethodDescriptionvoidvoidbooleanXSLFGroupShape.removeShape(XSLFShape xShape) Remove the specified shape from this groupbooleanXSLFSheet.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 TypeMethodDescriptionvoidXSLFHyperlink.linkToSlide(Slide<XSLFShape, XSLFTextParagraph> slide) voidXSLFSlide.setNotes(Notes<XSLFShape, XSLFTextParagraph> notes)