Uses of Class
org.docx4j.dml.CTConnection
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTConnection in org.docx4j.dml
Fields in org.docx4j.dml declared as CTConnection Modifier and Type Field Description protected CTConnectionCTNonVisualConnectorProperties. endCxnprotected CTConnectionCTNonVisualConnectorProperties. stCxnMethods in org.docx4j.dml that return CTConnection Modifier and Type Method Description CTConnectionObjectFactory. createCTConnection()Create an instance ofCTConnectionCTConnectionCTNonVisualConnectorProperties. getEndCxn()Gets the value of the endCxn property.CTConnectionCTNonVisualConnectorProperties. getStCxn()Gets the value of the stCxn property.Methods in org.docx4j.dml with parameters of type CTConnection Modifier and Type Method Description voidCTNonVisualConnectorProperties. setEndCxn(CTConnection value)Sets the value of the endCxn property.voidCTNonVisualConnectorProperties. setStCxn(CTConnection value)Sets the value of the stCxn property.