Package org.apache.poi.xssf.usermodel
Class XSSFConnector
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFShape
-
- org.apache.poi.xssf.usermodel.XSSFConnector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CTConnector
getCTConnector()
java.lang.String
getShapeName()
int
getShapeType()
Gets the shape type, one of the constants defined inShapeTypes
.void
setShapeType(int type)
Sets the shape types.-
Methods inherited from class org.apache.poi.xssf.usermodel.XSSFShape
getAnchor, getDrawing, getParent, isNoFill, setFillColor, setLineStyle, setLineStyleColor, setLineWidth, setNoFill
-
-
-
-
Method Detail
-
getCTConnector
@Internal public CTConnector getCTConnector()
-
getShapeType
public int getShapeType()
Gets the shape type, one of the constants defined inShapeTypes
.- Returns:
- the shape type
- See Also:
ShapeTypes
-
setShapeType
public void setShapeType(int type)
Sets the shape types.- Parameters:
type
- the shape type, one of the constants defined inShapeTypes
.- See Also:
ShapeTypes
-
getShapeName
public java.lang.String getShapeName()
- Returns:
- the name of this shape
-
-