<!--
{
  "availability" : [
    "Apple News Format: 1.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppleNews",
  "identifier" : "/documentation/AppleNewsFormat/Text",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple News Format"
    ],
    "preciseIdentifier" : "data:news_format:Text"
  },
  "title" : "Text"
}
-->

# Text

Properties shared by all text component types.

```
object Text
```

## Discussion

Apple News Format offers a range of `Text` components, each with its own `role`. You can use the [`Title`](/documentation/AppleNewsFormat/Title) component for title text, [`Body`](/documentation/AppleNewsFormat/Body) for body text, [`Intro`](/documentation/AppleNewsFormat/Intro) for an article introduction, [`Caption`](/documentation/AppleNewsFormat/Caption) text for media.

You can format the text you provide as HTML or Markdown, or it can be unformatted. [`ComponentTextStyle`](/documentation/AppleNewsFormat/ComponentTextStyle) determines your  component’s overall text style. For styling ranges of text, your HTML or Markdown can apply [`TextStyle`](/documentation/AppleNewsFormat/TextStyle) objects, and you can use [`InlineTextStyle`](/documentation/AppleNewsFormat/InlineTextStyle) objects to format unformatted text.

---

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)