ThemeFontValues Enumeration

Defines the ThemeFontValues enumeration.

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

Syntax

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

Members

Member name Description
MajorEastAsia Major East Asian Theme Font. When the item is serialized out as xml, its value is "majorEastAsia".
MajorBidi Major Complex Script Theme Font. When the item is serialized out as xml, its value is "majorBidi".
MajorAscii Major ASCII Theme Font. When the item is serialized out as xml, its value is "majorAscii".
MajorHighAnsi Major High ANSI Theme Font. When the item is serialized out as xml, its value is "majorHAnsi".
MinorEastAsia Minor East Asian Theme Font. When the item is serialized out as xml, its value is "minorEastAsia".
MinorBidi Minor Complex Script Theme Font. When the item is serialized out as xml, its value is "minorBidi".
MinorAscii Minor ASCII Theme Font. When the item is serialized out as xml, its value is "minorAscii".
MinorHighAnsi Minor High ANSI Theme Font. When the item is serialized out as xml, its value is "minorHAnsi".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace