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.
Specifies the level of an XML node.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdXMLNodeLevel
'Usage
Dim instance As WdXMLNodeLevel
public enum WdXMLNodeLevel
Members
| Member name | Description | |
|---|---|---|
| wdXMLNodeLevelInline | Inline. | |
| wdXMLNodeLevelParagraph | Paragraph. | |
| wdXMLNodeLevelRow | Row. | |
| wdXMLNodeLevelCell | Cell. |