|
|||||||||
| 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.FontColorConditionFormulaType
public final class FontColorConditionFormulaType
This class is used to specify the condition formula types for font.
| Field Summary | |
|---|---|
static int |
_color
Font color. |
static int |
_name
Font name. |
static int |
_size
Font size. |
static int |
_strikeout
Strikeout font. |
static int |
_style
Font style. |
static int |
_underline
Underlined font. |
static FontColorConditionFormulaType |
color
A FontColorConditionFormulaType object that specifies the font color. |
static FontColorConditionFormulaType |
name
A FontColorConditionFormulaType object that specifies the font name. |
static FontColorConditionFormulaType |
size
A FontColorConditionFormulaType object that specifies the font size. |
static FontColorConditionFormulaType |
strikeout
A FontColorConditionFormulaType object that specifies the strikeout font. |
static FontColorConditionFormulaType |
style
A FontColorConditionFormulaType object that specifies the font style. |
static FontColorConditionFormulaType |
underline
A FontColorConditionFormulaType object that specifies the underlined font. |
| Method Summary | |
|---|---|
static FontColorConditionFormulaType |
from_int(int i)
Returns the FontColorConditionFormulaType object corresponding to the specified value. |
static FontColorConditionFormulaType |
from_string(java.lang.String sVal)
Returns the FontColorConditionFormulaType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this FontColorConditionFormulaType object. |
int |
value()
Returns the int value of this FontColorConditionFormulaType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _color
Font color.
public static final int _name
Font name.
public static final int _style
Font style.
public static final int _size
Font size.
public static final int _strikeout
Strikeout font.
public static final int _underline
Underlined font.
public static final FontColorConditionFormulaType color
A FontColorConditionFormulaType object that specifies the font color.
public static final FontColorConditionFormulaType name
A FontColorConditionFormulaType object that specifies the font name.
public static final FontColorConditionFormulaType style
A FontColorConditionFormulaType object that specifies the font style.
public static final FontColorConditionFormulaType size
A FontColorConditionFormulaType object that specifies the font size.
public static final FontColorConditionFormulaType strikeout
A FontColorConditionFormulaType object that specifies the strikeout font.
public static final FontColorConditionFormulaType underline
A FontColorConditionFormulaType object that specifies the underlined font.
| Method Detail |
|---|
public static final FontColorConditionFormulaType from_int(int i)
Returns the FontColorConditionFormulaType object corresponding to the specified value.
i - The int value of the desired FontColorConditionFormulaType object.
FontColorConditionFormulaType object corresponding to the specified value.public static final FontColorConditionFormulaType from_string(java.lang.String sVal)
Returns the FontColorConditionFormulaType object corresponding to the specified type.
sVal - The String value of the desired FontColorConditionFormulaType object.
FontColorConditionFormulaType object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this FontColorConditionFormulaType object.
String value of this FontColorConditionFormulaType object.public int value()
Returns the int value of this FontColorConditionFormulaType object.
int value of this FontColorConditionFormulaType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||