public static final enum

FreeTextAnnotationUtils.ScaleMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.utils.FreeTextAnnotationUtils.ScaleMode

Class Overview

How to determine the size of the annotation.

Summary

Enum Values
FreeTextAnnotationUtils.ScaleMode  EXPAND  The current size will expand but never shrink. 
FreeTextAnnotationUtils.ScaleMode  FIXED  The current size will stay unchanged. 
FreeTextAnnotationUtils.ScaleMode  SCALE  The exact size needed will be chosen. 
Public Methods
static FreeTextAnnotationUtils.ScaleMode valueOf(String name)
final static ScaleMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FreeTextAnnotationUtils.ScaleMode EXPAND

The current size will expand but never shrink.

public static final FreeTextAnnotationUtils.ScaleMode FIXED

The current size will stay unchanged.

public static final FreeTextAnnotationUtils.ScaleMode SCALE

The exact size needed will be chosen.

Public Methods

public static FreeTextAnnotationUtils.ScaleMode valueOf (String name)

public static final ScaleMode[] values ()