|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.LineSpacingType
public final class LineSpacingType
This class is used to specify the line spacing style.
| Field Summary | |
|---|---|
static int |
_exactSpacing
An exact number of twips. |
static int |
_multipleSpacing
A multiple of the line height. |
static LineSpacingType |
exactSpacing
A LineSpacingType object that specifies an exact number of twips. |
static LineSpacingType |
multipleSpacing
A LineSpacingType object that specifies a multiple of the line height. |
| Method Summary | |
|---|---|
static LineSpacingType |
from_int(int i)
Returns the LineSpacingType object corresponding to the specified value. |
static LineSpacingType |
from_string(java.lang.String sVal)
Returns the LineSpacingType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this LineSpacingType object. |
int |
value()
Returns the int value of this LineSpacingType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _multipleSpacing
A multiple of the line height.
public static final int _exactSpacing
An exact number of twips.
public static final LineSpacingType multipleSpacing
A LineSpacingType object that specifies a multiple of the line height.
public static final LineSpacingType exactSpacing
A LineSpacingType object that specifies an exact number of twips.
| Method Detail |
|---|
public static final LineSpacingType from_int(int i)
Returns the LineSpacingType object corresponding to the specified value.
i - The int value of the desired LineSpacingType object.
LineSpacingType object corresponding to the specified value.public static final LineSpacingType from_string(java.lang.String sVal)
Returns the LineSpacingType object corresponding to the specified type.
sVal - The String value of the desired LineSpacingType object.
LineSpacingType object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this LineSpacingType object.
toString in class java.lang.ObjectString value of this LineSpacingType object.public int value()
Returns the int value of this LineSpacingType object.
int value of this LineSpacingType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||