public class

UnderlineAnnotation

extends TextMarkupAnnotation
java.lang.Object
   ↳ com.pspdfkit.annotations.Annotation
     ↳ com.pspdfkit.annotations.BaseRectsAnnotation
       ↳ com.pspdfkit.annotations.TextMarkupAnnotation
         ↳ com.pspdfkit.annotations.UnderlineAnnotation

Class Overview

Represents underlined text on the page.

Summary

[Expand]
Inherited Constants
From class com.pspdfkit.annotations.Annotation
[Expand]
Inherited Fields
From class com.pspdfkit.annotations.Annotation
Public Constructors
UnderlineAnnotation(int pageIndex, List<RectF> rects)
Creates a new underline annotation.
Public Methods
AnnotationType getType()
Gets the annotation type of the annotation.
[Expand]
Inherited Methods
From class com.pspdfkit.annotations.TextMarkupAnnotation
From class com.pspdfkit.annotations.BaseRectsAnnotation
From class com.pspdfkit.annotations.Annotation
From class java.lang.Object

Public Constructors

public UnderlineAnnotation (int pageIndex, List<RectF> rects)

Creates a new underline annotation.

Parameters
pageIndex Page to which this annotation will be attached to.
rects Rectangles that represent underlined text for this annotation.

Public Methods

public AnnotationType getType ()

Gets the annotation type of the annotation.

Returns
  • The type of the annotation. Makes down casting easier.