|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectConditionFormulaType
com.crystaldecisions.sdk.occa.report.definition.ObjectFormatConditionFormulaType
public final class ObjectFormatConditionFormulaType
This class is used to specify the condition formula type for section or area formatting.
| Field Summary | |
|---|---|
static int |
_cssClass
For internal use only |
static int |
_displayString
For internal use only |
static int |
_enableCanGrow
Enable can grow. |
static int |
_enableCloseAtPageBreak
Enable close at page break. |
static int |
_enableKeepTogether
Enable keep together. |
static int |
_enableSuppress
Enable suppress. |
static int |
_horizontalAlignment
Horizontal alignment. |
static int |
_hyperlink
Hyperlink. |
static int |
_rotation
Rotation. |
static int |
_toolTipText
Tool tip text. |
static ObjectFormatConditionFormulaType |
cssClass
For internal use only |
static ObjectFormatConditionFormulaType |
displayString
For internal use only |
static ObjectFormatConditionFormulaType |
enableCanGrow
An ObjectFormatConditionFormulaType object that specifies to enable can grow. |
static ObjectFormatConditionFormulaType |
enableCloseAtPageBreak
An ObjectFormatConditionFormulaType object that specifies to enable close at page break. |
static ObjectFormatConditionFormulaType |
enableKeepTogether
An ObjectFormatConditionFormulaType object that specifies to enable keep together. |
static ObjectFormatConditionFormulaType |
enableSuppress
An ObjectFormatConditionFormulaType object that specifies to enable suppress. |
static ObjectFormatConditionFormulaType |
horizontalAlignment
An ObjectFormatConditionFormulaType object that specifies the horizontal alignment. |
static ObjectFormatConditionFormulaType |
hyperlink
Hyperlink. |
static ObjectFormatConditionFormulaType |
rotation
An ObjectFormatConditionFormulaType object that specifies the rotation. |
static ObjectFormatConditionFormulaType |
toolTipText
An ObjectFormatConditionFormulaType object that specifies the tooltip text. |
| Method Summary | |
|---|---|
static ObjectFormatConditionFormulaType |
from_int(int i)
Returns the ObjectFormatConditionFormulaType object corresponding to the specified value. |
static ObjectFormatConditionFormulaType |
from_string(java.lang.String sVal)
Returns the ObjectFormatConditionFormulaType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this ObjectFormatConditionFormulaType object. |
int |
value()
Returns the int value of this ObjectFormatConditionFormulaType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _enableSuppress
Enable suppress.
public static final int _enableKeepTogether
Enable keep together.
public static final int _enableCloseAtPageBreak
Enable close at page break.
public static final int _horizontalAlignment
Horizontal alignment.
public static final int _enableCanGrow
Enable can grow.
public static final int _toolTipText
Tool tip text.
public static final int _rotation
Rotation.
public static final int _hyperlink
Hyperlink.
public static final int _cssClass
public static final int _displayString
public static final ObjectFormatConditionFormulaType enableSuppress
An ObjectFormatConditionFormulaType object that specifies to enable suppress.
public static final ObjectFormatConditionFormulaType enableKeepTogether
An ObjectFormatConditionFormulaType object that specifies to enable keep together.
public static final ObjectFormatConditionFormulaType enableCloseAtPageBreak
An ObjectFormatConditionFormulaType object that specifies to enable close at page break.
public static final ObjectFormatConditionFormulaType horizontalAlignment
An ObjectFormatConditionFormulaType object that specifies the horizontal alignment.
public static final ObjectFormatConditionFormulaType enableCanGrow
An ObjectFormatConditionFormulaType object that specifies to enable can grow.
public static final ObjectFormatConditionFormulaType toolTipText
An ObjectFormatConditionFormulaType object that specifies the tooltip text.
public static final ObjectFormatConditionFormulaType rotation
An ObjectFormatConditionFormulaType object that specifies the rotation.
public static final ObjectFormatConditionFormulaType hyperlink
Hyperlink.
public static final ObjectFormatConditionFormulaType cssClass
public static final ObjectFormatConditionFormulaType displayString
| Method Detail |
|---|
public static final ObjectFormatConditionFormulaType from_int(int i)
Returns the ObjectFormatConditionFormulaType object corresponding to the specified value.
i - The int value of the desired ObjectFormatConditionFormulaType object.
ObjectFormatConditionFormulaType object corresponding to the specified value.public static final ObjectFormatConditionFormulaType from_string(java.lang.String sVal)
Returns the ObjectFormatConditionFormulaType object corresponding to the specified type.
sVal - The String value of the desired ObjectFormatConditionFormulaType object.
ObjectFormatConditionFormulaType object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this ObjectFormatConditionFormulaType object.
String value of this ObjectFormatConditionFormulaType object.public int value()
Returns the int value of this ObjectFormatConditionFormulaType object.
int value of this ObjectFormatConditionFormulaType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||