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