Enumeration: TextMarkupType
Enum representing different types of text markup annotations used to visually highlight or mark text.
This enum differentiates the various appearances that can be applied to marked-up areas within a document, such as highlighting, underlining, striking through text, or redacting.
Enumeration Members
Highlight
Highlight:
0
Highlights the entire marked area with a background color.
Redact
Redact:
4
Marks the entire area for redaction.
Squiggly
Squiggly:
3
Draws a squiggly (wavy) line under the baseline of the marked text.
Strikethrough
Strikethrough:
2
Strikes through the text with a line parallel to the baseline.
Underline
Underline:
1
Draws a line under the baseline of the marked text.
Unknown
Unknown:
5
Represents an uninitialized or unknown annotation type.