Enumeration of PDF annotation types.
Matches the Rust PdfAnnotationType enum.
Values
:text- Text annotation:highlight- Highlight annotation:link- Link annotation:stamp- Stamp annotation:underline- Underline annotation:strike_out- Strike-out annotation:other- Other annotation type
Summary
Types
Functions
@spec values() :: [t()]
Returns all valid PdfAnnotationType values.
Examples
iex> Kreuzberg.PdfAnnotationType.values()
[:text, :highlight, :link, :stamp, :underline, :strike_out, :other]