-
endAccessibleReadingOrderMode()
-
Ends Accessible Reading Order Mode.
Returns:
-
Type
-
void
-
getPreProcessingLevel()
-
Gets the current pre-processing level for the AccessibleReadingOrderManager.
Returns:
-
Type
-
number
-
isInAccessibleReadingOrderMode()
-
Gets if the Accessible Reading Order Manager is currently in Accessible Reading Order Mode.
Returns:
-
Type
-
boolean
-
isStructuredFile()
-
Gets if the loaded file is structured.
Returns:
Whether the file is structured or not.
-
Type
-
boolean
-
setPreProcessingLevel(level)
-
Sets the pre-processing level for the AccessibleReadingOrderManager.
The default is 9, meaning that the AccessibleReadingOrderManager will pre-process 9 pages ahead along with the current page.
Parameters:
Name |
Type |
Description |
level |
number
|
The number of pages to pre-process ahead of the current page. |
-
startAccessibleReadingOrderMode()
-
Starts Accessible Reading Order Mode.
Returns:
-
Type
-
void