Uses of Class
org.docx4j.dml.chartDrawing.CTConnector
Packages that use CTConnector
-
Uses of CTConnector in org.docx4j.dml.chartDrawing
Fields in org.docx4j.dml.chartDrawing declared as CTConnectorModifier and TypeFieldDescriptionprotected CTConnectorCTAbsSizeAnchor.cxnSpprotected CTConnectorCTRelSizeAnchor.cxnSpMethods in org.docx4j.dml.chartDrawing that return CTConnectorModifier and TypeMethodDescriptionObjectFactory.createCTConnector()Create an instance ofCTConnectorCTAbsSizeAnchor.getCxnSp()Gets the value of the cxnSp property.CTRelSizeAnchor.getCxnSp()Gets the value of the cxnSp property.Methods in org.docx4j.dml.chartDrawing with parameters of type CTConnectorModifier and TypeMethodDescriptionvoidCTAbsSizeAnchor.setCxnSp(CTConnector value) Sets the value of the cxnSp property.voidCTRelSizeAnchor.setCxnSp(CTConnector value) Sets the value of the cxnSp property.