Package com.pspdfkit.annotations
Class StrikeOutAnnotation
-
- All Implemented Interfaces:
public class StrikeOutAnnotation extends TextMarkupAnnotation
Represents a strike-out text on the page.
-
-
Constructor Summary
Constructors Constructor Description StrikeOutAnnotation(int pageIndex, List<RectF> rects)
Creates a new strike-out annotation StrikeOutAnnotation(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
-
StrikeOutAnnotation
StrikeOutAnnotation(int pageIndex, List<RectF> rects)
Creates a new strike-out annotation- Parameters:
pageIndex
- Page to which this annotation will be attached to.rects
- Rectangles that represent strike-out text for this annotation.
-
StrikeOutAnnotation
StrikeOutAnnotation(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.
-
-
-
-