Index
- Installation
- Getting Started
- Memory Usage
- Readers and Writers
- The Document Class
- Metadata
- Pages
- Canvas
- Page Layout and Mode
- Viewer Preferences
- Document Outline
- Page Labels
- Actions
- Destinations
- Annotations
- Embedded File Streams
- Colors and Color Spaces
- Page Formats and Boundaries
- Standard and Public Key Encryption
- Fonts and Encodings
- Corrupted Documents
- Reader Enabled Documents
- Refactor Old SetaPDF Code
- API Reference
Text Markup Annotation Classes Highlight, Underline, Strikeout and Jagged/Squiggly Underline
Table of Contents
Introduction
Text markup annotations shall appear as highlights, underlines, strikeouts, or jagged (“squiggly”) underlines in the text of a document. They are represented in SetaPDF by following classes:
SetaPDF_Core_Document_Page_Annotation_Highlight
SetaPDF_Core_Document_Page_Annotation_Underline
SetaPDF_Core_Document_Page_Annotation_Squiggly
SetaPDF_Core_Document_Page_Annotation_StrikeOut
All of them are both a text markup and markup annotation.
Methods
The classes implements getter and setter methods to access the individual annotation data:
getQuadPoints()
Get the quad points.
setQuadPoints()
Set the quad points.