Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAnnotation

Hierarchy

  • IAnnotation

Implemented by

Index

Methods

getType

  • getType(): "Text" | "Link" | "FreeText" | "Line" | "Square" | "Circle" | "Polygon" | "PolyLine" | "Highlight" | "Underline" | "Squiggly" | "StrikeOut" | "Stamp" | "Caret" | "Ink" | "Popup" | "FileAttachment" | "Sound" | "Movie" | "Widget" | "Screen" | "PrinterMark" | "TrapNet" | "Watermark" | "3D" | "RichMedia" | "WebMedia"
  • Returns "Text" | "Link" | "FreeText" | "Line" | "Square" | "Circle" | "Polygon" | "PolyLine" | "Highlight" | "Underline" | "Squiggly" | "StrikeOut" | "Stamp" | "Caret" | "Ink" | "Popup" | "FileAttachment" | "Sound" | "Movie" | "Widget" | "Screen" | "PrinterMark" | "TrapNet" | "Watermark" | "3D" | "RichMedia" | "WebMedia"

hasAction

  • hasAction(): boolean

hasAppearanceStream

  • hasAppearanceStream(): boolean

hasDestination

  • hasDestination(): boolean

hasFileAttachment

  • hasFileAttachment(): boolean

setBorderStyle

  • setBorderStyle(horizontalRadius: number, verticalRadius: number, width: number): void
  • Parameters

    • horizontalRadius: number
    • verticalRadius: number
    • width: number

    Returns void

setFileAttachment

  • setFileAttachment(): void

Generated using TypeDoc