@Beta public class XSLFAdjustPoint extends java.lang.Object implements AdjustPointIf
| Constructor and Description |
|---|
XSLFAdjustPoint(org.openxmlformats.schemas.drawingml.x2006.main.CTAdjPoint2D pnt) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getX()
Gets the value of the x property.
|
java.lang.String |
getY()
Gets the value of the y property.
|
boolean |
isSetX() |
boolean |
isSetY() |
void |
setX(java.lang.String value)
Sets the value of the x property.
|
void |
setY(java.lang.String value)
Sets the value of the y property.
|
public XSLFAdjustPoint(org.openxmlformats.schemas.drawingml.x2006.main.CTAdjPoint2D pnt)
public java.lang.String getX()
AdjustPointIfgetX in interface AdjustPointIfpublic void setX(java.lang.String value)
AdjustPointIfsetX in interface AdjustPointIfpublic boolean isSetX()
isSetX in interface AdjustPointIfpublic java.lang.String getY()
AdjustPointIfgetY in interface AdjustPointIfpublic void setY(java.lang.String value)
AdjustPointIfsetY in interface AdjustPointIfpublic boolean isSetY()
isSetY in interface AdjustPointIfCopyright 2022 The Apache Software Foundation or its licensors, as applicable.