Click or drag to resize

FontSchemeValues Enumeration

Font scheme Styles

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum FontSchemeValues
Members
Member nameValueDescription
None0 None.

When the item is serialized out as xml, its value is "none".

Major1 Major Font.

When the item is serialized out as xml, its value is "major".

Minor2 Minor Font.

When the item is serialized out as xml, its value is "minor".

See Also