Class WebVideoProperties
java.lang.Object
com.independentsoft.office.drawing.extensions.WebVideoProperties
- All Implemented Interfaces:
IExtensionContent
Represents the web-video properties extension (
wp15:webVideoPr) that
carries the embedded web video player HTML and its size
(uri {C809E66F-F1BF-436E-b5F7-EEA9579F0CBA}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new web video properties.Instantiates a new web video properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets the embedded web video player HTML (embeddedHtml).getH()Gets the height (h).getW()Gets the width (w).voidsetEmbeddedHtml(String embeddedHtml)Sets the embedded web video player HTML (embeddedHtml).voidSets the height (h).voidSets the width (w).toString()
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
WebVideoProperties
public WebVideoProperties()Instantiates a new web video properties. -
WebVideoProperties
Instantiates a new web video properties.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getEmbeddedHtml
Gets the embedded web video player HTML (embeddedHtml).- Returns:
- the embedded html
-
setEmbeddedHtml
Sets the embedded web video player HTML (embeddedHtml).- Parameters:
embeddedHtml- the new embedded html
-
getH
Gets the height (h).- Returns:
- the h
-
setH
Sets the height (h).- Parameters:
h- the new h
-
getW
Gets the width (w).- Returns:
- the w
-
setW
Sets the width (w).- Parameters:
w- the new w
-