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.
Modifier and Type | Field and Description |
---|---|
static int |
Asterisk
Use '*' respectively '**' for (strongly) emphasized text.
|
static int |
Underscore
Use '_' respectively '__' for (strongly) emphasized text.
|
public static final int Asterisk
Use '*' respectively '**' for (strongly) emphasized text.
public static final int Underscore
Use '_' respectively '__' for (strongly) emphasized text.
Copyright © 2024 Aspose. All Rights Reserved.