toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations
/
HighlightAnnotation
Highlight
Annotation
open
class
HighlightAnnotation
:
TextMarkupAnnotation
Represents a text highlight annotation on the page.
Members
Constructors
Highlight
Annotation
Link copied to clipboard
constructor
(
@
IntRange
(
from
=
0
)
pageIndex
:
Int
,
@
NonNull
rects
:
List
<
RectF
>
)
Creates a new highlight annotation.
constructor
(
@
NonNull
properties
:
AnnotationPropertyManager
,
markDirty
:
Boolean
)
Functions
get
Type
Link copied to clipboard
@
NonNull
open
fun
getType
(
)
:
AnnotationType
Gets the annotation type of the annotation.