Package org.apache.poi.xslf.draw.geom
Class XSLFAdjustPoint
- java.lang.Object
-
- org.apache.poi.xslf.draw.geom.XSLFAdjustPoint
-
- All Implemented Interfaces:
AdjustPointIf
@Beta public class XSLFAdjustPoint extends Object implements AdjustPointIf
Wrapper / delegate for XmlBeans custom geometry
-
-
Constructor Summary
Constructors Constructor Description XSLFAdjustPoint(org.openxmlformats.schemas.drawingml.x2006.main.CTAdjPoint2D pnt)
-
-
-
Method Detail
-
getX
public String getX()
- Specified by:
getXin interfaceAdjustPointIf
-
setX
public void setX(String value)
- Specified by:
setXin interfaceAdjustPointIf
-
isSetX
public boolean isSetX()
- Specified by:
isSetXin interfaceAdjustPointIf
-
getY
public String getY()
- Specified by:
getYin interfaceAdjustPointIf
-
setY
public void setY(String value)
- Specified by:
setYin interfaceAdjustPointIf
-
isSetY
public boolean isSetY()
- Specified by:
isSetYin interfaceAdjustPointIf
-
-