Uses of Interface
org.apache.poi.sl.usermodel.PlaceableShape
Packages that use PlaceableShape
Package
Description
-
Uses of PlaceableShape in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model that implement PlaceableShapeModifier and TypeClassDescriptionfinal class
Represents an ActiveX control in a PowerPoint document.final class
Represents a movie in a PowerPoint document.final class
A simple closed polygon shape -
Uses of PlaceableShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement PlaceableShapeModifier and TypeClassDescriptionclass
Represents an AutoShape.class
Specifies a connection shape.final class
A "Freeform" shape.class
Represents a group of shapes.final class
Represents a line in a PowerPoint drawingfinal class
A shape representing embedded OLE object.class
Represents a picture in a PowerPoint document.final class
Represents a Placeholder in PowerPoint.class
An abstract simple (non-group) shape.final class
Represents a table in a PowerPoint presentationfinal class
Represents a cell in a ppt tableclass
Represents a TextFrame shape in PowerPoint.class
A 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 PlaceableShapeMethods in org.apache.poi.sl.draw with parameters of type PlaceableShapeModifier and TypeMethodDescriptionstatic Rectangle2D
DrawShape.getAnchor
(Graphics2D graphics, PlaceableShape<?, ?> shape) DrawFactory.getPaint
(PlaceableShape<?, ?> shape) Constructors in org.apache.poi.sl.draw with parameters of type PlaceableShape -
Uses of PlaceableShape in org.apache.poi.sl.usermodel
Subinterfaces of PlaceableShape in org.apache.poi.sl.usermodelModifier and TypeInterfaceDescriptioninterface
AutoShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
ConnectorShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
FreeformShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
GraphicalFrame<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
GroupShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Line<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Interface for Lines ...interface
ObjectShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> An shape which references an embedded OLE objectinterface
PictureShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
SimpleShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
TableCell<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
TableShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
TextBox<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Represents a TextFrame shape in PowerPoint.interface
TextShape<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 PlaceableShapeModifier 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 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.