WebExtensionLinked class
Defines the WebExtensionLinked Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is w15:webExtensionLinked.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.Word.OnOffType
DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked
Namespace: DocumentFormat.OpenXml.Office2013.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.37 webExtensionLinked
Target namespace: http://schemas.microsoft.com/office/word/2012/wordml
The webExtensionLinked global element<24> is a CT_OnOff (as specified in [ISO/IEC-29500-1] section A.1) element that specifies a property of a structured document tag (as specified in [ISO/IEC-29500-1] section 17.5.2) and whose presence indicates a relationship between the structured document tag and an Office Web Extension (webExtension) (as specified in [MS-OWEXML] section 2.1.1).
If a webExtensionLinked element exists in the property set of a structured document tag (as specified in [ISO/IEC-29500-1] section 17.5.2.38) then the structured document tag is bound to at least one webExtension. By default, structured document tags are not bound to webExtensions.
If the property set of a structured document tag also contains a webExtensionCreated element, then this webExtensionLinked element is ignored.
See section 2.2.3 for how this element integrates with [ISO/IEC-29500-1].
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="webExtensionLinked" type="w12:CT_OnOff"/>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).