Skip to main content

TextConfiguration

A configuration class used to alter the default text behaviour.

Properties

textSizeBottomToolbar?

optional textSizeBottomToolbar: number;

The text size of elements residing in the bottom toolbar. Defaults to 10dp.


textSizeTopToolbar?

optional textSizeTopToolbar: number;

The text size of menu items residing in the top toolbar.


textSizeScanButtons?

optional textSizeScanButtons: number;

The text size of the buttons in the scan page, located at the lower part, like the torch button.


textSizeTitle?

optional textSizeTitle: number;

The text size of the title in the top toolbar. By default, auto shrinking down till 9.0 is enabled. If you define your custom size, automatic shrinking will be disabled.


textTitleScanPage?

optional textTitleScanPage: string;

The title to be displayed in the scan page top toolbar.


textTitleEditPage?

optional textTitleEditPage: string;

The title to be displayed in the edit page top toolbar.


textTitleFilterPage?

optional textTitleFilterPage: string;

The title to be displayed in the filter page top toolbar.


textTitleCroppingPage?

optional textTitleCroppingPage: string;

The title to be displayed in the cropping page top toolbar.


textTitleArrangementPage?

optional textTitleArrangementPage: string;

The title to be displayed in the page arrangement page top toolbar.


textTitleConfirmationPage?

optional textTitleConfirmationPage: string;

The title to be displayed in the confirmation page top toolbar.


textDocumentTitle?

optional textDocumentTitle: string;

The title to show in the top toolbar on all pages. It overwrites page specific titles, if any are set.


textOnboardingTitle?

optional textOnboardingTitle: string;

The text to show in the onboarding popup title that appears when the scan page is opened for the first time.


textOnboardingMessage?

optional textOnboardingMessage: string;

The text to show in the onboarding popup message that appears when the scan page is opened for the first time.


textOnboardingCloseButton?

optional textOnboardingCloseButton: string;

The text to show in the onboarding popup close button that appears when the scan page is opened for the first time.


textSizeOnboardingTitle?

optional textSizeOnboardingTitle: number;

The text size of the onboarding popup title that appears when the scan page is opened for the first time.


textSizeOnboardingMessage?

optional textSizeOnboardingMessage: number;

The text size of the onboarding popup message that appears when the scan page is opened for the first time.


textFocusHint?

optional textFocusHint: string;

The text to show when camera is focusing after capture got triggered.


textFirstPageHint?

optional textFirstPageHint: string;

The text to show when user swipes to previous page but is already at the first page.


textLastPageHint?

optional textLastPageHint: string;

The text to show when user swipes to next page but is already at the last page.


textOnePageHint?

optional textOnePageHint: string;

The text to show when user swipes to next or previous page but only one page is available.


textScanProgress?

optional textScanProgress: string;

The text to show in the progress popup that is shown when user clicks the done button but some pages still need to be processed.


textDeleteDialogCurrentPage?

optional textDeleteDialogCurrentPage: string;

The text to show for the option to delete the current page within the dialog that will be shown when clicking delete while multiple pages are available.


textDeleteDialogAllPages?

optional textDeleteDialogAllPages: string;

The text to show for the option to delete all pages within the dialog that will be shown when clicking delete while multiple pages are available.


textDeleteDialogCancel?

optional textDeleteDialogCancel: string;

The text to show for the option to cancel within the dialog that will be shown when clicking delete while multiple pages are available.