Share via


ConnectorFormat Object Members

Publisher Developer Reference

Contains properties and methods that apply to connectors. A connector is a line that attaches two other shapes at points called connection sites. If you rearrange shapes that are connected, the geometry of the connector will be automatically adjusted so that the shapes remain connected.

Methods

  Name Description
Aa437609.methods(en-us,office.12).gif BeginConnect Attaches the beginning of the specified connector to a specified shape.
Aa437609.methods(en-us,office.12).gif BeginDisconnect Detaches the beginning of the specified connector from the shape to which it's attached.
Aa437609.methods(en-us,office.12).gif EndConnect Attaches the end of the specified connector to a specified shape.
Aa437609.methods(en-us,office.12).gif EndDisconnect Detaches the end of the specified connector from the shape to which it's attached.

Properties

  Name Description
Aa437609.properties(en-us,office.12).gif Application Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.
Aa437609.properties(en-us,office.12).gif BeginConnected Returns an MsoTriState constant indicating whether the beginning of the specified connector is connected to a shape. Read-only.
Aa437609.properties(en-us,office.12).gif BeginConnectedShape Returns a Shape object that represents the shape to which the beginning of the specified connector is attached.
Aa437609.properties(en-us,office.12).gif BeginConnectionSite Returns a Long indicating the connection site to which the beginning of a connector is connected. Read-only.
Aa437609.properties(en-us,office.12).gif EndConnected Returns an MsoTriState constant indicating whether the end of the specified connector is connected to a shape. Read-only.
Aa437609.properties(en-us,office.12).gif EndConnectedShape Returns a Shape object that represents the shape to which the end of the specified connector is attached.
Aa437609.properties(en-us,office.12).gif EndConnectionSite Returns a Long indicating the connection site to which the end of a connector is connected. Read-only.
Aa437609.properties(en-us,office.12).gif Parent Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only.
Aa437609.properties(en-us,office.12).gif Type Returns or sets an MsoConnectorType constant that represents the connector type. Read/write.