|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xssf.usermodel.XSSFShape org.apache.poi.xssf.usermodel.XSSFConnector
public final class XSSFConnector
A connection shape drawing element. A connection shape is a line, etc. that connects two other shapes in this drawing.
Field Summary |
---|
Fields inherited from class org.apache.poi.xssf.usermodel.XSSFShape |
---|
anchor, drawing, EMU_PER_PIXEL, EMU_PER_POINT, parent, PIXEL_DPI, POINT_DPI |
Constructor Summary | |
---|---|
protected |
XSSFConnector(XSSFDrawing drawing,
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector ctShape)
Construct a new XSSFConnector object. |
Method Summary | |
---|---|
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector |
getCTConnector()
|
protected org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties |
getShapeProperties()
Returns xml bean with shape properties. |
int |
getShapeType()
Gets the shape type, one of the constants defined in ShapeTypes . |
protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector |
prototype()
Initialize default structure of a new auto-shape |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XSSFConnector(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector ctShape)
drawing
- the XSSFDrawing that owns this shapectShape
- the shape bean that holds all the shape propertiesMethod Detail |
---|
protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector prototype()
@Internal public org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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 org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getShapeProperties()
XSSFShape
getShapeProperties
in class XSSFShape
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |