Uses of Class
org.docx4j.dml.CTConnection
Packages that use CTConnection
-
Uses of CTConnection in org.docx4j.dml
Fields in org.docx4j.dml declared as CTConnectionModifier and TypeFieldDescriptionprotected CTConnectionCTNonVisualConnectorProperties.endCxnprotected CTConnectionCTNonVisualConnectorProperties.stCxnMethods in org.docx4j.dml that return CTConnectionModifier and TypeMethodDescriptionObjectFactory.createCTConnection()Create an instance ofCTConnectionCTNonVisualConnectorProperties.getEndCxn()Gets the value of the endCxn property.CTNonVisualConnectorProperties.getStCxn()Gets the value of the stCxn property.Methods in org.docx4j.dml with parameters of type CTConnectionModifier and TypeMethodDescriptionvoidCTNonVisualConnectorProperties.setEndCxn(CTConnection value) Sets the value of the endCxn property.voidCTNonVisualConnectorProperties.setStCxn(CTConnection value) Sets the value of the stCxn property.