Class VT
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes" namespace.
public static class VT
- Inheritance
-
VT
- Inherited Members
Fields
array
Represents the vt:array XML element.
public static readonly XName array
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: property, variant.
- has the following child XML elements: bool, bstr, cy, date, decimal, error, i1, i2, i4, int, r4, r8, ui1, ui2, ui4, uint, variant.
- has the following XML attributes: baseType, lBound, uBound.
- corresponds to the following strongly-typed classes: VTArray.
blob
Represents the vt:blob XML element.
public static readonly XName blob
Field Value
- XName
Remarks
As an XML element, it:
bool
Represents the vt:bool XML element.
public static readonly XName @bool
Field Value
- XName
Remarks
As an XML element, it:
bstr
Represents the vt:bstr XML element.
public static readonly XName bstr
Field Value
- XName
Remarks
As an XML element, it:
cf
Represents the vt:cf XML element.
public static readonly XName cf
Field Value
- XName
Remarks
As an XML element, it:
clsid
Represents the vt:clsid XML element.
public static readonly XName clsid
Field Value
- XName
Remarks
As an XML element, it:
cy
Represents the vt:cy XML element.
public static readonly XName cy
Field Value
- XName
Remarks
As an XML element, it:
date
Represents the vt:date XML element.
public static readonly XName date
Field Value
- XName
Remarks
As an XML element, it:
decimal
Represents the vt:decimal XML element.
public static readonly XName @decimal
Field Value
- XName
Remarks
As an XML element, it:
empty
Represents the vt:empty XML element.
public static readonly XName empty
Field Value
- XName
Remarks
As an XML element, it:
error
Represents the vt:error XML element.
public static readonly XName error
Field Value
- XName
Remarks
As an XML element, it:
filetime
Represents the vt:filetime XML element.
public static readonly XName filetime
Field Value
- XName
Remarks
As an XML element, it:
i1
Represents the vt:i1 XML element.
public static readonly XName i1
Field Value
- XName
Remarks
As an XML element, it:
i2
Represents the vt:i2 XML element.
public static readonly XName i2
Field Value
- XName
Remarks
As an XML element, it:
i4
Represents the vt:i4 XML element.
public static readonly XName i4
Field Value
- XName
Remarks
As an XML element, it:
i8
Represents the vt:i8 XML element.
public static readonly XName i8
Field Value
- XName
Remarks
As an XML element, it:
int
Represents the vt:int XML element.
public static readonly XName @int
Field Value
- XName
Remarks
As an XML element, it:
lpstr
Represents the vt:lpstr XML element.
public static readonly XName lpstr
Field Value
- XName
Remarks
As an XML element, it:
lpwstr
Represents the vt:lpwstr XML element.
public static readonly XName lpwstr
Field Value
- XName
Remarks
As an XML element, it:
null
Represents the vt:null XML element.
public static readonly XName @null
Field Value
- XName
Remarks
As an XML element, it:
oblob
Represents the vt:oblob XML element.
public static readonly XName oblob
Field Value
- XName
Remarks
As an XML element, it:
ostorage
Represents the vt:ostorage XML element.
public static readonly XName ostorage
Field Value
- XName
Remarks
As an XML element, it:
ostream
Represents the vt:ostream XML element.
public static readonly XName ostream
Field Value
- XName
Remarks
As an XML element, it:
r4
Represents the vt:r4 XML element.
public static readonly XName r4
Field Value
- XName
Remarks
As an XML element, it:
r8
Represents the vt:r8 XML element.
public static readonly XName r8
Field Value
- XName
Remarks
As an XML element, it:
storage
Represents the vt:storage XML element.
public static readonly XName storage
Field Value
- XName
Remarks
As an XML element, it:
stream
Represents the vt:stream XML element.
public static readonly XName stream
Field Value
- XName
Remarks
As an XML element, it:
ui1
Represents the vt:ui1 XML element.
public static readonly XName ui1
Field Value
- XName
Remarks
As an XML element, it:
ui2
Represents the vt:ui2 XML element.
public static readonly XName ui2
Field Value
- XName
Remarks
As an XML element, it:
ui4
Represents the vt:ui4 XML element.
public static readonly XName ui4
Field Value
- XName
Remarks
As an XML element, it:
ui8
Represents the vt:ui8 XML element.
public static readonly XName ui8
Field Value
- XName
Remarks
As an XML element, it:
uint
Represents the vt:uint XML element.
public static readonly XName @uint
Field Value
- XName
Remarks
As an XML element, it:
variant
Represents the vt:variant XML element.
public static readonly XName variant
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: array, variant, vector.
- has the following child XML elements: array, blob, bool, bstr, cf, clsid, cy, date, decimal, empty, error, filetime, i1, i2, i4, i8, int, lpstr, lpwstr, null, oblob, ostorage, ostream, r4, r8, storage, stream, ui1, ui2, ui4, ui8, uint, variant, vector, vstream.
- corresponds to the following strongly-typed classes: Variant.
vector
Represents the vt:vector XML element.
public static readonly XName vector
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: HeadingPairs, HLinks, TitlesOfParts, property, variant.
- has the following child XML elements: bool, bstr, cf, clsid, cy, date, error, filetime, i1, i2, i4, i8, lpstr, lpwstr, r4, r8, ui1, ui2, ui4, ui8, variant.
- has the following XML attributes: baseType, size.
- corresponds to the following strongly-typed classes: VTVector.
vstream
Represents the vt:vstream XML element.
public static readonly XName vstream
Field Value
- XName
Remarks
As an XML element, it:
vt
Defines the XML namespace associated with the vt prefix.
public static readonly XNamespace vt
Field Value
- XNamespace