java.lang.Objectcom.aspose.words.EmphasisMark
public class EmphasisMark
Field Summary | ||
---|---|---|
static final int | NONE | |
No emphasis mark. | ||
static final int | OVER_SOLID_CIRCLE | |
Emphasis mark is a solid black circle displayed above text. | ||
static final int | OVER_COMMA | |
Emphasis mark is a comma character displayed above text. | ||
static final int | OVER_WHITE_CIRCLE | |
Emphasis mark is an empty white circle displayed above text. | ||
static final int | UNDER_SOLID_CIRCLE | |
Emphasis mark is a solid black circle displayed below text. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
OVER_SOLID_CIRCLE = 1 | |
public static final int OVER_SOLID_CIRCLE |
OVER_COMMA = 2 | |
public static final int OVER_COMMA |
OVER_WHITE_CIRCLE = 3 | |
public static final int OVER_WHITE_CIRCLE |
UNDER_SOLID_CIRCLE = 4 | |
public static final int UNDER_SOLID_CIRCLE |