Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTAnchorClientData
| Package | Description |
|---|---|
| org.docx4j.dml.spreadsheetdrawing |
-
Uses of CTAnchorClientData in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTAnchorClientData Modifier and Type Field Description protected CTAnchorClientDataCTAbsoluteAnchor. clientDataprotected CTAnchorClientDataCTOneCellAnchor. clientDataprotected CTAnchorClientDataCTTwoCellAnchor. clientDataMethods in org.docx4j.dml.spreadsheetdrawing that return CTAnchorClientData Modifier and Type Method Description CTAnchorClientDataObjectFactory. createCTAnchorClientData()Create an instance ofCTAnchorClientDataCTAnchorClientDataCTAbsoluteAnchor. getClientData()Gets the value of the clientData property.CTAnchorClientDataCTOneCellAnchor. getClientData()Gets the value of the clientData property.CTAnchorClientDataCTTwoCellAnchor. getClientData()Gets the value of the clientData property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTAnchorClientData Modifier and Type Method Description voidCTAbsoluteAnchor. setClientData(CTAnchorClientData value)Sets the value of the clientData property.voidCTOneCellAnchor. setClientData(CTAnchorClientData value)Sets the value of the clientData property.voidCTTwoCellAnchor. setClientData(CTAnchorClientData value)Sets the value of the clientData property.