Back to Devexpress

FontSchemeStyle Enum

officefileapi-devexpress-dot-docs-dot-presentation-a29a322c.md

latest1.3 KB
Original Source

FontSchemeStyle Enum

Lists the font scheme style for shape text.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum FontSchemeStyle
vb
Public Enum FontSchemeStyle

Members

NameDescription
None

Does not apply any font from the theme font scheme.

| | Minor |

Applies the minor font from the theme font scheme.

| | Major |

Applies the major font from the theme font scheme.

|

The following properties accept/return FontSchemeStyle values:

Remarks

The FontSchemeStyle enumeration specifies which theme font applies to shape text. You can use the major font for headings and titles, and the minor font for body text.

See Also

DevExpress.Docs.Presentation Namespace