Interface AnnotationOverlayTextConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration
public interface AnnotationOverlayTextConfiguration implements AnnotationConfiguration
Configuration for annotation overlay text (OVERLAY_TEXT and REPEAT_OVERLAY_TEXT).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
AnnotationOverlayTextConfiguration.Builder
Builder for AnnotationOverlayTextConfiguration.
-
Method Summary
Modifier and Type Method Description abstract String
getDefaultOverlayText()
Default overlay text for RedactionAnnotation. abstract boolean
getDefaultRepeatOverlayTextSetting()
Default setting for the "repeat overlay text" property of RedactionAnnotations. -
-
Method Detail
-
getDefaultOverlayText
@NonNull() abstract String getDefaultOverlayText()
Default overlay text for RedactionAnnotation.
- Returns:
The default overlay text.
-
getDefaultRepeatOverlayTextSetting
abstract boolean getDefaultRepeatOverlayTextSetting()
Default setting for the "repeat overlay text" property of RedactionAnnotations.
- Returns:
The default setting for the "repeat overlay text" property.
-
-
-
-