|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.sl.draw.binding.CTCustomGeometry2D
public class CTCustomGeometry2D
Java class for CT_CustomGeometry2D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CustomGeometry2D"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="avLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomGuideList" minOccurs="0"/> <element name="gdLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomGuideList" minOccurs="0"/> <element name="ahLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AdjustHandleList" minOccurs="0"/> <element name="cxnLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ConnectionSiteList" minOccurs="0"/> <element name="rect" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomRect" minOccurs="0"/> <element name="pathLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Path2DList"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CTAdjustHandleList |
ahLst
|
protected CTGeomGuideList |
avLst
|
protected CTConnectionSiteList |
cxnLst
|
protected CTGeomGuideList |
gdLst
|
protected CTPath2DList |
pathLst
|
protected CTGeomRect |
rect
|
Constructor Summary | |
---|---|
CTCustomGeometry2D()
|
Method Summary | |
---|---|
CTAdjustHandleList |
getAhLst()
Gets the value of the ahLst property. |
CTGeomGuideList |
getAvLst()
Gets the value of the avLst property. |
CTConnectionSiteList |
getCxnLst()
Gets the value of the cxnLst property. |
CTGeomGuideList |
getGdLst()
Gets the value of the gdLst property. |
CTPath2DList |
getPathLst()
Gets the value of the pathLst property. |
CTGeomRect |
getRect()
Gets the value of the rect property. |
boolean |
isSetAhLst()
|
boolean |
isSetAvLst()
|
boolean |
isSetCxnLst()
|
boolean |
isSetGdLst()
|
boolean |
isSetPathLst()
|
boolean |
isSetRect()
|
void |
setAhLst(CTAdjustHandleList value)
Sets the value of the ahLst property. |
void |
setAvLst(CTGeomGuideList value)
Sets the value of the avLst property. |
void |
setCxnLst(CTConnectionSiteList value)
Sets the value of the cxnLst property. |
void |
setGdLst(CTGeomGuideList value)
Sets the value of the gdLst property. |
void |
setPathLst(CTPath2DList value)
Sets the value of the pathLst property. |
void |
setRect(CTGeomRect value)
Sets the value of the rect property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CTGeomGuideList avLst
protected CTGeomGuideList gdLst
protected CTAdjustHandleList ahLst
protected CTConnectionSiteList cxnLst
protected CTGeomRect rect
protected CTPath2DList pathLst
Constructor Detail |
---|
public CTCustomGeometry2D()
Method Detail |
---|
public CTGeomGuideList getAvLst()
CTGeomGuideList
public void setAvLst(CTGeomGuideList value)
value
- allowed object is
CTGeomGuideList
public boolean isSetAvLst()
public CTGeomGuideList getGdLst()
CTGeomGuideList
public void setGdLst(CTGeomGuideList value)
value
- allowed object is
CTGeomGuideList
public boolean isSetGdLst()
public CTAdjustHandleList getAhLst()
CTAdjustHandleList
public void setAhLst(CTAdjustHandleList value)
value
- allowed object is
CTAdjustHandleList
public boolean isSetAhLst()
public CTConnectionSiteList getCxnLst()
CTConnectionSiteList
public void setCxnLst(CTConnectionSiteList value)
value
- allowed object is
CTConnectionSiteList
public boolean isSetCxnLst()
public CTGeomRect getRect()
CTGeomRect
public void setRect(CTGeomRect value)
value
- allowed object is
CTGeomRect
public boolean isSetRect()
public CTPath2DList getPathLst()
CTPath2DList
public void setPathLst(CTPath2DList value)
value
- allowed object is
CTPath2DList
public boolean isSetPathLst()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |