SquigglyAnnotation

constructor(@IntRange(from = 0) pageIndex: Int, @NonNull rects: List<RectF>)

Creates a new squiggly annotation

Parameters

pageIndex

Page to which this annotation will be attached to.

rects

Rectangles that represent squiggly underlined text for this annotation.


constructor(@NonNull properties: AnnotationPropertyMap, markDirty: Boolean)

Intended for internal usage only