setRepeatOverlayText
abstract fun setRepeatOverlayText(@NonNull annotationTool: AnnotationTool, repeatOverlayText: Boolean)
Sets the last configured repeat overlay text setting to preferences.
Parameters
annotationTool
Annotation tool for which we need the preferences.
repeatOverlayText
The repeat overlay text setting to set.
abstract fun setRepeatOverlayText( @NonNull annotationTool: AnnotationTool, @NonNull toolVariant: AnnotationToolVariant, repeatOverlayText: Boolean)
Sets the last configured repeat overlay text setting to preferences.
Parameters
annotationTool
Annotation tool for which we need the preferences.
toolVariant
Variant of the annotation tool.
repeatOverlayText
The repeat overlay text setting to set.