com.crystaldecisions.sdk.occa.report.definition
Class ReportStyle
java.lang.Object
com.crystaldecisions.sdk.occa.report.definition.ReportStyle
public final class ReportStyle
- extends java.lang.Object
For internal use only.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_none
public static final int _none
- See Also:
- Constant Field Values
_standard
public static final int _standard
- See Also:
- Constant Field Values
_leadingBreak
public static final int _leadingBreak
- See Also:
- Constant Field Values
_trailingBreak
public static final int _trailingBreak
- See Also:
- Constant Field Values
_table
public static final int _table
- See Also:
- Constant Field Values
_dropTable
public static final int _dropTable
- See Also:
- Constant Field Values
_executiveLeadingBreak
public static final int _executiveLeadingBreak
- See Also:
- Constant Field Values
_executiveTrailingBreak
public static final int _executiveTrailingBreak
- See Also:
- Constant Field Values
_shade
public static final int _shade
- See Also:
- Constant Field Values
_redBlueBorder
public static final int _redBlueBorder
- See Also:
- Constant Field Values
_maroonTealBox
public static final int _maroonTealBox
- See Also:
- Constant Field Values
none
public static final ReportStyle none
standard
public static final ReportStyle standard
leadingBreak
public static final ReportStyle leadingBreak
trailingBreak
public static final ReportStyle trailingBreak
table
public static final ReportStyle table
dropTable
public static final ReportStyle dropTable
executiveLeadingBreak
public static final ReportStyle executiveLeadingBreak
executiveTrailingBreak
public static final ReportStyle executiveTrailingBreak
shade
public static final ReportStyle shade
redBlueBorder
public static final ReportStyle redBlueBorder
maroonTealBox
public static final ReportStyle maroonTealBox
from_int
public static final ReportStyle from_int(int i)
from_string
public static final ReportStyle from_string(java.lang.String sVal)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
value
public int value()