Skip to content

modern-pdf-lib


modern-pdf-lib / CaretSymbol

Type Alias: CaretSymbol

CaretSymbol = "None" | "P"

Defined in: src/annotation/types/caretAnnotation.ts:35

Symbol displayed by the caret annotation.

  • 'None' — No symbol (just the caret marker).
  • 'P' — A paragraph symbol, indicating a new paragraph should be inserted at this location.

Released under the MIT License.