API Reference

Class

PowerPointAnimationInspectionOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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() #

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.