Constants
|
| const short NONE
= = 0; |
- Description
- specifies not to strike out the characters.
|
| const short SINGLE
= = 1; |
- Description
- specifies to strike out the characters with a single line.
|
| const short DOUBLE
= = 2; |
- Description
- specifies to strike out the characters with a double line.
|
| const short DONTKNOW
= = 3; |
- Description
- The strikeout mode is not specified.
|
| const short BOLD
= = 4; |
- Description
- specifies to strike out the characters with a bold line.
|
| const short SLASH
= = 5; |
- Description
- specifies to strike out the characters with slashes.
|
| const short X
= = 6; |
- Description
- specifies to strike out the characters with X's.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.