Uses of Interface
org.apache.poi.sl.usermodel.Shape
Packages that use Shape
Package
Description
-
Uses of Shape in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model with type parameters of type ShapeModifier and TypeClassDescriptionclass
HSLFMetroShape<T extends Shape<?,
?>> Experimental class for metro blobs, i.e.Classes in org.apache.poi.hslf.model that implement ShapeModifier 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 Shape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement ShapeModifier and TypeClassDescriptionclass
Represents an AutoShape.final class
Background shapeclass
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
Represents a Shape which is the elemental object that composes a drawing.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 Shape in org.apache.poi.sl.draw
Fields in org.apache.poi.sl.draw declared as ShapeModifier and TypeFieldDescriptionprotected final Shape
<?, ?> DrawNothing.shape
protected final Shape
<?, ?> DrawShape.shape
Methods in org.apache.poi.sl.draw that return ShapeMethods in org.apache.poi.sl.draw with parameters of type ShapeModifier and TypeMethodDescriptionprotected boolean
DrawMasterSheet.canDraw
(Graphics2D graphics, Shape<?, ?> shape) Checks if thissheet
displays the specified shape.protected boolean
DrawSheet.canDraw
(Graphics2D graphics, Shape<?, ?> shape) Checks if thissheet
displays the specified shape.void
DrawFactory.drawShape
(Graphics2D graphics, Shape<?, ?> shape, Rectangle2D bounds) Convenience method for drawing single shapes.DrawFactory.getDrawable
(Shape<?, ?> shape) Constructors in org.apache.poi.sl.draw with parameters of type Shape -
Uses of Shape in org.apache.poi.sl.extractor
Classes in org.apache.poi.sl.extractor with type parameters of type ShapeModifier and TypeClassDescriptionclass
SlideShowExtractor<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Common SlideShow extractor -
Uses of Shape in org.apache.poi.sl.usermodel
Classes in org.apache.poi.sl.usermodel with type parameters of type ShapeModifier and TypeInterfaceDescriptioninterface
AutoShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Background<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
Hyperlink<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> A PowerPoint hyperlinkinterface
Line<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Interface for Lines ...interface
MasterSheet<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Notes<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> 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
PlaceableShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Shadow<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Shape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
ShapeContainer<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Sheet<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Common parent of Slides, Notes and Mastersinterface
SimpleShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Slide<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
SlideShow<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
TextParagraph<S extends Shape<S,
P>, P extends TextParagraph<S, P, T>, T extends TextRun> interface
TextShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Subinterfaces of Shape in org.apache.poi.sl.usermodelModifier and TypeInterfaceDescriptioninterface
AutoShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Background<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>> Methods in org.apache.poi.sl.usermodel with type parameters of type ShapeModifier and TypeMethodDescriptionstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protectedstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protectedstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> SlideShowFactory.create
(InputStream inp) Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> SlideShowFactory.create
(InputStream inp, String password) Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream, which may be password protected.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> SlideShowFactory.create
(DirectoryNode root) Creates a SlideShow from the given NPOIFSFileSystem.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> SlideShowFactory.create
(DirectoryNode root, String password) Creates a SlideShow from the given NPOIFSFileSystem, which may be password protectedstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> SlideShowFactory.create
(POIFSFileSystem fs) Creates a SlideShow from the given NPOIFSFileSystem.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S, P> SlideShowFactory.create
(POIFSFileSystem fs, String password) Creates a SlideShow from the given NPOIFSFileSystem, which may be password protected -
Uses of Shape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement ShapeModifier 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
Base super-class class for all shapes in PresentationMLclass
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 Shape