Package com.pspdfkit.annotations
Class SquigglyAnnotation
-
- All Implemented Interfaces:
public class SquigglyAnnotation extends TextMarkupAnnotation
Represents a squiggly text underline on the page.
-
-
Constructor Summary
Constructors Constructor Description SquigglyAnnotation(int pageIndex, List<RectF> rects)
Creates a new squiggly annotation SquigglyAnnotation(AnnotationPropertyManager properties, boolean markDirty)
Intended for internal usage only
-
Method Summary
Modifier and Type Method Description AnnotationType
getType()
Gets the annotation type of the annotation. -
-
Constructor Detail
-
SquigglyAnnotation
SquigglyAnnotation(int pageIndex, List<RectF> rects)
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.
-
SquigglyAnnotation
SquigglyAnnotation(AnnotationPropertyManager properties, boolean markDirty)
Intended for internal usage only
-
-
Method Detail
-
getType
@NonNull() AnnotationType getType()
Gets the annotation type of the annotation.
- Returns:
The type of the annotation. Makes down casting easier.
-
-
-
-