public class

HighlightAnnotation

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

Class Overview

Represents a text highlight annotation on the page.

Summary

[Expand]
Inherited Constants
From class com.pspdfkit.annotations.Annotation
[Expand]
Inherited Fields
From class com.pspdfkit.annotations.Annotation
Public Constructors
HighlightAnnotation(int pageIndex, List<RectF> rects)
Creates a new highlight 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 HighlightAnnotation (int pageIndex, List<RectF> rects)

Creates a new highlight annotation.

Parameters
pageIndex Page to which this annotation will be attached to.
rects Rectangles that represent highlights 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.