FontFamilyValues Enumeration

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".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace