API Reference

Class

PowerPointArchitectureNode

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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

Accepted by parameters

Constructors

public PowerPointArchitectureNode(String id, String title, String body = null, String group = null) #

Creates an architecture node.

Parameters

id System.String requiredposition: 0
title System.String requiredposition: 1
body System.String = null optionalposition: 2
group System.String = null optionalposition: 3

Properties

public String Id { get; } #

Stable node id used by edges.

public String Title { get; } #

Node title.

public String Body { get; } #

Optional node body.

public String Group { get; } #

Optional layer or group.