API Reference

Class

LegacyPptConnectorRule

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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.

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.