|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.messaging.common.ems.EMSService
oracle.panama.messaging.common.ems.TextFormating
EMS service: text formating. The formating defined by this service is applied to the text set using the method EMSMessage.setText().
EMSService, EMSMessage, Serialized Form| Field Summary | |
static byte |
ALIGNMENT_CENTERDefines center aligned text format. |
static byte |
ALIGNMENT_LANGUAGE_DEPENDENTDefines language dependent alignmend text format. |
static byte |
ALIGNMENT_LEFTDefines left aligned text format. |
static byte |
ALIGNMENT_RIGHTDefines right aligned text format. |
static byte |
FONT_LARGEDefines normal large size text format. |
static byte |
FONT_NORMALDefines normal font size text format. |
static byte |
FONT_SMALLDefines normal small size text format. |
static byte |
STYLE_BOLDDefines bold style text format. |
static byte |
STYLE_ITALICDefines italic style text format. |
static byte |
STYLE_STRIKETHROUGHDefines strikethrough style text format. |
static byte |
STYLE_UNDERLINEDDefines underlined style text format. |
| Constructor Summary | |
TextFormating()Creates a text format object with language dependent aligned, normal size text format. |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)Checks for equality of two TextFormating objects. |
byte[] |
getBytes()Gets complete textformatting service. |
int |
getLength()Get the length of service. |
int |
hashCode()Gets hash code for the instance. |
void |
setFormat(byte format)Set the format of the text. |
void |
setLength(int len)Sets the length of the service. |
int |
size()Gets size of the text formatting. |
| Methods inherited from class oracle.panama.messaging.common.ems.EMSService |
compareTo, getData, getPosition, setPosition |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final byte ALIGNMENT_CENTER
public static final byte ALIGNMENT_LANGUAGE_DEPENDENT
public static final byte ALIGNMENT_LEFT
public static final byte ALIGNMENT_RIGHT
public static final byte FONT_LARGE
public static final byte FONT_NORMAL
public static final byte FONT_SMALL
public static final byte STYLE_BOLD
public static final byte STYLE_ITALIC
public static final byte STYLE_STRIKETHROUGH
public static final byte STYLE_UNDERLINED
| Constructor Detail |
public TextFormating()
| Method Detail |
public boolean equals(java.lang.Object other)
other - TextFormating object to test for equality with this object.public byte[] getBytes()
getBytes in class EMSServicepublic int getLength()
getLength in class EMSServicepublic int hashCode()
public void setFormat(byte format)
format -public void setLength(int len)
setLength in class EMSServicelen -public int size()
size in class EMSService
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||