public class CTBackdrop extends Object implements Child
Java class for CT_Backdrop complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Backdrop">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="anchor" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point3D"/>
<element name="norm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Vector3D"/>
<element name="up" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Vector3D"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTPoint3D |
anchor |
protected CTOfficeArtExtensionList |
extLst |
protected CTVector3D |
norm |
protected CTVector3D |
up |
| Constructor and Description |
|---|
CTBackdrop() |
| 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.
|
CTPoint3D |
getAnchor()
Gets the value of the anchor property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTVector3D |
getNorm()
Gets the value of the norm property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTVector3D |
getUp()
Gets the value of the up property.
|
void |
setAnchor(CTPoint3D value)
Sets the value of the anchor property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setNorm(CTVector3D value)
Sets the value of the norm property.
|
void |
setParent(Object parent) |
void |
setUp(CTVector3D value)
Sets the value of the up property.
|
protected CTPoint3D anchor
protected CTVector3D norm
protected CTVector3D up
protected CTOfficeArtExtensionList extLst
public CTPoint3D getAnchor()
CTPoint3Dpublic void setAnchor(CTPoint3D value)
value - allowed object is
CTPoint3Dpublic CTVector3D getNorm()
CTVector3Dpublic void setNorm(CTVector3D value)
value - allowed object is
CTVector3Dpublic CTVector3D getUp()
CTVector3Dpublic void setUp(CTVector3D value)
value - allowed object is
CTVector3Dpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.