Package jxl.format

Class PageOrder


  • public class PageOrder
    extends java.lang.Object
    Enumeration type which describes the page orientation
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DOWN_THEN_RIGHT

        public static PageOrder DOWN_THEN_RIGHT
        Top to Down then Right.
      • RIGHT_THEN_DOWN

        public static PageOrder RIGHT_THEN_DOWN
        Left to Right then Down.