public class Pict extends CTPictureBase
Java class for CT_Picture complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Picture">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PictureBase">
<sequence>
<element name="movie" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Rel" minOccurs="0"/>
<element name="control" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Control" minOccurs="0"/>
</sequence>
<attribute ref="{http://schemas.microsoft.com/office/word/2010/wordml}anchorId"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
anchorId |
protected CTControl |
control |
protected CTRel |
movie |
anyAndAny| Constructor and Description |
|---|
Pict() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAnchorId()
Gets the value of the anchorId property.
|
CTControl |
getControl()
Gets the value of the control property.
|
CTRel |
getMovie()
Gets the value of the movie property.
|
void |
setAnchorId(String value)
Sets the value of the anchorId property.
|
void |
setControl(CTControl value)
Sets the value of the control property.
|
void |
setMovie(CTRel value)
Sets the value of the movie property.
|
getAnyAndAny, getParent, setParentprotected CTRel movie
protected CTControl control
protected String anchorId
public CTRel getMovie()
CTRelpublic void setMovie(CTRel value)
value - allowed object is
CTRelpublic CTControl getControl()
CTControlpublic void setControl(CTControl value)
value - allowed object is
CTControlpublic String getAnchorId()
Stringpublic void setAnchorId(String value)
value - allowed object is
Stringpublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTPictureBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.