API Reference
Class
PowerPointArchitectureContent
Semantic architecture graph.
Inheritance
- Object
- PowerPointArchitectureContent
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
- Constructor PowerPointArchitecturePlanSlide.PowerPointArchitecturePlanSlide
- Method PowerPointDeckComposer.AddArchitectureSlide
- Method PowerPointDeckPlan.AddArchitecture
- Method PowerPointDesignExtensions.AddDesignerArchitectureSlide
- Extension method PowerPointPresentation.AddDesignerArchitectureSlide
Constructors
public PowerPointArchitectureContent(IEnumerable<PowerPointArchitectureNode> nodes, IEnumerable<PowerPointArchitectureEdge> edges = null) #Creates an architecture graph.
Parameters
- nodes System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointArchitectureNode}
- edges System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointArchitectureEdge} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object