public static final enum

AnnotationProperty.Property

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.model.AnnotationProperty.Property

Class Overview

Annotation property

Summary

Enum Values
AnnotationProperty.Property  COLOR  Color  
AnnotationProperty.Property  FILL_COLOR  Fill color  
AnnotationProperty.Property  FORM_TEXT_CONTENT  Form text content  
AnnotationProperty.Property  NOTE_CONTENT  Note content  
AnnotationProperty.Property  OPACITY  Opacity  
AnnotationProperty.Property  OTHER  Other  
AnnotationProperty.Property  STICKY_NOTE_ICON  Sticky note icon  
AnnotationProperty.Property  TEXT_CONTENT  Text content  
AnnotationProperty.Property  TEXT_FONT  Text font  
AnnotationProperty.Property  TEXT_MARKUP_TYPE  Text markup type  
AnnotationProperty.Property  TEXT_SIZE  Text size  
AnnotationProperty.Property  THICKNESS  Thickness  
Public Methods
static AnnotationProperty.Property valueOf(String name)
final static Property[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AnnotationProperty.Property COLOR

Color

public static final AnnotationProperty.Property FILL_COLOR

Fill color

public static final AnnotationProperty.Property FORM_TEXT_CONTENT

Form text content

public static final AnnotationProperty.Property NOTE_CONTENT

Note content

public static final AnnotationProperty.Property OPACITY

Opacity

public static final AnnotationProperty.Property OTHER

Other

public static final AnnotationProperty.Property STICKY_NOTE_ICON

Sticky note icon

public static final AnnotationProperty.Property TEXT_CONTENT

Text content

public static final AnnotationProperty.Property TEXT_FONT

Text font

public static final AnnotationProperty.Property TEXT_MARKUP_TYPE

Text markup type

public static final AnnotationProperty.Property TEXT_SIZE

Text size

public static final AnnotationProperty.Property THICKNESS

Thickness

Public Methods

public static AnnotationProperty.Property valueOf (String name)

public static final Property[] values ()