API Reference

Class

PowerPointAccessibilityShapeInfo

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Inspectable accessibility metadata for one slide shape.

Inheritance

  • Object
  • PowerPointAccessibilityShapeInfo

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

Properties

public Int32 ReadingOrder { get; } #

Zero-based shape-tree reading order.

public Nullable<UInt32> ShapeId { get; } #

OOXML shape identifier.

public String Name { get; } #

Authored shape name.

public String Title { get; } #

Accessibility title.

public String Description { get; } #

Accessibility description.

public Boolean Decorative { get; } #

Whether the shape is decorative.

public String Language { get; } #

First explicit text language.

public PowerPointShapeContentType ContentType { get; } #

Detected shape content type.