Class CTWebVideoPr
java.lang.Object
org.docx4j.com.microsoft.schemas.office.word.x2012.wordprocessingDrawing.CTWebVideoPr
- All Implemented Interfaces:
Child
Java class for CT_WebVideoPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WebVideoPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="embeddedHtml" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="h" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="w" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the embeddedHtml property.longgetH()Gets the value of the h property.Gets the parent object in the object tree representing the unmarshalled xml document.longgetW()Gets the value of the w property.voidsetEmbeddedHtml(String value) Sets the value of the embeddedHtml property.voidSets the value of the h property.voidvoidSets the value of the w property.
-
Field Details
-
embeddedHtml
-
h
-
w
-
-
Constructor Details
-
CTWebVideoPr
public CTWebVideoPr()
-
-
Method Details
-
getEmbeddedHtml
Gets the value of the embeddedHtml property.- Returns:
- possible object is
String
-
setEmbeddedHtml
Sets the value of the embeddedHtml property.- Parameters:
value- allowed object isString
-
getH
public long getH()Gets the value of the h property.- Returns:
- possible object is
Long
-
setH
Sets the value of the h property.- Parameters:
value- allowed object isLong
-
getW
public long getW()Gets the value of the w property.- Returns:
- possible object is
Long
-
setW
Sets the value of the w property.- Parameters:
value- allowed object isLong
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-