|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Character shape constants (styles and effects) specifying a bit number in a character shape value responsible for the corresponding property. The constants occupy the range from 0 to 15. Other bits in the character shape value are free.
| Field Summary | |
static byte |
ALL_CAPS
All capitals. |
static byte |
BOLD
Bold. |
static byte |
DELETED
Marks the text as a deletion revision mark. |
static byte |
DOUBLE_STRIKE
Double strikethrough. |
static byte |
EMBOSS
Emboss. |
static byte |
ENGRAVE
Engrave. |
static byte |
HIDDEN
Hidden text. |
static byte |
ITALIC
Italic. |
static int |
M_ALL
Mask for all shape bits (excluding unused bits). |
static int |
M_ALL_CAPS
Mask for the "all capitals" shape. |
static int |
M_BOLD
Mask for the "bold" shape. |
static int |
M_DELETED
Mask for the "deleted" shape. |
static int |
M_DOUBLE_STRIKE
Mask for the "double strikethrough" shape. |
static int |
M_EMBOSS
Mask for the "emboss" shape. |
static int |
M_ENGRAVE
Mask for the "engrave" shape. |
static int |
M_HIDDEN
Mask for the "hidden" shape. |
static int |
M_ITALIC
Mask for the "italic" shape. |
static int |
M_OUTLINE
Mask for the "outline" shape. |
static int |
M_REVISED
Mask for the "revised" shape. |
static int |
M_SHADOW
Mask for the "shadow" shape. |
static int |
M_SMALL_CAPS
Mask for the "small capitals" shape. |
static int |
M_STRIKE
Mask for the "strikethrough" shape. |
static int |
M_SUBSCRIPT
Mask for the "subscript" shape. |
static int |
M_SUPERSCRIPT
Mask for the "superscript" shape. |
static int |
M_WEB_HIDDEN
Mask for the "web hidden" shape. |
static byte |
OUTLINE
Outline. |
static byte |
REVISED
Marks the text as a revision mark. |
static byte |
SHADOW
Shadow. |
static byte |
SMALL_CAPS
Small capitals. |
static byte |
STRIKE
Strikethrough. |
static byte |
SUBSCRIPT
Subscript text having shrinked point size. |
static byte |
SUPERSCRIPT
Superscript text having shrinked point size. |
static byte |
WEB_HIDDEN
Indicates that the text in the group is hidden in Word 2000's Web View and will not be emitted upon saving as web page. |
| Field Detail |
public static final byte BOLD
public static final byte ITALIC
public static final byte SMALL_CAPS
public static final byte ALL_CAPS
public static final byte OUTLINE
public static final byte SHADOW
public static final byte EMBOSS
public static final byte ENGRAVE
public static final byte STRIKE
public static final byte DOUBLE_STRIKE
public static final byte SUBSCRIPT
public static final byte SUPERSCRIPT
public static final byte HIDDEN
public static final byte WEB_HIDDEN
public static final byte REVISED
public static final byte DELETED
public static final int M_BOLD
public static final int M_ITALIC
public static final int M_SMALL_CAPS
public static final int M_ALL_CAPS
public static final int M_OUTLINE
public static final int M_SHADOW
public static final int M_EMBOSS
public static final int M_ENGRAVE
public static final int M_STRIKE
public static final int M_DOUBLE_STRIKE
public static final int M_SUBSCRIPT
public static final int M_SUPERSCRIPT
public static final int M_HIDDEN
public static final int M_WEB_HIDDEN
public static final int M_REVISED
public static final int M_DELETED
public static final int M_ALL
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||