MsoCustomXMLNodeType Enumeration

Definition

Gibt den Knotentyp an.

public enum class MsoCustomXMLNodeType
public enum MsoCustomXMLNodeType
type MsoCustomXMLNodeType = 
Public Enum MsoCustomXMLNodeType
Vererbung
MsoCustomXMLNodeType

Felder

msoCustomXMLNodeAttribute 2

Der Knoten ist ein Attribut.

msoCustomXMLNodeCData 4

Der Knoten ist ein CData-Typ.

msoCustomXMLNodeComment 8

Der Knoten ist ein Kommentar.

msoCustomXMLNodeDocument 9

Der Knoten ist ein Dokumentknoten.

msoCustomXMLNodeElement 1

Der Knoten ist ein Element.

msoCustomXMLNodeProcessingInstruction 7

Der Knoten ist eine Verarbeitungsanweisung.

msoCustomXMLNodeText 3

Der Knoten ist ein Textknoten.

Gilt für: