<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 11.0.0 -",
    "macOS: 10.4.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFAnnotationTextIconType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:@T@PDFAnnotationTextIconType"
  },
  "title" : "PDFAnnotationTextIconType"
}
-->

# PDFAnnotationTextIconType

Constants for icon type values in text annotation property dictionaries.

```
struct PDFAnnotationTextIconType
```

## Topics

### Choosing a Text Icon Type

[`comment`](/documentation/PDFKit/PDFAnnotationTextIconType/comment)

An icon that represents a comment.

[`key`](/documentation/PDFKit/PDFAnnotationTextIconType/key)

An icon that represents a key.

[`note`](/documentation/PDFKit/PDFAnnotationTextIconType/note)

An icon that represents a note.

[`help`](/documentation/PDFKit/PDFAnnotationTextIconType/help)

An icon that indicates help information is available.

[`newParagraph`](/documentation/PDFKit/PDFAnnotationTextIconType/newParagraph)

An icon that represents a new paragraph.

[`paragraph`](/documentation/PDFKit/PDFAnnotationTextIconType/paragraph)

An icon that represents a paragraph.

[`insert`](/documentation/PDFKit/PDFAnnotationTextIconType/insert)

An icon that represents an insertion command.

### Creating a Text Icon Type

[`init(rawValue:)`](/documentation/PDFKit/PDFAnnotationTextIconType/init(rawValue:))

Creates a text icon type using the specified raw string value.



---

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)