Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTConnector
Packages that use CTConnector
-
Uses of CTConnector in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTConnectorModifier and TypeFieldDescriptionprotected CTConnectorCTAbsoluteAnchor.cxnSpprotected CTConnectorCTOneCellAnchor.cxnSpprotected CTConnectorCTTwoCellAnchor.cxnSpMethods in org.docx4j.dml.spreadsheetdrawing that return CTConnectorModifier and TypeMethodDescriptionObjectFactory.createCTConnector()Create an instance ofCTConnectorCTAbsoluteAnchor.getCxnSp()Gets the value of the cxnSp property.CTOneCellAnchor.getCxnSp()Gets the value of the cxnSp property.CTTwoCellAnchor.getCxnSp()Gets the value of the cxnSp property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTConnectorModifier and TypeMethodDescriptionvoidCTAbsoluteAnchor.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.