public interface

AnnotationTextResizingConfiguration

implements AnnotationConfiguration
com.pspdfkit.annotations.configuration.AnnotationTextResizingConfiguration
Known Indirect Subclasses

Class Overview

Configuration for automatic text resizing of FreeTextAnnotation.

Summary

Nested Classes
interface AnnotationTextResizingConfiguration.Builder<T> Builder for AnnotationTextResizingConfiguration
Public Methods
abstract boolean isHorizontalResizingEnabled()
Controls whether annotations will automatically resize horizontally when entering text.
abstract boolean isVerticalResizingEnabled()
Controls whether annotations will automatically resize vertically when entering text.
[Expand]
Inherited Methods
From interface com.pspdfkit.annotations.configuration.AnnotationConfiguration

Public Methods

public abstract boolean isHorizontalResizingEnabled ()

Controls whether annotations will automatically resize horizontally when entering text. Defaults to true.

Returns
  • true when horizontal resizing is enabled, false otherwise.

public abstract boolean isVerticalResizingEnabled ()

Controls whether annotations will automatically resize vertically when entering text. Defaults to true.

Returns
  • true when vertical resizing is enabled, false otherwise.