API Reference

Class

VisioShowcaseVisualQualitySummary

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Summarizes deterministic visual-quality proof details for a generated showcase diagram.

Inheritance

  • Object
  • VisioShowcaseVisualQualitySummary

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 Boolean HasProof { get; } #

Whether a visual-quality proof artifact was available and parsed.

public Boolean IsClean { get; } #

Whether the parsed visual-quality proof reported the diagram as clean.

public Int32 IssueCount { get; } #

Total visual-quality issue count reported by the proof.

public Int32 ErrorCount { get; } #

Error-severity issue count reported by the proof.

public Int32 WarningCount { get; } #

Warning-severity issue count reported by the proof.

public Int32 InformationCount { get; } #

Information-severity issue count reported by the proof.

public IReadOnlyList<String> IssueKinds { get; } #

Distinct visual-quality issue kinds reported by the proof.