InfoTextValues Enumeration

Defines the InfoTextValues enumeration.

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

Syntax

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

Members

Member name Description
Text Literal Text. When the item is serialized out as xml, its value is "text".
AutoText Glossary Document Entry. When the item is serialized out as xml, its value is "autoText".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace