org.apache.poi.xssf.usermodel
public final class XSSFConnector extends XSSFShape
anchor, drawing, EMU_PER_PIXEL, EMU_PER_POINT, parent, PIXEL_DPI, POINT_DPI
Modifier | Constructor and Description |
---|---|
protected |
XSSFConnector(XSSFDrawing drawing,
CTConnector ctShape)
Construct a new XSSFConnector object.
|
Modifier and Type | Method and Description |
---|---|
CTConnector |
getCTConnector() |
protected CTShapeProperties |
getShapeProperties()
Returns xml bean with shape properties.
|
int |
getShapeType()
Gets the shape type, one of the constants defined in
ShapeTypes . |
protected static CTConnector |
prototype()
Initialize default structure of a new auto-shape
|
void |
setShapeType(int type)
Sets the shape types.
|
getAnchor, getDrawing, getParent, isNoFill, setFillColor, setLineStyle, setLineStyleColor, setLineWidth, setNoFill
protected XSSFConnector(XSSFDrawing drawing, CTConnector ctShape)
drawing
- the XSSFDrawing that owns this shapectShape
- the shape bean that holds all the shape propertiesprotected static CTConnector prototype()
@Internal public CTConnector getCTConnector()
public int getShapeType()
ShapeTypes
.ShapeTypes
public void setShapeType(int type)
type
- the shape type, one of the constants defined in ShapeTypes
.ShapeTypes
protected CTShapeProperties getShapeProperties()
XSSFShape
getShapeProperties
in class XSSFShape
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.