API Reference
Class
WordConversionDiagnostic
Describes a structured Word conversion finding.
Inheritance
- Object
- WordConversionDiagnostic
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
Inherited Methods
Properties
public String Code { get; } #Gets the stable diagnostic code.
public WordConversionDiagnosticCategory Category { get; } #Gets the diagnostic category.
public WordConversionDiagnosticSeverity Severity { get; } #Gets the diagnostic severity.
public String Message { get; } #Gets the human-readable diagnostic message.
public Boolean RepresentsDataLoss { get; } #Gets whether the diagnostic describes content that will not survive conversion.