com.crystaldecisions.sdk.occa.report.definition
Class ObjectFormatConditionFormulaType

java.lang.Object
  extended by ConditionFormulaType
      extended by com.crystaldecisions.sdk.occa.report.definition.ObjectFormatConditionFormulaType

public final class ObjectFormatConditionFormulaType
extends ConditionFormulaType

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

_enableSuppress

public static final int _enableSuppress

Enable suppress.

See Also:
Constant Field Values

_enableKeepTogether

public static final int _enableKeepTogether

Enable keep together.

See Also:
Constant Field Values

_enableCloseAtPageBreak

public static final int _enableCloseAtPageBreak

Enable close at page break.

See Also:
Constant Field Values

_horizontalAlignment

public static final int _horizontalAlignment

Horizontal alignment.

See Also:
Constant Field Values

_enableCanGrow

public static final int _enableCanGrow

Enable can grow.

See Also:
Constant Field Values

_toolTipText

public static final int _toolTipText

Tool tip text.

See Also:
Constant Field Values

_rotation

public static final int _rotation

Rotation.

See Also:
Constant Field Values

_hyperlink

public static final int _hyperlink

Hyperlink.

See Also:
Constant Field Values

_cssClass

public static final int _cssClass
For internal use only

See Also:
Constant Field Values

_displayString

public static final int _displayString
For internal use only

See Also:
Constant Field Values

enableSuppress

public static final ObjectFormatConditionFormulaType enableSuppress

An ObjectFormatConditionFormulaType object that specifies to enable suppress.


enableKeepTogether

public static final ObjectFormatConditionFormulaType enableKeepTogether

An ObjectFormatConditionFormulaType object that specifies to enable keep together.


enableCloseAtPageBreak

public static final ObjectFormatConditionFormulaType enableCloseAtPageBreak

An ObjectFormatConditionFormulaType object that specifies to enable close at page break.


horizontalAlignment

public static final ObjectFormatConditionFormulaType horizontalAlignment

An ObjectFormatConditionFormulaType object that specifies the horizontal alignment.


enableCanGrow

public static final ObjectFormatConditionFormulaType enableCanGrow

An ObjectFormatConditionFormulaType object that specifies to enable can grow.


toolTipText

public static final ObjectFormatConditionFormulaType toolTipText

An ObjectFormatConditionFormulaType object that specifies the tooltip text.


rotation

public static final ObjectFormatConditionFormulaType rotation

An ObjectFormatConditionFormulaType object that specifies the rotation.


hyperlink

public static final ObjectFormatConditionFormulaType hyperlink

Hyperlink.


cssClass

public static final ObjectFormatConditionFormulaType cssClass
For internal use only


displayString

public static final ObjectFormatConditionFormulaType displayString
For internal use only

Method Detail

from_int

public static final ObjectFormatConditionFormulaType from_int(int i)

Returns the ObjectFormatConditionFormulaType object corresponding to the specified value.

Parameters:
i - The int value of the desired ObjectFormatConditionFormulaType object.
Returns:
The ObjectFormatConditionFormulaType object corresponding to the specified value.

from_string

public static final ObjectFormatConditionFormulaType from_string(java.lang.String sVal)

Returns the ObjectFormatConditionFormulaType object corresponding to the specified type.

Parameters:
sVal - The String value of the desired ObjectFormatConditionFormulaType object.
Returns:
The ObjectFormatConditionFormulaType object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this ObjectFormatConditionFormulaType object.

Returns:
The String value of this ObjectFormatConditionFormulaType object.

value

public int value()

Returns the int value of this ObjectFormatConditionFormulaType object.

Returns:
The int value of this ObjectFormatConditionFormulaType object.