FontPitchValues Enumeration

Defines the FontPitchValues enumeration.

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

Syntax

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

Members

Member name Description
Fixed Fixed Width. When the item is serialized out as xml, its value is "fixed".
Variable Proportional Width. When the item is serialized out as xml, its value is "variable".
Default Default. When the item is serialized out as xml, its value is "default".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace