API Reference

Class

PowerPointSmartArtNode

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

One editable node in an imported SmartArt topology.

Inheritance

  • Object
  • PowerPointSmartArtNode

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

Accepted by parameters

Constructors

public PowerPointSmartArtNode(String id, String text, String parentId, UInt32 order) #

Creates a topology node.

Parameters

id System.String requiredposition: 0
text System.String requiredposition: 1
parentId System.String requiredposition: 2
order System.UInt32 requiredposition: 3

Properties

public String Id { get; } #

Stable producer model identifier.

public String Text { get; set; } #

Editable node text.

public String ParentId { get; set; } #

Parent node identifier, or null for a semantic root.

public UInt32 Order { get; set; } #

Zero-based sibling order.