WebVideoProperty class
Defines the WebVideoProperty Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is wp15:webVideoPr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty
Namespace: DocumentFormat.OpenXml.Office2013.Word.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.67 webVideoPr
Target namespace: http://schemas.microsoft.com/office/word/2012/wordprocessingDrawing
A CT_WebVideoPr element that specifies the properties for displaying an online video to the user.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="webVideoPr" type="CT_WebVideoPr"/>
See section 5.18 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.105 CT_WebVideoPr
Target namespace: http://schemas.microsoft.com/office/word/2012/wordprocessingDrawing
Referenced by: webVideoPr
A complex type that specifies the properties used to render HTML into the containing binary large image or picture (BLIP).
Attributes:
embeddedHtml: An xsd:string attribute ([XMLSCHEMA2] section 3.2.1) that specifies the embedded HTML to be rendered within the BLIP. This attribute SHOULD NOT be omitted if the video playback experience is to be fully preserved.
h: An xsd:unsignedInt [XMLSCHEMA1] section 3.3.22) attribute that specifies the height of the rendered html page in pixels. This attribute SHOULD NOT be omitted if the video playback experience is to be fully preserved.
w: An xsd:unsignedInt ([XMLSCHEMA1] section 3.3.22) attribute that specifies the width of the rendered html page in pixels. This attribute SHOULD NOT be omitted if the video playback experience is to be fully preserved.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_WebVideoPr">
<xsd:attribute name="embeddedHtml" type="xsd:string" use="optional" default=""/>
<xsd:attribute name="h" type="xsd:unsignedInt" use="optional" default="0"/>
<xsd:attribute name="w" type="xsd:unsignedInt" use="optional" default="0"/>
</xsd:complexType>
See section 5.18 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).