IConnector
Overview
IConnector is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IGeometryShape.
Represents a connector shape that links two shapes.
This interface provides 1 method for working with IConnector objects in .NET programs.
Available methods include: Reroute.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: Adjustments, AlternativeText, AlternativeTextTitle, AsIGeometryShape, AsISlideComponent, ConnectionSiteCount, and 28 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ConnectorLock | IConnectorLock? | Read | Gets the connector lock settings. |
StartShapeConnectedTo | IShape? | Read/Write | Gets or sets the shape connected at the start of this connector. |
EndShapeConnectedTo | IShape? | Read/Write | Gets or sets the shape connected at the end of this connector. |
StartShapeConnectionSiteIndex | int | Read/Write | Gets or sets the connection site index on the start shape. |
EndShapeConnectionSiteIndex | int | Read/Write | Gets or sets the connection site index on the end shape. |
AsIGeometryShape | IGeometryShape | Read | Returns this shape as an IGeometryShape. |
ShapeStyle | IShapeStyle? | Read | Gets the shape style reference. |
ShapeType | ShapeType | Read/Write | Gets or sets the shape type. |
Adjustments | IAdjustValueCollection? | Read | Gets the collection of adjustment values for this shape. |
IsTextHolder | bool | Read | Gets a value indicating whether the shape acts as a text holder. |
Placeholder | IPlaceholder? | Read | Gets the placeholder associated with the shape, or null if none. |
CustomData | ICustomData? | Read | Gets the custom data attached to the shape, or null if none. |
LineFormat | ILineFormat | Read | Gets the line formatting properties for the shape. |
ThreeDFormat | IThreeDFormat | Read | Gets the 3-D formatting properties for the shape. |
EffectFormat | IEffectFormat | Read | Gets the effect formatting properties for the shape. |
FillFormat | IFillFormat | Read | Gets the fill formatting properties for the shape. |
ZOrderPosition | int | Read | Gets the position of the shape in the z-order stack. |
ConnectionSiteCount | int | Read | Gets the number of connection sites available on the shape. |
UniqueId | int | Read | Gets the presentation-scoped internal identifier for the shape. |
OfficeInteropShapeId | int | Read | Gets the slide-scoped unique identifier that remains constant for the shape’s lifetime. |
IsGrouped | bool | Read | Gets a value indicating whether the shape belongs to a group shape. |
AsISlideComponent | ISlideComponent | Read | Returns this instance viewed as an ISlideComponent. |
RawFrame | IShapeFrame | Read/Write | Gets or sets the raw (unresolved) shape frame properties. |
Frame | IShapeFrame | Read/Write | Gets or sets the resolved shape frame properties. |
Hidden | bool | Read/Write | Gets or sets a value indicating whether the shape is hidden from display. |
Rotation | float | Read/Write | Gets or sets the rotation in degrees around the z-axis. |
X | float | Read/Write | Gets or sets the x-coordinate of the upper-left corner, in points. |
Y | float | Read/Write | Gets or sets the y-coordinate of the upper-left corner, in points. |
Width | float | Read/Write | Gets or sets the width of the shape, in points. |
Height | float | Read/Write | Gets or sets the height of the shape, in points. |
AlternativeText | string | Read/Write | Gets or sets the accessibility alternative text for the shape. |
AlternativeTextTitle | string | Read/Write | Gets or sets the title of the alternative text. |
Name | string | Read/Write | Gets or sets the user-visible name of the shape. |
IsDecorative | bool | Read/Write | Gets or sets a value indicating whether the shape is marked as decorative. |
Methods
| Signature | Description |
|---|---|
Reroute() | Recalculates the connector path between connected shapes. |