VectorBaseValues enumeration
Office 2013 and later
Vector Base Type Simple Type
Namespace: DocumentFormat.OpenXml.VariantTypes
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Variant | Variant Base Type. When the item is serialized out as xml, its value is "variant". | |
| OneByteSignedInteger | Vector Base Type Enumeration Value. When the item is serialized out as xml, its value is "i1". | |
| TwoBytesSignedInteger | 2-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i2". | |
| FourBytesSignedInteger | 4-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i4". | |
| EightBytesSignedInteger | 8-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i8". | |
| OneByteUnsignedInteger | 1-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui1". | |
| TwoBytesUnsignedInteger | 2-Byte Unisigned Integer Base Type. When the item is serialized out as xml, its value is "ui2". | |
| FourBytesUnsignedInteger | 4-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui4". | |
| EightBytesUnsignedInteger | 8-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui8". | |
| FourBytesReal | 4-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r4". | |
| EightBytesReal | 8-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r8". | |
| Lpstr | LPSTR Base Type. When the item is serialized out as xml, its value is "lpstr". | |
| Lpwstr | LPWSTR Base Type. When the item is serialized out as xml, its value is "lpwstr". | |
| Bstr | Basic String Base Type. When the item is serialized out as xml, its value is "bstr". | |
| Date | Date and Time Base Type. When the item is serialized out as xml, its value is "date". | |
| Filetime | File Time Base Type. When the item is serialized out as xml, its value is "filetime". | |
| Bool | Boolean Base Type. When the item is serialized out as xml, its value is "bool". | |
| Currency | Currency Base Type. When the item is serialized out as xml, its value is "cy". | |
| Error | Error Status Code Base Type. When the item is serialized out as xml, its value is "error". | |
| ClassId | Class ID Base Type. When the item is serialized out as xml, its value is "clsid". | |
| ClipboardData | Clipboard Data Base Type. When the item is serialized out as xml, its value is "cf". |
Show: