API Reference
Class
PowerPointConversionDiagnostic
Describes one structured PowerPoint conversion finding.
Inheritance
- Object
- PowerPointConversionDiagnostic
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
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Code { get; } #Gets the stable diagnostic code.
public PowerPointConversionDiagnosticCategory Category { get; } #Gets the diagnostic category.
public PowerPointConversionDiagnosticSeverity Severity { get; } #Gets the diagnostic severity.
public String Message { get; } #Gets the human-readable diagnostic message.
public OfficeCompatibilityState CompatibilityState { get; } #Gets how the source feature is represented in the target.
public OfficeCompatibilityImpact CompatibilityImpact { get; } #Gets the affected fidelity dimensions.
public Boolean RepresentsDataLoss { get; } #Gets whether the finding represents source fidelity loss.
public String SourceLocation { get; } #Gets the related source slide, shape, stream offset, or package part.
public String FallbackArtifact { get; } #Gets the generated fallback artifact, when one exists.