<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibilityReadingContent/accessibilityAttributedPageContent()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIAccessibilityReadingContent(im)accessibilityAttributedPageContent"
  },
  "title" : "accessibilityAttributedPageContent()"
}
-->

# accessibilityAttributedPageContent()

Returns the styled text displayed on the current page.

```
@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()`](/documentation/UIKit/UIAccessibilityReadingContent/accessibilityPageContent()) method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)