|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.exportoptions.ExportPageAreaPairKind
public final class ExportPageAreaPairKind
This class contains constants used to indicate how the page header and footer pair should be exported.
| Field Summary | |
|---|---|
static int |
_forEachPage
Specifies that the page header and footer pair will appear on each page. |
static int |
_noPageAreaPair
Specifies that no page header and footer pair will be exported. |
static int |
_oncePerReport
Specifies that the page header and footer pair will only be exported once per report. |
static ExportPageAreaPairKind |
forEachPage
A ExportPageAreaPairKind object that specifies that the page header and footer pair will appear on each page. |
static ExportPageAreaPairKind |
noPageAreaPair
A ExportPageAreaPairKind object that specifies that no page header and footer pair will be exported. |
static ExportPageAreaPairKind |
oncePerReport
A ExportPageAreaPairKind object that specifies that the page header and footer pair will only be exported once
per report. |
| Method Summary | |
|---|---|
static ExportPageAreaPairKind |
from_int(int i)
Returns the ExportPageAreaPairKind object corresponding to the specified int. |
static ExportPageAreaPairKind |
from_PageAreaExportTypeString(java.lang.String sVal)
For internal use only |
static ExportPageAreaPairKind |
from_string(java.lang.String sVal)
Returns the ExportPageAreaPairKind object corresponding to the specified String. |
java.lang.String |
toPageAreaExportTypeString()
For internal use only |
java.lang.String |
toString()
Returns the String value of this ExportPageAreaPairKind object. |
int |
value()
Returns the int value of this ExportPageAreaPairKind object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _noPageAreaPair
Specifies that no page header and footer pair will be exported.
public static final int _oncePerReport
Specifies that the page header and footer pair will only be exported once per report. That is, it will only appear on the first page.
public static final int _forEachPage
Specifies that the page header and footer pair will appear on each page.
public static final ExportPageAreaPairKind noPageAreaPair
A ExportPageAreaPairKind object that specifies that no page header and footer pair will be exported.
public static final ExportPageAreaPairKind oncePerReport
A ExportPageAreaPairKind object that specifies that the page header and footer pair will only be exported once
per report. That is, it will only appear on the first page.
public static final ExportPageAreaPairKind forEachPage
A ExportPageAreaPairKind object that specifies that the page header and footer pair will appear on each page.
| Method Detail |
|---|
public static final ExportPageAreaPairKind from_int(int i)
Returns the ExportPageAreaPairKind object corresponding to the specified int.
i - The int value of the desired ExportPageAreaPairKind.
ExportPageAreaPairKind object corresponding to the specified int.public static final ExportPageAreaPairKind from_string(java.lang.String sVal)
Returns the ExportPageAreaPairKind object corresponding to the specified String.
sVal - The String value of the desired ExportPageAreaPairKind.
ExportPageAreaPairKind object corresponding to the specified String.public java.lang.String toString()
Returns the String value of this ExportPageAreaPairKind object.
toString in class java.lang.ObjectString value of this ExportPageAreaPairKind object.public java.lang.String toPageAreaExportTypeString()
public static final ExportPageAreaPairKind from_PageAreaExportTypeString(java.lang.String sVal)
public int value()
Returns the int value of this ExportPageAreaPairKind object.
int value of this ExportPageAreaPairKind object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||