|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.crystaldecisions.sdk.occa.report.document.PrintReportOptions.PageRange
Use this class to specify a printer page range.
Field Summary | |
int |
end
The last page of the range of report pages to be printed. |
int |
start
The first page of the range of report pages to be printed. |
Constructor Summary | |
PrintReportOptions.PageRange(int start_,
int end_)
|
Method Summary | |
boolean |
equals(java.lang.Object other)
For internal use only. |
int |
hashCode()
For internal use only. |
java.lang.String |
toString()
Returns the String value of this PageRange object.
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public final int start
public final int end
Constructor Detail |
public PrintReportOptions.PageRange(int start_, int end_)
Method Detail |
public boolean equals(java.lang.Object other)
For internal use only.
equals
in class java.lang.Object
public int hashCode()
For internal use only.
hashCode
in class java.lang.Object
public java.lang.String toString()
Returns the String
value of this PageRange
object.
toString
in class java.lang.Object
String
value of this PageRange
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |