Package org.cef.misc

Class CefPageRange


  • public class CefPageRange
    extends java.lang.Object
    Class representing a print job page range.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int from  
      int to  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • from

        public int from
      • to

        public int to
    • Constructor Detail

      • CefPageRange

        public CefPageRange()
      • CefPageRange

        public CefPageRange​(int from,
                            int to)