Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the FontFamilyValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration FontFamilyValues
'Usage
Dim instance As FontFamilyValues
public enum FontFamilyValues
Members
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". |