@Beta public class XSLFConnectionSite extends java.lang.Object implements ConnectionSiteIf
Constructor and Description |
---|
XSLFConnectionSite(org.openxmlformats.schemas.drawingml.x2006.main.CTConnectionSite cxn) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAng()
Gets the value of the ang property.
|
AdjustPointIf |
getPos()
Gets the value of the pos property.
|
boolean |
isSetAng() |
void |
setAng(java.lang.String value)
Sets the value of the ang property.
|
void |
setPos(AdjustPointIf pos)
Sets the value of the pos property.
|
public XSLFConnectionSite(org.openxmlformats.schemas.drawingml.x2006.main.CTConnectionSite cxn)
public AdjustPointIf getPos()
ConnectionSiteIf
getPos
in interface ConnectionSiteIf
public void setPos(AdjustPointIf pos)
ConnectionSiteIf
setPos
in interface ConnectionSiteIf
public java.lang.String getAng()
ConnectionSiteIf
getAng
in interface ConnectionSiteIf
public void setAng(java.lang.String value)
setAng
in interface ConnectionSiteIf
public boolean isSetAng()
isSetAng
in interface ConnectionSiteIf
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.