Package 

Enum FitPolicy

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum FitPolicy
    extends Enum<FitPolicy>
                        

    Enum representing the different policies for fitting a PDF page into a view.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BOTH

      Fit both the width and height of the page to the view's dimensions, while preserving aspect ratio.

      HEIGHT

      Fit the height of the page to the view's height.

      WIDTH

      Fit the width of the page to the view's width.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait