API Reference

Class

VisioGraphClusterRecord

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Modifiers sealed

Simple data record used to import graph clusters into VisioGraphDiagramBuilder.

Inheritance

  • Object
  • VisioGraphClusterRecord

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public VisioGraphClusterRecord(String id, String text, IEnumerable<String> nodeIds) #

Initializes a graph cluster import record.

Parameters

id System.String requiredposition: 0
text System.String requiredposition: 1
nodeIds System.Collections.Generic.IEnumerable{System.String} requiredposition: 2

Properties

public String Id { get; } #

Stable cluster id used for the generated background shape.

public String Text { get; } #

Cluster caption text.

public IList<String> NodeIds { get; } #

Node ids contained by the cluster.

public IDictionary<String, String> ShapeData { get; } #

Shape Data rows to apply to the generated cluster background.

public String HyperlinkAddress { get; set; } #

Optional hyperlink address to attach to the generated cluster background.

public String HyperlinkDescription { get; set; } #

Optional hyperlink description.

public String HyperlinkSubAddress { get; set; } #

Optional hyperlink sub-address.