DocumentFormat.OpenXml.VariantTypes namespace
Office 2013 and later
| Class | Description | |
|---|---|---|
|
Variant | Variant. When the object is serialized out as xml, its qualified name is vt:variant. |
|
VTArray | Array. When the object is serialized out as xml, its qualified name is vt:array. |
|
VTBlob | Binary Blob. When the object is serialized out as xml, its qualified name is vt:blob. |
|
VTBool | Boolean. When the object is serialized out as xml, its qualified name is vt:bool. |
|
VTBString | Basic String. When the object is serialized out as xml, its qualified name is vt:bstr. |
|
VTByte | 1-Byte Signed Integer. When the object is serialized out as xml, its qualified name is vt:i1. |
|
VTClassId | Class ID. When the object is serialized out as xml, its qualified name is vt:clsid. |
|
VTClipboardData | Clipboard Data. When the object is serialized out as xml, its qualified name is vt:cf. |
|
VTCurrency | Currency. When the object is serialized out as xml, its qualified name is vt:cy. |
|
VTDate | Date and Time. When the object is serialized out as xml, its qualified name is vt:date. |
|
VTDecimal | Decimal. When the object is serialized out as xml, its qualified name is vt:decimal. |
|
VTDouble | 8-Byte Real Number. When the object is serialized out as xml, its qualified name is vt:r8. |
|
VTEmpty | Empty. When the object is serialized out as xml, its qualified name is vt:empty. |
|
VTError | Error Status Code. When the object is serialized out as xml, its qualified name is vt:error. |
|
VTFileTime | File Time. When the object is serialized out as xml, its qualified name is vt:filetime. |
|
VTFloat | 4-Byte Real Number. When the object is serialized out as xml, its qualified name is vt:r4. |
|
VTInt32 | 4-Byte Signed Integer. When the object is serialized out as xml, its qualified name is vt:i4. |
|
VTInt64 | 8-Byte Signed Integer. When the object is serialized out as xml, its qualified name is vt:i8. |
|
VTInteger | Integer. When the object is serialized out as xml, its qualified name is vt:int. |
|
VTLPSTR | LPSTR. When the object is serialized out as xml, its qualified name is vt:lpstr. |
|
VTLPWSTR | LPWSTR. When the object is serialized out as xml, its qualified name is vt:lpwstr. |
|
VTNull | Null. When the object is serialized out as xml, its qualified name is vt:null. |
|
VTOBlob | Binary Blob Object. When the object is serialized out as xml, its qualified name is vt:oblob. |
|
VTOStorage | Binary Storage Object. When the object is serialized out as xml, its qualified name is vt:ostorage. |
|
VTOStreamData | Binary Stream Object. When the object is serialized out as xml, its qualified name is vt:ostream. |
|
VTShort | 2-Byte Signed Integer. When the object is serialized out as xml, its qualified name is vt:i2. |
|
VTStorage | Binary Storage. When the object is serialized out as xml, its qualified name is vt:storage. |
|
VTStreamData | Binary Stream. When the object is serialized out as xml, its qualified name is vt:stream. |
|
VTUnsignedByte | 1-Byte Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:ui1. |
|
VTUnsignedInt32 | 4-Byte Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:ui4. |
|
VTUnsignedInt64 | 8-Byte Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:ui8. |
|
VTUnsignedInteger | Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:uint. |
|
VTUnsignedShort | 2-Byte Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:ui2. |
|
VTVector | Vector. When the object is serialized out as xml, its qualified name is vt:vector. |
|
VTVStreamData | Binary Versioned Stream. When the object is serialized out as xml, its qualified name is vt:vstream. |
| Enumeration | Description | |
|---|---|---|
|
ArrayBaseValues | Array Base Type Simple Type |
|
VectorBaseValues | Vector Base Type Simple Type |
Show: