Uses of Interface
org.apache.poi.sl.usermodel.Shape
-
Packages that use Shape Package Description org.apache.poi.sl.draw org.apache.poi.sl.extractor org.apache.poi.sl.usermodel -
-
Uses of Shape in org.apache.poi.sl.draw
Fields in org.apache.poi.sl.draw declared as Shape Modifier and Type Field Description protected Shape<?,?>
DrawNothing. shape
protected Shape<?,?>
DrawShape. shape
Methods in org.apache.poi.sl.draw that return Shape Modifier and Type Method Description protected Shape<?,?>
DrawShape. getShape()
Methods in org.apache.poi.sl.draw with parameters of type Shape Modifier and Type Method Description protected 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.Drawable
DrawFactory. getDrawable(Shape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type Shape Constructor Description DrawNothing(Shape<?,?> shape)
DrawShape(Shape<?,?> shape)
-
Uses of Shape in org.apache.poi.sl.extractor
Classes in org.apache.poi.sl.extractor with type parameters of type Shape Modifier and Type Class Description class
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 Shape Modifier and Type Interface Description interface
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
SlideShowProvider<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.usermodel Modifier and Type Interface Description interface
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 that return Shape Modifier and Type Method Description Shape
PaintStyle.TexturePaint. getShape()
Shape<?,?>
MetroShapeProvider. parseShape(byte[] metroBytes)
-