|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GeometryShape
public abstract class GeometryShape
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 class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
---|
public IShapeStyle getShapeStyle()
Returns shape's style object.
Read-only IShapeStyle
.
getShapeStyle
in interface IGeometryShape
public 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
.
getShapeType
in interface IGeometryShape
public 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
.
setShapeType
in interface IGeometryShape
public IAdjustValueCollection getAdjustments()
Returns a collection of shape's adjustment values.
Read-only IAdjustValueCollection
.
getAdjustments
in interface IGeometryShape
public IShapeElement[] createShapeElements()
Creates and returns array of shape's elements.
createShapeElements
in interface IGeometryShape
ShapeElement
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |