Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTConnector
| Package | Description |
|---|---|
| org.docx4j.dml.spreadsheetdrawing |
-
Uses of CTConnector in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTConnector Modifier and Type Field Description protected CTConnectorCTAbsoluteAnchor. cxnSpprotected CTConnectorCTOneCellAnchor. cxnSpprotected CTConnectorCTTwoCellAnchor. cxnSpMethods in org.docx4j.dml.spreadsheetdrawing that return CTConnector Modifier and Type Method Description CTConnectorObjectFactory. createCTConnector()Create an instance ofCTConnectorCTConnectorCTAbsoluteAnchor. getCxnSp()Gets the value of the cxnSp property.CTConnectorCTOneCellAnchor. getCxnSp()Gets the value of the cxnSp property.CTConnectorCTTwoCellAnchor. getCxnSp()Gets the value of the cxnSp property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTConnector Modifier and Type Method Description voidCTAbsoluteAnchor. setCxnSp(CTConnector value)Sets the value of the cxnSp property.voidCTOneCellAnchor. setCxnSp(CTConnector value)Sets the value of the cxnSp property.voidCTTwoCellAnchor. setCxnSp(CTConnector value)Sets the value of the cxnSp property.