|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
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
|
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
Deprecated. not supported in the report engine. |
static int |
_toolTipText
Tool tip text. |
static ObjectFormatConditionFormulaType |
cssClass
|
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
Deprecated. not supported in the report engine. |
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 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
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.
toString
in class java.lang.Object
String
value of this ObjectFormatConditionFormulaType
object.public int value()
Returns the int
value of this ObjectFormatConditionFormulaType
object.
value
in class ConditionFormulaType
int
value of this ObjectFormatConditionFormulaType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |