Package | Description |
---|---|
org.apache.poi.sl.draw.binding |
Modifier and Type | Field and Description |
---|---|
protected CTAdjPoint2D |
CTPolarAdjustHandle.pos |
protected CTAdjPoint2D |
CTConnectionSite.pos |
protected CTAdjPoint2D |
CTXYAdjustHandle.pos |
protected CTAdjPoint2D |
CTPath2DMoveTo.pt |
protected CTAdjPoint2D |
CTPath2DLineTo.pt |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CTAdjPoint2D> |
CTPath2DQuadBezierTo.pt |
protected java.util.List<CTAdjPoint2D> |
CTPath2DCubicBezierTo.pt |
Modifier and Type | Method and Description |
---|---|
CTAdjPoint2D |
ObjectFactory.createCTAdjPoint2D()
Create an instance of
CTAdjPoint2D |
CTAdjPoint2D |
CTPolarAdjustHandle.getPos()
Gets the value of the pos property.
|
CTAdjPoint2D |
CTConnectionSite.getPos()
Gets the value of the pos property.
|
CTAdjPoint2D |
CTXYAdjustHandle.getPos()
Gets the value of the pos property.
|
CTAdjPoint2D |
CTPath2DMoveTo.getPt()
Gets the value of the pt property.
|
CTAdjPoint2D |
CTPath2DLineTo.getPt()
Gets the value of the pt property.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CTAdjPoint2D> |
CTPath2DQuadBezierTo.getPt()
Gets the value of the pt property.
|
java.util.List<CTAdjPoint2D> |
CTPath2DCubicBezierTo.getPt()
Gets the value of the pt property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTPolarAdjustHandle.setPos(CTAdjPoint2D value)
Sets the value of the pos property.
|
void |
CTConnectionSite.setPos(CTAdjPoint2D value)
Sets the value of the pos property.
|
void |
CTXYAdjustHandle.setPos(CTAdjPoint2D value)
Sets the value of the pos property.
|
void |
CTPath2DMoveTo.setPt(CTAdjPoint2D value)
Sets the value of the pt property.
|
void |
CTPath2DLineTo.setPt(CTAdjPoint2D value)
Sets the value of the pt property.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.