Class UIPrintInfoDuplex


  • public final class UIPrintInfoDuplex
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long LongEdge
      flip back page along long edge (same orientation in portrait, flipped for landscape)
      static long None  
      static long ShortEdge
      flip back page along short edge (flipped orientation for portrait, same in landscape)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LongEdge

        public static final long LongEdge
        flip back page along long edge (same orientation in portrait, flipped for landscape)
        See Also:
        Constant Field Values
      • ShortEdge

        public static final long ShortEdge
        flip back page along short edge (flipped orientation for portrait, same in landscape)
        See Also:
        Constant Field Values