|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.TextFormat
public final class TextFormat
This class is used to specify text format.
Field Summary | |
---|---|
static int |
_HTMLText
HTML format. |
static int |
_RTFText
Rich text format. |
static int |
_standardText
Plain text. |
static TextFormat |
HTMLText
A TextFormat object used to specify HTML format. |
static TextFormat |
RTFText
A TextFormat object used to specify rich text format. |
static TextFormat |
standardText
A TextFormat object used to specify plain text. |
Method Summary | |
---|---|
static TextFormat |
from_int(int i)
Returns the TextFormat object corresponding to the specified value. |
static TextFormat |
from_string(java.lang.String sVal)
Returns the TextFormat object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this TextFormat object. |
int |
value()
Returns the int value of this TextFormat object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _standardText
Plain text.
public static final int _RTFText
Rich text format.
public static final int _HTMLText
HTML format.
public static final TextFormat standardText
A TextFormat
object used to specify plain text.
public static final TextFormat RTFText
A TextFormat
object used to specify rich text format.
public static final TextFormat HTMLText
A TextFormat
object used to specify HTML format.
Method Detail |
---|
public static final TextFormat from_int(int i)
Returns the TextFormat
object corresponding to the specified value.
i
- The int
value of the desired TextFormat
object.
TextFormat
object corresponding to the specified value.public static final TextFormat from_string(java.lang.String sVal)
Returns the TextFormat
object corresponding to the specified type.
sVal
- The String
value of the desired TextFormat
object.
TextFormat
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this TextFormat
object.
toString
in class java.lang.Object
String
value of this TextFormat
object.public int value()
Returns the int
value of this TextFormat
object.
int
value of this TextFormat
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |