Interface AnnotationOverlayTextConfiguration.Builder
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder
public interface AnnotationOverlayTextConfiguration.Builder<T> implements AnnotationConfiguration.Builder<T>
Builder for AnnotationOverlayTextConfiguration.
-
-
Method Summary
Modifier and Type Method Description abstract T
setDefaultRepeatOverlayTextSetting(@NonNull() boolean repeatOverlayText)
Sets default setting for the repeat overlay text property of RedactionAnnotation. abstract T
setDefaultOverlayText(@NonNull() String defaultOverlayText)
Sets the default overlay text for RedactionAnnotation. -
-
Method Detail
-
setDefaultRepeatOverlayTextSetting
@NonNull() abstract T setDefaultRepeatOverlayTextSetting(@NonNull() boolean repeatOverlayText)
Sets default setting for the repeat overlay text property of RedactionAnnotation.
- Parameters:
repeatOverlayText
- The default setting for newly created annotations.
-
setDefaultOverlayText
@NonNull() abstract T setDefaultOverlayText(@NonNull() String defaultOverlayText)
Sets the default overlay text for RedactionAnnotation.
- Parameters:
defaultOverlayText
- The default overlay text.
-
-
-
-