Uses of Interface
org.apache.poi.sl.usermodel.PlaceableShape
-
Packages that use PlaceableShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of PlaceableShape in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model that implement PlaceableShape Modifier and Type Class Description classActiveXShapeRepresents an ActiveX control in a PowerPoint document.classMovieShapeRepresents a movie in a PowerPoint document.classPolygonA simple closed polygon shape -
Uses of PlaceableShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement PlaceableShape Modifier and Type Class Description classHSLFAutoShapeRepresents an AutoShape.classHSLFConnectorShapeSpecifies a connection shape.classHSLFFreeformShapeA "Freeform" shape.classHSLFGroupShapeRepresents a group of shapes.classHSLFLineRepresents a line in a PowerPoint drawingclassHSLFObjectShapeA shape representing embedded OLE object.classHSLFPictureShapeRepresents a picture in a PowerPoint document.classHSLFPlaceholderRepresents a Placeholder in PowerPoint.classHSLFSimpleShapeAn abstract simple (non-group) shape.classHSLFTableRepresents a table in a PowerPoint presentationclassHSLFTableCellRepresents a cell in a ppt tableclassHSLFTextBoxRepresents a TextFrame shape in PowerPoint.classHSLFTextShapeA common superclass of all shapes that can hold text. -
Uses of PlaceableShape in org.apache.poi.sl.draw
Fields in org.apache.poi.sl.draw declared as PlaceableShape Modifier and Type Field Description protected PlaceableShape<?,?>DrawPaint. shapeMethods in org.apache.poi.sl.draw with parameters of type PlaceableShape Modifier and Type Method Description static java.awt.geom.Rectangle2DDrawShape. getAnchor(java.awt.Graphics2D graphics, PlaceableShape<?,?> shape)DrawPaintDrawFactory. getPaint(PlaceableShape<?,?> shape)Constructors in org.apache.poi.sl.draw with parameters of type PlaceableShape Constructor Description DrawPaint(PlaceableShape<?,?> shape) -
Uses of PlaceableShape in org.apache.poi.sl.usermodel
Subinterfaces of PlaceableShape in org.apache.poi.sl.usermodel Modifier and Type Interface Description interfaceAutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceFreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceGraphicalFrame<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceGroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceLine<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Interface for Lines ...interfaceObjectShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>An shape which references an embedded OLE objectinterfacePictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceSimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Represents a TextFrame shape in PowerPoint.interfaceTextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> -
Uses of PlaceableShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement PlaceableShape 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 shapeclassXSLFSimpleShapeRepresents 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.
-