EmphasisMarkValues enumeration
Office 2013 and later
Defines the EmphasisMarkValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| None | No Emphasis Mark. When the item is serialized out as xml, its value is "none". | |
| Dot | Dot Emphasis Mark Above Characters. When the item is serialized out as xml, its value is "dot". | |
| Comma | Comma Emphasis Mark Above Characters. When the item is serialized out as xml, its value is "comma". | |
| Circle | Circle Emphasis Mark Above Characters. When the item is serialized out as xml, its value is "circle". | |
| UnderDot | Dot Emphasis Mark Below Characters. When the item is serialized out as xml, its value is "underDot". |
Show: