API Reference
Class
PowerPointAccessibilityShapeInfo
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.