Package 

Class TextConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class TextConfiguration
     implements Serializable
                        

    A configuration class used to alter the default text behaviour.

    • Constructor Detail

      • TextConfiguration

        TextConfiguration()
    • Method Detail

      • setTextSizeBottomToolbar

         final Unit setTextSizeBottomToolbar(Float textSizeBottomToolbar)

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

      • getTextSizeScanButtons

         final Float getTextSizeScanButtons()

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

      • setTextSizeScanButtons

         final Unit setTextSizeScanButtons(Float textSizeScanButtons)

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

      • getTextSizeTitle

         final Float getTextSizeTitle()

        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.

      • setTextSizeTitle

         final Unit setTextSizeTitle(Float textSizeTitle)

        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.

      • getTextDocumentTitle

         final String getTextDocumentTitle()

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

      • setTextDocumentTitle

         final Unit setTextDocumentTitle(String textDocumentTitle)

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

      • getTextOnboardingTitle

         final String getTextOnboardingTitle()

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

      • setTextOnboardingTitle

         final Unit setTextOnboardingTitle(String textOnboardingTitle)

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

      • getTextOnboardingMessage

         final String getTextOnboardingMessage()

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

      • setTextOnboardingMessage

         final Unit setTextOnboardingMessage(String textOnboardingMessage)

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

      • getTextOnboardingCloseButton

         final String getTextOnboardingCloseButton()

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

      • setTextOnboardingCloseButton

         final Unit setTextOnboardingCloseButton(String textOnboardingCloseButton)

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

      • getTextSizeOnboardingTitle

         final Float getTextSizeOnboardingTitle()

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

      • setTextSizeOnboardingTitle

         final Unit setTextSizeOnboardingTitle(Float textSizeOnboardingTitle)

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

      • getTextSizeOnboardingMessage

         final Float getTextSizeOnboardingMessage()

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

      • setTextSizeOnboardingMessage

         final Unit setTextSizeOnboardingMessage(Float textSizeOnboardingMessage)

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

      • getTextFocusHint

         final String getTextFocusHint()

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

      • setTextFocusHint

         final Unit setTextFocusHint(String textFocusHint)

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

      • getTextFirstPageHint

         final String getTextFirstPageHint()

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

      • setTextFirstPageHint

         final Unit setTextFirstPageHint(String textFirstPageHint)

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

      • getTextLastPageHint

         final String getTextLastPageHint()

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

      • setTextLastPageHint

         final Unit setTextLastPageHint(String textLastPageHint)

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

      • getTextOnePageHint

         final String getTextOnePageHint()

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

      • setTextOnePageHint

         final Unit setTextOnePageHint(String textOnePageHint)

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

      • getTextScanProgress

         final String getTextScanProgress()

        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.

      • setTextScanProgress

         final Unit setTextScanProgress(String textScanProgress)

        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.

      • getTextDeleteDialogCurrentPage

         final String getTextDeleteDialogCurrentPage()

        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.

      • setTextDeleteDialogCurrentPage

         final Unit setTextDeleteDialogCurrentPage(String textDeleteDialogCurrentPage)

        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.

      • getTextDeleteDialogAllPages

         final String getTextDeleteDialogAllPages()

        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.

      • setTextDeleteDialogAllPages

         final Unit setTextDeleteDialogAllPages(String textDeleteDialogAllPages)

        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.

      • getTextDeleteDialogCancel

         final String getTextDeleteDialogCancel()

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

      • setTextDeleteDialogCancel

         final Unit setTextDeleteDialogCancel(String textDeleteDialogCancel)

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