org.apache.poi.xssf.usermodel
Class XSSFConnector
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFShape
-
- org.apache.poi.xssf.usermodel.XSSFConnector
-
public final class XSSFConnector extends XSSFShape
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
EMU_PER_PIXEL, EMU_PER_POINT, PIXEL_DPI, POINT_DPI
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnectorgetCTConnector()intgetShapeType()Gets the shape type, one of the constants defined inShapeTypes.voidsetShapeType(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 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG