API Reference
Class
PowerPointDeckPlanDiagnostic
Warning or error found while validating a planned designer slide.
Inheritance
- Object
- PowerPointDeckPlanDiagnostic
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
Methods
public override String ToString() #Returns:
StringInherited Methods
Properties
public Int32 Index { get; } #Zero-based slide index within the plan.
public PowerPointDeckPlanSlideKind Kind { get; } #Semantic slide kind.
public String Title { get; } #Planned slide title.
public PowerPointDeckPlanDiagnosticSeverity Severity { get; } #Diagnostic severity.
public String Code { get; } #Stable machine-readable diagnostic code.
public String Message { get; } #Human-readable diagnostic message.