FontCollectionIndexValues Enumeration

Font Collection Index

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

Syntax

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

Members

Member name Description
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".
None None. When the item is serialized out as xml, its value is "none".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace