Aspose::Pdf::EmphasisStyle enum
EmphasisStyle enum
Defines the available serialization styles for emphasis and strong emphasis. For specification see CommonMark - Emphasis and strong emphasis.
enum class 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
- Library Aspose.PDF for C++