Skip to main content
A newer version of this page is available. .

XlFontSchemeStyles Enum

Lists values used to specify the font scheme.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.1.Core.dll

Declaration

public enum XlFontSchemeStyles

Members

Name Description
None

Specifies that the given font is not a theme font.

Minor

Specifies that the given font is the minor font for the current theme.

Major

Specifies that the given font is the major font for the current theme.

Related API Members

The following properties accept/return XlFontSchemeStyles values:

Remarks

The values listed by this enumeration are used by the XlFontBase.SchemeStyle property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the XlFontSchemeStyles enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also