Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the DocPartValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration DocPartValues
'Usage
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". |