Uses of Class
org.docx4j.dml.CTAdjPoint2D
Packages that use CTAdjPoint2D
-
Uses of CTAdjPoint2D in org.docx4j.dml
Fields in org.docx4j.dml declared as CTAdjPoint2DModifier and TypeFieldDescriptionprotected CTAdjPoint2DCTConnectionSite.posprotected CTAdjPoint2DCTPolarAdjustHandle.posprotected CTAdjPoint2DCTXYAdjustHandle.posprotected CTAdjPoint2DCTPath2DLineTo.ptprotected CTAdjPoint2DCTPath2DMoveTo.ptFields in org.docx4j.dml with type parameters of type CTAdjPoint2DModifier and TypeFieldDescriptionprotected List<CTAdjPoint2D>CTPath2DCubicBezierTo.ptprotected List<CTAdjPoint2D>CTPath2DQuadBezierTo.ptMethods in org.docx4j.dml that return CTAdjPoint2DModifier and TypeMethodDescriptionObjectFactory.createCTAdjPoint2D()Create an instance ofCTAdjPoint2DCTConnectionSite.getPos()Gets the value of the pos property.CTPolarAdjustHandle.getPos()Gets the value of the pos property.CTXYAdjustHandle.getPos()Gets the value of the pos property.CTPath2DLineTo.getPt()Gets the value of the pt property.CTPath2DMoveTo.getPt()Gets the value of the pt property.Methods in org.docx4j.dml that return types with arguments of type CTAdjPoint2DModifier and TypeMethodDescriptionCTPath2DCubicBezierTo.getPt()Gets the value of the pt property.CTPath2DQuadBezierTo.getPt()Gets the value of the pt property.Methods in org.docx4j.dml with parameters of type CTAdjPoint2DModifier and TypeMethodDescriptionvoidCTConnectionSite.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.