Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Annotation

Represents an annotation in a worksheet.

Hierarchy

  • Annotation

Index

Properties

annotationHTML

annotationHTML: string
returns

The formatted annotation as a HTML string. HTML is currently not accepted when adding an annotation.

annotationId

annotationId: number
returns

Unique id representing the annotation.

annotationText

annotationText: string
returns

The plain text of the annotation.

annotationType

annotationType: AnnotationType
returns

The annotation type.

tupleId

tupleId: number
returns

Unique tuple representing the mark that is being annotated. The tupleId will be 0 for Area or Point annotations.