|
||||||||
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IShape |
---|
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY |
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 ShapeStyle
.
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)
setShapeType
in interface IGeometryShape
public IAdjustValueCollection getAdjustments()
Returns a collection of shape's adjustment values.
Readonly AdjustValueCollection
.
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 |