Uses of Class
org.docx4j.dml.CTAdjPoint2D
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTAdjPoint2D in org.docx4j.dml
Fields in org.docx4j.dml declared as CTAdjPoint2D Modifier and Type Field Description protected CTAdjPoint2DCTConnectionSite. posprotected CTAdjPoint2DCTPolarAdjustHandle. posprotected CTAdjPoint2DCTXYAdjustHandle. posprotected CTAdjPoint2DCTPath2DLineTo. ptprotected CTAdjPoint2DCTPath2DMoveTo. ptFields in org.docx4j.dml with type parameters of type CTAdjPoint2D Modifier and Type Field Description protected java.util.List<CTAdjPoint2D>CTPath2DCubicBezierTo. ptprotected java.util.List<CTAdjPoint2D>CTPath2DQuadBezierTo. ptMethods in org.docx4j.dml that return CTAdjPoint2D Modifier and Type Method Description CTAdjPoint2DObjectFactory. createCTAdjPoint2D()Create an instance ofCTAdjPoint2DCTAdjPoint2DCTConnectionSite. getPos()Gets the value of the pos property.CTAdjPoint2DCTPolarAdjustHandle. getPos()Gets the value of the pos property.CTAdjPoint2DCTXYAdjustHandle. getPos()Gets the value of the pos property.CTAdjPoint2DCTPath2DLineTo. getPt()Gets the value of the pt property.CTAdjPoint2DCTPath2DMoveTo. getPt()Gets the value of the pt property.Methods in org.docx4j.dml that return types with arguments of type CTAdjPoint2D Modifier and Type Method Description java.util.List<CTAdjPoint2D>CTPath2DCubicBezierTo. getPt()Gets the value of the pt property.java.util.List<CTAdjPoint2D>CTPath2DQuadBezierTo. getPt()Gets the value of the pt property.Methods in org.docx4j.dml with parameters of type CTAdjPoint2D Modifier and Type Method Description voidCTConnectionSite. setPos(CTAdjPoint2D value)Sets the value of the pos property.voidCTPolarAdjustHandle. setPos(CTAdjPoint2D value)Sets the value of the pos property.voidCTXYAdjustHandle. setPos(CTAdjPoint2D value)Sets the value of the pos property.voidCTPath2DLineTo. setPt(CTAdjPoint2D value)Sets the value of the pt property.voidCTPath2DMoveTo. setPt(CTAdjPoint2D value)Sets the value of the pt property.