API Reference
Class
LegacyPptConnectorRule
Represents one OfficeArt rule connecting two shapes through a connector shape.
Inheritance
- Object
- LegacyPptConnectorRule
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyPptMaster.ConnectorRules
- Property LegacyPptNotesPage.ConnectorRules
- Property LegacyPptSlide.ConnectorRules
- Property LegacyPptSpecialMaster.ConnectorRules
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt32 RuleId { get; } #Gets the OfficeArt solver-rule identifier.
public UInt32 StartShapeId { get; } #Gets the OfficeArt shape identifier at the connector start.
public UInt32 EndShapeId { get; } #Gets the OfficeArt shape identifier at the connector end.
public UInt32 ConnectorShapeId { get; } #Gets the OfficeArt identifier of the connector shape.
public UInt32 StartConnectionSiteIndex { get; } #Gets the connection-site index on the start shape.
public UInt32 EndConnectionSiteIndex { get; } #Gets the connection-site index on the end shape.