Class XLRDWI
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:xlrdwi="http://schemas.microsoft.com/office/spreadsheetml/2020/richdatawebimage" namespace.
public static class XLRDWI
- Inheritance
-
XLRDWI
- Inherited Members
Fields
address
Represents the xlrdwi:address XML element.
public static readonly XName address
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webImageSrd.
- has the following XML attributes: id.
- corresponds to the following strongly-typed classes: AddressWebImageSupportingRichDataRelationship.
blip
Represents the xlrdwi:blip XML element.
public static readonly XName blip
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webImageSrd.
- has the following XML attributes: id.
- corresponds to the following strongly-typed classes: BlipWebImageSupportingRichDataRelationship.
extLst
Represents the xlrdwi:extLst XML element.
public static readonly XName extLst
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webImagesSrd.
- has the following child XML elements: ext.
- corresponds to the following strongly-typed classes: ExtensionList.
moreImagesAddress
Represents the xlrdwi:moreImagesAddress XML element.
public static readonly XName moreImagesAddress
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webImageSrd.
- has the following XML attributes: id.
- corresponds to the following strongly-typed classes: MoreImagesAddressWebImageSupportingRichDataRelationship.
webImageSrd
Represents the xlrdwi:webImageSrd XML element.
public static readonly XName webImageSrd
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webImagesSrd.
- has the following child XML elements: address, blip, moreImagesAddress.
- corresponds to the following strongly-typed classes: WebImageSupportingRichData.
webImagesSrd
Represents the xlrdwi:webImagesSrd XML element.
public static readonly XName webImagesSrd
Field Value
- XName
Remarks
As an XML element, it:
- has the following child XML elements: extLst, webImageSrd.
- corresponds to the following strongly-typed classes: WebImagesSupportingRichData.
xlrdwi
Defines the XML namespace associated with the xlrdwi prefix.
public static readonly XNamespace xlrdwi
Field Value
- XNamespace