public class CTBackdrop extends Object
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 |
---|---|
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.
|
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 |
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()
CTPoint3D
public void setAnchor(CTPoint3D value)
value
- allowed object is
CTPoint3D
public CTVector3D getNorm()
CTVector3D
public void setNorm(CTVector3D value)
value
- allowed object is
CTVector3D
public CTVector3D getUp()
CTVector3D
public void setUp(CTVector3D value)
value
- allowed object is
CTVector3D
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
Copyright © 2007-2013. All Rights Reserved.