FontSchemeValues Enumeration

Font scheme Styles

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration FontSchemeValues
'Usage
Dim instance As FontSchemeValues
public enum FontSchemeValues

Members

Member name Description
None None. When the item is serialized out as xml, its value is "none".
Major Major Font. When the item is serialized out as xml, its value is "major".
Minor Minor Font. When the item is serialized out as xml, its value is "minor".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace