API Reference

Class

PowerPointSmartArt

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint

Represents a SmartArt diagram on a PowerPoint slide.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public String GetNodeText(Int32 index) #
Returns: String

Gets the text of an editable SmartArt node.

Parameters

index System.Int32 requiredposition: 0
public Void SetNodeText(Int32 index, String text) #
Returns: Void

Replaces the text of an editable SmartArt node.

Parameters

index System.Int32 requiredposition: 0
text System.String requiredposition: 1

Properties

public Int32 NodeCount { get; } #

Gets the number of editable SmartArt nodes.