The IAccessibilitySettings interface allows the user interface to align with established accessibility standards such as WCAG. This interface can be obtained using the ISettings.Accessibility property.
Table 1. Properties
Property | Value Type | Access | Default value | Property description |
---|
Enabled | bool | Read/Write | False | Enables accessibility mode for the converted presentation. |
LanguageCode | string | Read/Write | en | Enables accessibility features based on the language of the presentation, ensuring proper language support. |
ReverseReadingOrder | bool | Read/Write | False | Enables the system to read elements on the slide in reverse order while in accessibility mode. |
Table 2. Methods
Method | Method Description |
---|
void Reset() | Restores default accessibility settings. |