com.aspose.slides.pptx
Class ConnectorEx

java.lang.Object
  extended by com.aspose.slides.pptx.ShapeEx
      extended by com.aspose.slides.pptx.GeometryShapeEx
          extended by com.aspose.slides.pptx.ConnectorEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class ConnectorEx
extends GeometryShapeEx

Represents a connector.


Method Summary
 ConnectorLockEx getShapeLock()
          Returns the shape locks.
 ShapeTypeEx getShapeType()
          Returns the AutoShape type.
 void setShapeType(ShapeTypeEx value)
          Sets the AutoShape type.
 
Methods inherited from class com.aspose.slides.pptx.GeometryShapeEx
getShapeStyle
 
Methods inherited from class com.aspose.slides.pptx.ShapeEx
createPropertiesElements, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHLinkClick, getHLinkMouseOver, getLineFormat, getName, getNonVisualPropElement, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeId, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isHidden, isTextHolder, 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

getShapeLock

public ConnectorLockEx getShapeLock()
Returns the shape locks.


getShapeType

public ShapeTypeEx getShapeType()
Returns the AutoShape type.

Overrides:
getShapeType in class GeometryShapeEx

setShapeType

public void setShapeType(ShapeTypeEx value)
Sets the AutoShape type.

Overrides:
setShapeType in class GeometryShapeEx