Working with SmartArt Text

Introduction

You can manage text within a SmartArt node the same way as it works for child shapes in group shapes. Instead of the path to a child shape, the path to a child node must be specified. The child node path is a string that contains a node index (e.g. “1”) or a path in case of more than one level of grouping ( e.g. “1/nodes/1”).

To manage text within a SmartArt node, use the methods described in Working with Paragraphs and Working with Text Portions.

cURL Example

The code example below shows how to update a text portion in an existing SmartArt object.

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples