API Reference

Class

VisioShowcaseDiagram

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Groups one generated VSDX package with preview and structural proof artifacts for the same diagram.

Inheritance

  • Object
  • VisioShowcaseDiagram

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

Properties

public String Name { get; } #

Display name derived from the generated VSDX file name.

public VisioShowcaseArtifact Package { get; } #

Generated VSDX package artifact for the diagram.

public IReadOnlyList<VisioShowcaseArtifact> Previews { get; } #

Preview artifacts associated with the generated package.

public IReadOnlyList<VisioShowcaseArtifact> Proofs { get; } #

Structural proof artifacts associated with the generated package.

public VisioShowcaseProofSummary ProofSummary { get; } #

Rollup values parsed from structural proof artifacts for quick reviewer triage.

public VisioShowcaseVisualQualitySummary VisualQualitySummary { get; } #

Rollup values parsed from visual-quality proof artifacts for quick reviewer triage.

public VisioShowcaseDiagramEvidence Evidence { get; } #

Preview and structural proof completeness for this generated diagram.