API Reference

Class

PowerPointArchitectureContent

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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

Constructors

public PowerPointArchitectureContent(IEnumerable<PowerPointArchitectureNode> nodes, IEnumerable<PowerPointArchitectureEdge> edges = null) #

Creates an architecture graph.

Parameters

nodes System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointArchitectureNode} requiredposition: 0
edges System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointArchitectureEdge} = null optionalposition: 1

Properties

public IReadOnlyList<PowerPointArchitectureNode> Nodes { get; } #

Architecture nodes.

public IReadOnlyList<PowerPointArchitectureEdge> Edges { get; } #

Architecture relationships.