|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleShape | |
---|---|
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 SimpleShape in org.apache.poi.hslf.model |
---|
Classes in org.apache.poi.hslf.model that implement SimpleShape | |
---|---|
class |
ActiveXShape
Represents an ActiveX control in a PowerPoint document. |
class |
MovieShape
Represents a movie in a PowerPoint document. |
class |
OLEShape
A shape representing embedded OLE obejct. |
class |
Polygon
A simple closed polygon shape |
Uses of SimpleShape in org.apache.poi.hslf.usermodel |
---|
Classes in org.apache.poi.hslf.usermodel that implement SimpleShape | |
---|---|
class |
HSLFAutoShape
Represents an AutoShape. |
class |
HSLFConnectorShape
Specifies a connection shape. |
class |
HSLFFreeformShape
A "Freeform" shape. |
class |
HSLFLine
Represents a line in a PowerPoint drawing |
class |
HSLFPictureShape
Represents a picture in a PowerPoint document. |
class |
HSLFPlaceholder
Represents a Placeholder in PowerPoint. |
class |
HSLFSimpleShape
An abstract simple (non-group) shape. |
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. |
Uses of SimpleShape in org.apache.poi.sl.draw |
---|
Methods in org.apache.poi.sl.draw that return SimpleShape | |
---|---|
protected SimpleShape<?,?> |
DrawSimpleShape.getShape()
|
Methods in org.apache.poi.sl.draw with parameters of type SimpleShape | |
---|---|
protected void |
SLGraphics.applyPaint(SimpleShape<?,?> shape)
|
protected void |
SLGraphics.applyStroke(SimpleShape<?,?> shape)
|
Constructors in org.apache.poi.sl.draw with parameters of type SimpleShape | |
---|---|
DrawSimpleShape(SimpleShape<?,?> shape)
|
Uses of SimpleShape in org.apache.poi.sl.usermodel |
---|
Subinterfaces of SimpleShape in org.apache.poi.sl.usermodel | |
---|---|
interface |
AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
interface |
ConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
interface |
FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
interface |
Line<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
Interface for Lines ... |
interface |
PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
interface |
TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
interface |
TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
Represents a TextFrame shape in PowerPoint. |
interface |
TextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
Methods in org.apache.poi.sl.usermodel that return SimpleShape | |
---|---|
SimpleShape<S,P> |
Shadow.getShadowParent()
|
Uses of SimpleShape in org.apache.poi.xslf.usermodel |
---|
Classes in org.apache.poi.xslf.usermodel that implement SimpleShape | |
---|---|
class |
XSLFAutoShape
Represents a shape with a preset geometry. |
class |
XSLFBackground
Background shape |
class |
XSLFConnectorShape
Specifies a connection shape. |
class |
XSLFFreeformShape
Represents a custom geometric shape. |
class |
XSLFPictureShape
Represents a picture shape |
class |
XSLFSimpleShape
Represents a single (non-group) shape in a .pptx slide show |
class |
XSLFTableCell
Represents a cell of a table in a .pptx presentation |
class |
XSLFTextBox
|
class |
XSLFTextShape
Represents a shape that can hold text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |