com.pspdfkit.annotations.configuration.AnnotationTextResizingConfiguration |
![]() |
Configuration for automatic text resizing of FreeTextAnnotation
.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Controls whether annotations will automatically resize horizontally when entering text.
Defaults to true
.
true
when horizontal resizing is enabled, false
otherwise.
Controls whether annotations will automatically resize vertically when entering text.
Defaults to true
.
true
when vertical resizing is enabled, false
otherwise.