EmphasisStyle
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.markdownoptions.EmphasisStyle, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.markdownoptions.EmphasisStyle, com.aspose.ms.System.Enum, com.aspose.pdf.markdownoptions.EmphasisStyle
public final class EmphasisStyle extends com.aspose.ms.System.Enum
Defines the available serialization styles for emphasis and strong emphasis. For specification see CommonMark - Emphasis and strong emphasis.
Fields
| Field | Description |
|---|---|
| Asterisk | Use ‘*’ respectively ‘**’ for (strongly) emphasized text. |
| Underscore | Use ‘_’ respectively ‘__’ for (strongly) emphasized text. |
Asterisk
public static final int Asterisk
Use ‘*’ respectively ‘**’ for (strongly) emphasized text.
Underscore
public static final int Underscore
Use ‘_’ respectively ‘__’ for (strongly) emphasized text.