|
|||||||||
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.BorderConditionFormulaType
public final class BorderConditionFormulaType
This class is used to specify the border condition formula type.
Field Summary | |
---|---|
static int |
_backgroundColor
Background color. |
static int |
_borderColor
Border color. |
static int |
_bottomLineStyle
Bottom line style. |
static int |
_hasDropShadow
Has drop shadow. |
static int |
_leftLineStyle
Left line style. |
static int |
_rightLineStyle
Right line style. |
static int |
_tightHorizontal
Tight horizontally. |
static int |
_tightVertical
Deprecated. Not supported. |
static int |
_topLineStyle
Top line style. |
static BorderConditionFormulaType |
backgroundColor
A BorderConditionFormulaType object that specifies the background color. |
static BorderConditionFormulaType |
borderColor
A BorderConditionFormulaType object that specifies the border color. |
static BorderConditionFormulaType |
bottomLineStyle
A BorderConditionFormulaType object that specifies the bottom line style. |
static BorderConditionFormulaType |
hasDropShadow
A BorderConditionFormulaType object that specifies the border has a drop shadow. |
static BorderConditionFormulaType |
leftLineStyle
A BorderConditionFormulaType object that specifies the left line style. |
static BorderConditionFormulaType |
rightLineStyle
A BorderConditionFormulaType object that specifies the right line style. |
static BorderConditionFormulaType |
tightHorizontal
A BorderConditionFormulaType object that specifies tight horizontally. |
static BorderConditionFormulaType |
tightVertical
Deprecated. Not supported. |
static BorderConditionFormulaType |
topLineStyle
A BorderConditionFormulaType object that specifies the top line style. |
Method Summary | |
---|---|
static BorderConditionFormulaType |
from_int(int i)
Returns the BorderConditionFormulaType object corresponding to the specified value. |
static BorderConditionFormulaType |
from_string(java.lang.String sVal)
Returns the BorderConditionFormulaType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this BorderConditionFormulaType object. |
int |
value()
Returns the int value of this BorderConditionFormulaType object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _leftLineStyle
Left line style.
public static final int _rightLineStyle
Right line style.
public static final int _topLineStyle
Top line style.
public static final int _bottomLineStyle
Bottom line style.
public static final int _hasDropShadow
Has drop shadow.
public static final int _backgroundColor
Background color.
public static final int _borderColor
Border color.
public static final int _tightHorizontal
Tight horizontally.
public static final int _tightVertical
public static final BorderConditionFormulaType leftLineStyle
A BorderConditionFormulaType
object that specifies the left line style.
public static final BorderConditionFormulaType rightLineStyle
A BorderConditionFormulaType
object that specifies the right line style.
public static final BorderConditionFormulaType topLineStyle
A BorderConditionFormulaType
object that specifies the top line style.
public static final BorderConditionFormulaType bottomLineStyle
A BorderConditionFormulaType
object that specifies the bottom line style.
public static final BorderConditionFormulaType hasDropShadow
A BorderConditionFormulaType
object that specifies the border has a drop shadow.
public static final BorderConditionFormulaType backgroundColor
A BorderConditionFormulaType
object that specifies the background color.
public static final BorderConditionFormulaType borderColor
A BorderConditionFormulaType
object that specifies the border color.
public static final BorderConditionFormulaType tightHorizontal
A BorderConditionFormulaType
object that specifies tight horizontally.
public static final BorderConditionFormulaType tightVertical
Method Detail |
---|
public static final BorderConditionFormulaType from_int(int i)
Returns the BorderConditionFormulaType
object corresponding to the specified value.
i
- The int
value of the desired BorderConditionFormulaType
object.
BorderConditionFormulaType
object corresponding to the specified value.public static final BorderConditionFormulaType from_string(java.lang.String sVal)
Returns the BorderConditionFormulaType
object corresponding to the specified type.
sVal
- The String
value of the desired BorderConditionFormulaType
object.
BorderConditionFormulaType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this BorderConditionFormulaType
object.
toString
in class java.lang.Object
String
value of this BorderConditionFormulaType
object.public int value()
Returns the int
value of this BorderConditionFormulaType
object.
value
in class ConditionFormulaType
int
value of this BorderConditionFormulaType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |