Package 

Class PageEditConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class PageEditConfiguration
     implements Serializable
                        

    A configuration class used to alter the default page editing behaviour.

    • Constructor Detail

      • PageEditConfiguration

        PageEditConfiguration()
    • Method Detail

      • getAllowPageRotation

         final Boolean getAllowPageRotation()

        If false, the bottom toolbar will hide the rotate page item. Defaults to true.

      • setAllowPageRotation

         final Unit setAllowPageRotation(Boolean allowPageRotation)

        If false, the bottom toolbar will hide the rotate page item. Defaults to true.

      • getAllowPageFilter

         final Boolean getAllowPageFilter()

        If false, the bottom toolbar will hide the filter page item. Defaults to true.

      • setAllowPageFilter

         final Unit setAllowPageFilter(Boolean allowPageFilter)

        If false, the bottom toolbar will hide the filter page item. Defaults to true.

      • setAllowPageArrangement

         final Unit setAllowPageArrangement(Boolean allowPageArrangement)

        If false, the bottom toolbar will hide the arrange page item. Defaults to true.

      • getAllowPageCropping

         final Boolean getAllowPageCropping()

        If false, the bottom toolbar will hide the page cropping item. Defaults to true.

      • setAllowPageCropping

         final Unit setAllowPageCropping(Boolean allowPageCropping)

        If false, the bottom toolbar will hide the page cropping item. Defaults to true.

      • getAllowPageRetake

         final Boolean getAllowPageRetake()

        If true, the bottom toolbar will show a button allowing to retake the current page. Defaults to false.

      • setAllowPageRetake

         final Unit setAllowPageRetake(Boolean allowPageRetake)

        If true, the bottom toolbar will show a button allowing to retake the current page. Defaults to false.

      • getAllowPageAdd

         final Boolean getAllowPageAdd()

        If true, the bottom toolbar will show a button allowing to add a new page. Defaults to false.

      • setAllowPageAdd

         final Unit setAllowPageAdd(Boolean allowPageAdd)

        If true, the bottom toolbar will show a button allowing to add a new page. Defaults to false.

      • getAllowPageDeletion

         final Boolean getAllowPageDeletion()

        If true, the menu item for deleting pages will be displayed in the toolbar. Defaults to true.

      • setAllowPageDeletion

         final Unit setAllowPageDeletion(Boolean allowPageDeletion)

        If true, the menu item for deleting pages will be displayed in the toolbar. Defaults to true.

      • setPageArrangementShowDeleteButton

         final Unit setPageArrangementShowDeleteButton(Boolean pageArrangementShowDeleteButton)

        If true, each item of the page arrangement functionality will show a delete button. Defaults to false.

      • setPageArrangementShowPageNumber

         final Unit setPageArrangementShowPageNumber(Boolean pageArrangementShowPageNumber)

        If true, each item of the page arrangement functionality will show it's page number. Defaults to true.