Class EmphasisMarkValues
Specifies the type of emphasis mark applied to the text.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class EmphasisMarkValues : Enum
Add the small emphasis marks that sit above or below characters with EmphasisMarkValues. None is the default and leaves text unmarked, Dot and Circle place a mark above each character (common in East Asian typography), Comma uses a comma-shaped mark, and UnderDot positions the dot beneath the character instead. Pick the style that matches the emphasis convention you need. The add styled text example shows where character formatting is set.
var emphasis = EmphasisMarkValues.Dot;Fields
Circle
A circle emphasis mark is applied.
Declaration
public const EmphasisMarkValues Circle
Field Value
| Type | Description |
|---|---|
| EmphasisMarkValues |
Comma
A comma emphasis mark is applied.
Declaration
public const EmphasisMarkValues Comma
Field Value
| Type | Description |
|---|---|
| EmphasisMarkValues |
Dot
A dot emphasis mark is applied.
Declaration
public const EmphasisMarkValues Dot
Field Value
| Type | Description |
|---|---|
| EmphasisMarkValues |
None
No emphasis mark is applied.
Declaration
public const EmphasisMarkValues None
Field Value
| Type | Description |
|---|---|
| EmphasisMarkValues |
UnderDot
An under dot emphasis mark is applied.
Declaration
public const EmphasisMarkValues UnderDot
Field Value
| Type | Description |
|---|---|
| EmphasisMarkValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |