Skip to main content

PrintPageRange Class

A range of pages that should be printed.

Declaration

public class PrintPageRange extends JavaObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
PrintPageRange

PrintPageRange(int start, int end)

Initializes a new instance of the PrintPageRange class with specified start and end pages.

Declaration

public PrintPageRange(int start, int end)

Parameters

Name Type Description
start int

The first page in the range.

end int

The last page in the range.

Methods

getEnd() Method

Returns the last page in the range.

Declaration

public int getEnd()

Returns

Type Description
int

The last page in the range.

getStart() Method

Returns the first page in the range.

Declaration

public int getStart()

Returns

Type Description
int

The first page in the range.