|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometryShape
Represents the parent class for all geometric shapes.
Method Summary | |
---|---|
IShapeElement[] |
createShapeElements()
Creates and returns array of shape's elements. |
IAdjustValueCollection |
getAdjustments()
Returns a collection of shape's adjustment values. |
IShapeStyle |
getShapeStyle()
Returns shape's style object. |
int |
getShapeType()
Returns or sets the geometry preset type. |
void |
setShapeType(int value)
Returns or sets the geometry preset type. |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
IShapeStyle getShapeStyle()
Returns shape's style object.
Read-only IShapeStyle
.
int getShapeType()
Returns or sets the geometry preset type.
Note: on value changing all adjustment values will reset to their default values.
Read/write ShapeType
.
void setShapeType(int value)
Returns or sets the geometry preset type.
Note: on value changing all adjustment values will reset to their default values.
Read/write ShapeType
.
IAdjustValueCollection getAdjustments()
Returns a collection of shape's adjustment values.
Read-only IAdjustValueCollection
.
IShapeElement[] createShapeElements()
Creates and returns array of shape's elements.
IShapeElement
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |