home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 1998 November
/
PCpro_1998_11.ISO
/
software
/
Lotus
/
NETOBJ
/
T2.Z
/
TextAlignStyle.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-03-09
|
355 b
|
9 lines
interface TextAlignStyle {
int ALIGN_LEFT = 32;
int ALIGN_H_CENTER = 64;
int ALIGN_RIGHT = 128;
int ALIGN_TOP = 256;
int ALIGN_V_CENTER = 512;
int ALIGN_BOTTOM = 1024;
}