Uses of Class
org.apache.poi.xslf.usermodel.XSLFShape
-
Packages that use XSLFShape Package Description org.apache.poi.xslf.model org.apache.poi.xslf.usermodel -
-
Uses of XSLFShape in org.apache.poi.xslf.model
Methods in org.apache.poi.xslf.model with parameters of type XSLFShape Modifier and Type Method Description booleanCharacterPropertyFetcher. fetch(XSLFShape shape)booleanParagraphPropertyFetcher. fetch(XSLFShape shape)abstract booleanPropertyFetcher. fetch(XSLFShape shape)booleanTextBodyPropertyFetcher. fetch(XSLFShape shape)TCharacterPropertyFetcher. fetchProperty(XSLFShape shape)TParagraphPropertyFetcher. fetchProperty(XSLFShape shape) -
Uses of XSLFShape in org.apache.poi.xslf.usermodel
Subclasses of XSLFShape in org.apache.poi.xslf.usermodel Modifier and Type Class Description classXSLFAutoShapeRepresents a shape with a preset geometry.classXSLFBackgroundBackground shapeclassXSLFConnectorShapeSpecifies a connection shape.classXSLFFreeformShapeRepresents a custom geometric shape.classXSLFGraphicFrameclassXSLFGroupShapeRepresents a group shape that consists of many shapes grouped together.classXSLFObjectShapeclassXSLFPictureShapeRepresents a picture shapeclassXSLFShadowRepresents a shadow of a shape.classXSLFSimpleShapeRepresents a single (non-group) shape in a .pptx slide showclassXSLFTableRepresents a table in a .pptx presentationclassXSLFTableCellRepresents a cell of a table in a .pptx presentationclassXSLFTextBoxclassXSLFTextShapeRepresents a shape that can hold text.Methods in org.apache.poi.xslf.usermodel that return XSLFShape Modifier and Type Method Description XSLFShapeXSLFMetroShape. parseShape(byte[] metroBytes)parses the metro bytes to a XSLF shapeMethods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFShape Modifier and Type Method Description protected static List<XSLFShape>XSLFSheet. buildShapes(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape spTree, XSLFShapeContainer parent)MasterSheet<XSLFShape,XSLFTextParagraph>XMLSlideShow. createMasterSheet()MasterSheet<XSLFShape,XSLFTextParagraph>XSLFNotesMaster. getMasterSheet()List<XSLFShape>XSLFGroupShape. getShapes()List<XSLFShape>XSLFSheet. getShapes()Returns an array containing all of the shapes in this sheetIterator<XSLFShape>XSLFGroupShape. iterator()Returns an iterator over the shapes in this sheetIterator<XSLFShape>XSLFSheet. iterator()Returns an iterator over the shapes in this sheetMethods in org.apache.poi.xslf.usermodel with parameters of type XSLFShape Modifier and Type Method Description voidXSLFGroupShape. addShape(XSLFShape shape)voidXSLFSheet. addShape(XSLFShape shape)booleanXSLFGroupShape. 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 XSLFShape Modifier and Type Method Description voidXSLFHyperlink. linkToSlide(Slide<XSLFShape,XSLFTextParagraph> slide)voidXSLFSlide. setNotes(Notes<XSLFShape,XSLFTextParagraph> notes)Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFShape Constructor Description XSLFTexturePaint(XSLFShape shape, org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, PackagePart parentPart, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme, XSLFSheet sheet)
-