Constants' Details |
NONE
const short NONE = 0;
- Description
- specifies not to strike out the characters.
|
|
SINGLE
const short SINGLE = 1;
- Description
- specifies to strike out the characters with a single line.
|
|
DOUBLE
const short DOUBLE = 2;
- Description
- specifies to strike out the characters with a double line.
|
|
DONTKNOW
const short DONTKNOW = 3;
- Description
- The strikeout mode is not specified.
|
|
BOLD
const short BOLD = 4;
- Description
- specifies to strike out the characters with a bold line.
|
|
SLASH
const short SLASH = 5;
- Description
- specifies to strike out the characters with slashes.
|
|
X
const short X = 6;
- Description
- specifies to strike out the characters with X's.
|
|
Copyright © 2003 Sun Microsystems, Inc.