FontFamilyValues enumeration
Office 2013 and later
Defines the FontFamilyValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Decorative | Novelty Font. When the item is serialized out as xml, its value is "decorative". | |
| Modern | Monospace Font. When the item is serialized out as xml, its value is "modern". | |
| Roman | Proportional Font With Serifs. When the item is serialized out as xml, its value is "roman". | |
| Script | Script Font. When the item is serialized out as xml, its value is "script". | |
| Swiss | Proportional Font Without Serifs. When the item is serialized out as xml, its value is "swiss". | |
| Auto | No Font Family. When the item is serialized out as xml, its value is "auto". |
Show: