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.