API Reference
Class
PowerPointArchitectureNode
One editable architecture node.
Inheritance
- Object
- PowerPointArchitectureNode
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
- Property PowerPointArchitectureContent.Nodes
Accepted by parameters
Constructors
public PowerPointArchitectureNode(String id, String title, String body = null, String group = null) #Creates an architecture node.
Parameters
- id System.String
- title System.String
- body System.String = null
- group System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object