accessibilityAttributedPageContent()
Returns the styled text displayed on the current page.
Declaration
@MainActor optional func accessibilityAttributedPageContent() -> NSAttributedString?Return Value
An attributed string that contains the text displayed on the current page.
Discussion
The system tries to call this method before calling the accessibilityPageContent() method.