DocPartValues Enumeration
Defines the DocPartValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration DocPartValues
'Uso
Dim instance As DocPartValues
public enum DocPartValues
Members
Member name | Description | |
---|---|---|
None | No Type. When the item is serialized out as xml, its value is "none". | |
Normal | Normal. When the item is serialized out as xml, its value is "normal". | |
AutoExp | Automatically Replace Name With Content. When the item is serialized out as xml, its value is "autoExp". | |
Toolbar | AutoText User Interface Entry. When the item is serialized out as xml, its value is "toolbar". | |
Speller | AutoCorrect Entry. When the item is serialized out as xml, its value is "speller". | |
FormField | Form Field Help Text. When the item is serialized out as xml, its value is "formFld". | |
SdtPlaceholder | Structured Document Tag Placeholder Text. When the item is serialized out as xml, its value is "bbPlcHdr". |