Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.extractor | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSLFMetroShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Experimental class for metro blobs, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveXShape
Represents an ActiveX control in a PowerPoint document.
|
class |
MovieShape
Represents a movie in a PowerPoint document.
|
class |
Polygon
A simple closed polygon shape
|
Modifier and Type | Method and Description |
---|---|
Shape<S,P> |
HSLFMetroShape.getShape() |
Modifier and Type | Class and Description |
---|---|
class |
HSLFAutoShape
Represents an AutoShape.
|
class |
HSLFBackground
Background shape
|
class |
HSLFConnectorShape
Specifies a connection shape.
|
class |
HSLFFreeformShape
A "Freeform" shape.
|
class |
HSLFGroupShape
Represents a group of shapes.
|
class |
HSLFLine
Represents a line in a PowerPoint drawing
|
class |
HSLFObjectShape
A shape representing embedded OLE object.
|
class |
HSLFPictureShape
Represents a picture in a PowerPoint document.
|
class |
HSLFPlaceholder
Represents a Placeholder in PowerPoint.
|
class |
HSLFShape
Represents a Shape which is the elemental object that composes a drawing.
|
class |
HSLFSimpleShape
An abstract simple (non-group) shape.
|
class |
HSLFTable
Represents a table in a PowerPoint presentation
|
class |
HSLFTableCell
Represents a cell in a ppt table
|
class |
HSLFTextBox
Represents a TextFrame shape in PowerPoint.
|
class |
HSLFTextShape
A common superclass of all shapes that can hold text.
|
Modifier and Type | Method and Description |
---|---|
<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
HSLFTextShape.getMetroShape()
Get alternative representation of text shape stored as metro blob escher property.
|
Modifier and Type | Method and Description |
---|---|
<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
HSLFTextShape.getMetroShape()
Get alternative representation of text shape stored as metro blob escher property.
|
Modifier and Type | Field and Description |
---|---|
protected Shape<?,?> |
DrawShape.shape |
protected Shape<?,?> |
DrawNothing.shape |
Modifier and Type | Method and Description |
---|---|
protected Shape<?,?> |
DrawShape.getShape() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DrawSheet.canDraw(java.awt.Graphics2D graphics,
Shape<?,?> shape)
Checks if this
sheet displays the specified shape. |
protected boolean |
DrawMasterSheet.canDraw(java.awt.Graphics2D graphics,
Shape<?,?> shape)
Checks if this
sheet displays the specified shape. |
void |
DrawFactory.drawShape(java.awt.Graphics2D graphics,
Shape<?,?> shape,
java.awt.geom.Rectangle2D bounds)
Convenience method for drawing single shapes.
|
Drawable |
DrawFactory.getDrawable(Shape<?,?> shape) |
Constructor and Description |
---|
DrawNothing(Shape<?,?> shape) |
DrawShape(Shape<?,?> shape) |
Modifier and Type | Class and Description |
---|---|
class |
SlideShowExtractor<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Common SlideShow extractor
|
Modifier and Type | Interface and 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 hyperlink
|
interface |
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 object
|
interface |
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 Masters
|
interface |
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>> |
Modifier and Type | Interface and 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 object
|
interface |
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>> |
Modifier and Type | Method and Description |
---|---|
Shape |
PaintStyle.TexturePaint.getShape() |
Shape<?,?> |
MetroShapeProvider.parseShape(byte[] metroBytes) |
Modifier and Type | Class and Description |
---|---|
class |
XSLFAutoShape
Represents a shape with a preset geometry.
|
class |
XSLFBackground
Background shape
|
class |
XSLFConnectorShape
Specifies a connection shape.
|
class |
XSLFDiagram
Representation of a DrawingML Diagram
|
class |
XSLFFreeformShape
Represents a custom geometric shape.
|
class |
XSLFGraphicFrame |
class |
XSLFGroupShape
Represents a group shape that consists of many shapes grouped together.
|
class |
XSLFObjectShape |
class |
XSLFPictureShape
Represents a picture shape
|
class |
XSLFShadow
Represents a shadow of a shape.
|
class |
XSLFShape
Base super-class class for all shapes in PresentationML
|
class |
XSLFSimpleShape
Represents a single (non-group) shape in a .pptx slide show
|
class |
XSLFTable
Represents a table in a .pptx presentation
|
class |
XSLFTableCell
Represents a cell of a table in a .pptx presentation
|
class |
XSLFTextBox |
class |
XSLFTextShape
Represents a shape that can hold text.
|
Modifier and Type | Method and Description |
---|---|
Shape |
XSLFTexturePaint.getShape() |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.