Interface IOfficeSmartArtNode
Represents a single semantic node within the data model of a SmartArt graphic.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public interface IOfficeSmartArtNode
Properties
ChildNodes
Gets the child nodes associated with the SmartArt node. Read-only.
Declaration
IOfficeSmartArtNodes ChildNodes { get; }
Property Value
Type |
---|
IOfficeSmartArtNodes |
IsAssistant
Gets or sets a value indicating whether the SmartArt point is an assistant element.
Declaration
bool IsAssistant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Returns |
Remarks
Setting this property to true
will set the SmartArt point type to AssistantElement.
Setting this property to false
will set the SmartArt point type to Node.
Level
Gets the node level in the hierarchy.
Declaration
int Level { get; }
Property Value
Type |
---|
System.Int32 |
Parent
Gets the parent of the SmartArt node.
Declaration
object Parent { get; }
Property Value
Type |
---|
System.Object |
Shapes
Gets the shape collection associated with the SmartArt node. Read-only.
Declaration
IOfficeSmartArtShapes Shapes { get; }
Property Value
TextBody
Gets an IOfficeSmartArtTextBody instance that represents the text in the SmartArt node. Read-only.
Declaration
IOfficeSmartArtTextBody TextBody { get; }