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

NameTypeAccessDescription
ConnectorLockIConnectorLock?ReadGets the connector lock settings.
StartShapeConnectedToIShape?Read/WriteGets or sets the shape connected at the start of this connector.
EndShapeConnectedToIShape?Read/WriteGets or sets the shape connected at the end of this connector.
StartShapeConnectionSiteIndexintRead/WriteGets or sets the connection site index on the start shape.
EndShapeConnectionSiteIndexintRead/WriteGets or sets the connection site index on the end shape.
AsIGeometryShapeIGeometryShapeReadReturns this shape as an IGeometryShape.
ShapeStyleIShapeStyle?ReadGets the shape style reference.
ShapeTypeShapeTypeRead/WriteGets or sets the shape type.
AdjustmentsIAdjustValueCollection?ReadGets the collection of adjustment values for this shape.
IsTextHolderboolReadGets a value indicating whether the shape acts as a text holder.
PlaceholderIPlaceholder?ReadGets the placeholder associated with the shape, or null if none.
CustomDataICustomData?ReadGets the custom data attached to the shape, or null if none.
LineFormatILineFormatReadGets the line formatting properties for the shape.
ThreeDFormatIThreeDFormatReadGets the 3-D formatting properties for the shape.
EffectFormatIEffectFormatReadGets the effect formatting properties for the shape.
FillFormatIFillFormatReadGets the fill formatting properties for the shape.
ZOrderPositionintReadGets the position of the shape in the z-order stack.
ConnectionSiteCountintReadGets the number of connection sites available on the shape.
UniqueIdintReadGets the presentation-scoped internal identifier for the shape.
OfficeInteropShapeIdintReadGets the slide-scoped unique identifier that remains constant for the shape’s lifetime.
IsGroupedboolReadGets a value indicating whether the shape belongs to a group shape.
AsISlideComponentISlideComponentReadReturns this instance viewed as an ISlideComponent.
RawFrameIShapeFrameRead/WriteGets or sets the raw (unresolved) shape frame properties.
FrameIShapeFrameRead/WriteGets or sets the resolved shape frame properties.
HiddenboolRead/WriteGets or sets a value indicating whether the shape is hidden from display.
RotationfloatRead/WriteGets or sets the rotation in degrees around the z-axis.
XfloatRead/WriteGets or sets the x-coordinate of the upper-left corner, in points.
YfloatRead/WriteGets or sets the y-coordinate of the upper-left corner, in points.
WidthfloatRead/WriteGets or sets the width of the shape, in points.
HeightfloatRead/WriteGets or sets the height of the shape, in points.
AlternativeTextstringRead/WriteGets or sets the accessibility alternative text for the shape.
AlternativeTextTitlestringRead/WriteGets or sets the title of the alternative text.
NamestringRead/WriteGets or sets the user-visible name of the shape.
IsDecorativeboolRead/WriteGets or sets a value indicating whether the shape is marked as decorative.

Methods

SignatureDescription
Reroute()Recalculates the connector path between connected shapes.

See Also