|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.ReportStyle
public final class ReportStyle
Defines a report style.
| Field Summary | |
|---|---|
static int |
_dropTable
|
static int |
_executiveLeadingBreak
|
static int |
_executiveTrailingBreak
|
static int |
_leadingBreak
|
static int |
_maroonTealBox
|
static int |
_none
|
static int |
_redBlueBorder
|
static int |
_shade
|
static int |
_standard
|
static int |
_table
|
static int |
_trailingBreak
|
static ReportStyle |
dropTable
|
static ReportStyle |
executiveLeadingBreak
|
static ReportStyle |
executiveTrailingBreak
|
static ReportStyle |
leadingBreak
|
static ReportStyle |
maroonTealBox
|
static ReportStyle |
none
|
static ReportStyle |
redBlueBorder
|
static ReportStyle |
shade
|
static ReportStyle |
standard
|
static ReportStyle |
table
|
static ReportStyle |
trailingBreak
|
| Method Summary | |
|---|---|
static ReportStyle |
from_int(int i)
Converts an integer to a ReportStyle object. |
static ReportStyle |
from_string(java.lang.String sVal)
Returns a ReportStyle object for a given String object. |
java.lang.String |
toString()
Returns a String representation of the report style. |
int |
value()
Returns an integer representation of the report style. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _none
public static final int _standard
public static final int _leadingBreak
public static final int _trailingBreak
public static final int _table
public static final int _dropTable
public static final int _executiveLeadingBreak
public static final int _executiveTrailingBreak
public static final int _shade
public static final int _redBlueBorder
public static final int _maroonTealBox
public static final ReportStyle none
public static final ReportStyle standard
public static final ReportStyle leadingBreak
public static final ReportStyle trailingBreak
public static final ReportStyle table
public static final ReportStyle dropTable
public static final ReportStyle executiveLeadingBreak
public static final ReportStyle executiveTrailingBreak
public static final ReportStyle shade
public static final ReportStyle redBlueBorder
public static final ReportStyle maroonTealBox
| Method Detail |
|---|
public static final ReportStyle from_int(int i)
Converts an integer to a ReportStyle object. You can obtain the integer
value for a given ReportStyle object by using the ReportStyle.value() method.
An - integer representation of a ReportStyle value.
ReportStyle object that defines a report style.ReportStyle.value()public static final ReportStyle from_string(java.lang.String sVal)
Returns a ReportStyle object for a given String object.
You can find the String representation of a report style by using the ReportStyle.toString() method.
A - String representation of a ReportStyle value.
ReportStyle object that defines a report style.ReportStyle.toString()public java.lang.String toString()
Returns a String representation of the report style.
toString in class java.lang.ObjectString object that represents the report style.ReportStyle.from_string(java.lang.String)public int value()
Returns an integer representation of the report style.
ReportStyle.from_int(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||