API Reference
Class
PowerPointAccessibilityFinding
One stable, machine-readable accessibility finding.
Inheritance
- Object
- PowerPointAccessibilityFinding
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 PowerPointAccessibilitySeverity Severity { get; } #Finding severity.
public String Code { get; } #Stable diagnostic code suitable for CI policies.
public String Message { get; } #Human-readable explanation.
public Nullable<Int32> SlideIndex { get; } #Zero-based slide index, when applicable.
public Nullable<UInt32> ShapeId { get; } #OOXML shape identifier, when applicable.
public String ShapeName { get; } #Shape name, when applicable.
public Nullable<Double> MeasuredValue { get; } #Measured numeric value such as a contrast ratio.
public Nullable<Double> RequiredValue { get; } #Required numeric policy value.