PdfAnnotationType


public final class PdfAnnotationType
extends Object

java.lang.Object
   ↳ android.graphics.pdf.component.PdfAnnotationType


This class holds the set of constants representing the types of a PDF annotation.

Summary

Constants

int FREETEXT

Represents a freetext annotation

int HIGHLIGHT

Represents a highlight annotation

int STAMP

Represents a stamp annotation

int UNKNOWN

Represents the type of annotation that cannot be determined

Inherited methods

Constants

FREETEXT

Added in S Extensions 18
public static final int FREETEXT

Represents a freetext annotation

Constant Value: 1 (0x00000001)

HIGHLIGHT

Added in S Extensions 18
public static final int HIGHLIGHT

Represents a highlight annotation

Constant Value: 2 (0x00000002)

STAMP

Added in S Extensions 18
public static final int STAMP

Represents a stamp annotation

Constant Value: 3 (0x00000003)

UNKNOWN

Added in S Extensions 18
public static final int UNKNOWN

Represents the type of annotation that cannot be determined

Constant Value: 0 (0x00000000)