| Package | Description |
|---|---|
| org.docx4j.dml |
| Modifier and Type | Field and Description |
|---|---|
protected CTAdjPoint2D |
CTPolarAdjustHandle.pos |
protected CTAdjPoint2D |
CTXYAdjustHandle.pos |
protected CTAdjPoint2D |
CTConnectionSite.pos |
protected CTAdjPoint2D |
CTPath2DLineTo.pt |
protected CTAdjPoint2D |
CTPath2DMoveTo.pt |
| Modifier and Type | Field and Description |
|---|---|
protected List<CTAdjPoint2D> |
CTPath2DCubicBezierTo.pt |
protected List<CTAdjPoint2D> |
CTPath2DQuadBezierTo.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 |
CTXYAdjustHandle.getPos()
Gets the value of the pos property.
|
CTAdjPoint2D |
CTConnectionSite.getPos()
Gets the value of the pos property.
|
CTAdjPoint2D |
CTPath2DLineTo.getPt()
Gets the value of the pt property.
|
CTAdjPoint2D |
CTPath2DMoveTo.getPt()
Gets the value of the pt property.
|
| Modifier and Type | Method and Description |
|---|---|
List<CTAdjPoint2D> |
CTPath2DCubicBezierTo.getPt()
Gets the value of the pt property.
|
List<CTAdjPoint2D> |
CTPath2DQuadBezierTo.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 |
CTXYAdjustHandle.setPos(CTAdjPoint2D value)
Sets the value of the pos property.
|
void |
CTConnectionSite.setPos(CTAdjPoint2D value)
Sets the value of the pos property.
|
void |
CTPath2DLineTo.setPt(CTAdjPoint2D value)
Sets the value of the pt property.
|
void |
CTPath2DMoveTo.setPt(CTAdjPoint2D value)
Sets the value of the pt property.
|
Copyright © 2007-2022. All Rights Reserved.