Uses of Class
com.teamdev.jxbrowser.printing.PageRange.RangeType

Packages that use PageRange.RangeType
com.teamdev.jxbrowser.printing   
 

Uses of PageRange.RangeType in com.teamdev.jxbrowser.printing
 

Methods in com.teamdev.jxbrowser.printing that return PageRange.RangeType
 PageRange.RangeType PageRange.getType()
           
static PageRange.RangeType PageRange.RangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PageRange.RangeType[] PageRange.RangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.teamdev.jxbrowser.printing with parameters of type PageRange.RangeType
 void PageRange.setType(PageRange.RangeType range)
           
 

Constructors in com.teamdev.jxbrowser.printing with parameters of type PageRange.RangeType
PageRange(PageRange.RangeType type)