Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTAnchorClientData
Packages that use CTAnchorClientData
-
Uses of CTAnchorClientData in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTAnchorClientDataModifier and TypeFieldDescriptionprotected CTAnchorClientDataCTAbsoluteAnchor.clientDataprotected CTAnchorClientDataCTOneCellAnchor.clientDataprotected CTAnchorClientDataCTTwoCellAnchor.clientDataMethods in org.docx4j.dml.spreadsheetdrawing that return CTAnchorClientDataModifier and TypeMethodDescriptionObjectFactory.createCTAnchorClientData()Create an instance ofCTAnchorClientDataCTAbsoluteAnchor.getClientData()Gets the value of the clientData property.CTOneCellAnchor.getClientData()Gets the value of the clientData property.CTTwoCellAnchor.getClientData()Gets the value of the clientData property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTAnchorClientDataModifier and TypeMethodDescriptionvoidCTAbsoluteAnchor.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.