com.aspose.slides
Class GeometryShapeEx

java.lang.Object
  extended by com.aspose.slides.ShapeEx
      extended by com.aspose.slides.GeometryShapeEx
Direct Known Subclasses:
AutoShapeEx, ConnectorEx, PictureFrameEx

public abstract class GeometryShapeEx
extends ShapeEx

Represents the parent class for all geometric shapes.


Method Summary
 ShapeElementEx[] createShapeElements()
           Creates and returns array of shape's elements.
 AdjustValueExCollection getAdjustments()
           Returns a collection of shape's adjustment values.
 ShapeStyleEx getShapeStyle()
           Returns shape's style object.
 int getShapeType()
           Returns or sets the geometry preset type.
 void setShapeType(int value)
           
 
Methods inherited from class com.aspose.slides.ShapeEx
addPlaceholder, createEffectFormatData, createFillFormatData, createLineFormatData, createThreeDFormatData, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getLineFormat, getName, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getShapeStyle

public ShapeStyleEx getShapeStyle()

Returns shape's style object. Read-only ShapeStyleEx.


getShapeType

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 ShapeTypeEx.


setShapeType

public void setShapeType(int value)

getAdjustments

public AdjustValueExCollection getAdjustments()

Returns a collection of shape's adjustment values. Readonly AdjustValueExCollection.


createShapeElements

public ShapeElementEx[] createShapeElements()

Creates and returns array of shape's elements.

Returns:
Array of Aspose.Slides.Pptx.ShapeElementEx