@Beta public class XSLFCurveTo extends java.lang.Object implements CurveToCommandIf
Constructor and Description |
---|
XSLFCurveTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DCubicBezierTo bezier) |
Modifier and Type | Method and Description |
---|---|
XSLFAdjustPoint |
getPt1() |
XSLFAdjustPoint |
getPt2() |
XSLFAdjustPoint |
getPt3() |
void |
setPt1(AdjustPointIf pt1) |
void |
setPt2(AdjustPointIf pt2) |
void |
setPt3(AdjustPointIf pt3) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public XSLFCurveTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DCubicBezierTo bezier)
public XSLFAdjustPoint getPt1()
getPt1
in interface CurveToCommandIf
public void setPt1(AdjustPointIf pt1)
setPt1
in interface CurveToCommandIf
public XSLFAdjustPoint getPt2()
getPt2
in interface CurveToCommandIf
public void setPt2(AdjustPointIf pt2)
setPt2
in interface CurveToCommandIf
public XSLFAdjustPoint getPt3()
getPt3
in interface CurveToCommandIf
public void setPt3(AdjustPointIf pt3)
setPt3
in interface CurveToCommandIf
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.