Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command.CTChangesData
Packages that use CTChangesData
-
Uses of CTChangesData in org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command declared as CTChangesDataModifier and TypeFieldDescriptionprotected CTChangesDataCTConnectorChanges.chgDataprotected CTChangesDataCTGraphicFrameChanges.chgDataprotected CTChangesDataCTGroupShapeChanges.chgDataprotected CTChangesDataCTInkChanges.chgDataprotected CTChangesDataCTPictureChanges.chgDataprotected CTChangesDataCTShapeChanges.chgDataMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command that return CTChangesDataModifier and TypeMethodDescriptionObjectFactory.createCTChangesData()Create an instance ofCTChangesDataCTConnectorChanges.getChgData()Gets the value of the chgData property.CTGraphicFrameChanges.getChgData()Gets the value of the chgData property.CTGroupShapeChanges.getChgData()Gets the value of the chgData property.CTInkChanges.getChgData()Gets the value of the chgData property.CTPictureChanges.getChgData()Gets the value of the chgData property.CTShapeChanges.getChgData()Gets the value of the chgData property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command with parameters of type CTChangesDataModifier and TypeMethodDescriptionvoidCTConnectorChanges.setChgData(CTChangesData value) Sets the value of the chgData property.voidCTGraphicFrameChanges.setChgData(CTChangesData value) Sets the value of the chgData property.voidCTGroupShapeChanges.setChgData(CTChangesData value) Sets the value of the chgData property.voidCTInkChanges.setChgData(CTChangesData value) Sets the value of the chgData property.voidCTPictureChanges.setChgData(CTChangesData value) Sets the value of the chgData property.voidCTShapeChanges.setChgData(CTChangesData value) Sets the value of the chgData property.