Class: Wx::PRT::PrintPageRange
- Inherits:
-
Object
- Object
- Wx::PRT::PrintPageRange
- Defined in:
- lib/wx/doc/gen/prt/print_data.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
This class represents a range of pages to be printed.
Category: Printing Framework, Data Structures
Instance Method Summary collapse
- #from_page ⇒ Integer
- #from_page=(val) ⇒ void
-
#get_number_of_pages ⇒ Integer
(also: #number_of_pages)
Return the number of pages in this range if it is valid.
-
#initialize(*args) ⇒ PrintPageRange
constructor
A new instance of PrintPageRange.
-
#is_valid ⇒ Boolean
(also: #valid?)
Return true if both components are initialized correctly.
- #to_page ⇒ Integer
- #to_page=(val) ⇒ void
Constructor Details
#initialize ⇒ Wx::PRT::PrintPageRange #initialize(from, to) ⇒ Wx::PRT::PrintPageRange
Returns a new instance of PrintPageRange.
787 |
# File 'lib/wx/doc/gen/prt/print_data.rb', line 787 def initialize(*args) end |
Instance Method Details
#from_page ⇒ Integer
757 |
# File 'lib/wx/doc/gen/prt/print_data.rb', line 757 def from_page; end |
#from_page=(val) ⇒ void
This method returns an undefined value.
763 |
# File 'lib/wx/doc/gen/prt/print_data.rb', line 763 def from_page=(val); end |
#get_number_of_pages ⇒ Integer Also known as: number_of_pages
Return the number of pages in this range if it is valid.
796 |
# File 'lib/wx/doc/gen/prt/print_data.rb', line 796 def get_number_of_pages; end |
#is_valid ⇒ Boolean Also known as: valid?
Return true if both components are initialized correctly.
791 |
# File 'lib/wx/doc/gen/prt/print_data.rb', line 791 def is_valid; end |
#to_page ⇒ Integer
769 |
# File 'lib/wx/doc/gen/prt/print_data.rb', line 769 def to_page; end |
#to_page=(val) ⇒ void
This method returns an undefined value.
775 |
# File 'lib/wx/doc/gen/prt/print_data.rb', line 775 def to_page=(val); end |