@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()
AdjustPointIf
getX
in interface AdjustPointIf
public void setX(java.lang.String value)
AdjustPointIf
setX
in interface AdjustPointIf
public boolean isSetX()
isSetX
in interface AdjustPointIf
public java.lang.String getY()
AdjustPointIf
getY
in interface AdjustPointIf
public void setY(java.lang.String value)
AdjustPointIf
setY
in interface AdjustPointIf
public boolean isSetY()
isSetY
in interface AdjustPointIf
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.