API Reference
Class
PowerPointAnimationInspectionOptions
Safety limits for inspecting untrusted presentation timing trees.
Inheritance
- Object
- PowerPointAnimationInspectionOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PowerPointAnimationInspectionOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MaxXmlElements { get; set; } #Maximum XML elements visited across all slide timing trees.
public Int32 MaxXmlDepth { get; set; } #Maximum timing-tree nesting depth visited.
public Int32 MaxAnimationNodes { get; set; } #Maximum animation nodes projected into the report.
public CancellationToken CancellationToken { get; set; } #Optional cancellation token checked during inspection.