Enum EmphasisStyle
EmphasisStyle enumeration
Defines the available serialization styles for emphasis and strong emphasis. For specification see CommonMark - Emphasis and strong emphasis.
public enum EmphasisStyle
Values
Name | Value | Description |
---|---|---|
Asterisk | 0 | Use ‘*’ respectively ‘**’ for (strongly) emphasized text. |
Underscore | 1 | Use ‘_’ respectively ‘__’ for (strongly) emphasized text. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF