Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command.CTChangesData
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command |
-
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 CTChangesData Modifier and Type Field Description protected 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 CTChangesData Modifier and Type Method Description CTChangesDataObjectFactory. createCTChangesData()Create an instance ofCTChangesDataCTChangesDataCTConnectorChanges. getChgData()Gets the value of the chgData property.CTChangesDataCTGraphicFrameChanges. getChgData()Gets the value of the chgData property.CTChangesDataCTGroupShapeChanges. getChgData()Gets the value of the chgData property.CTChangesDataCTInkChanges. getChgData()Gets the value of the chgData property.CTChangesDataCTPictureChanges. getChgData()Gets the value of the chgData property.CTChangesDataCTShapeChanges. getChgData()Gets the value of the chgData property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command with parameters of type CTChangesData Modifier and Type Method Description voidCTConnectorChanges. 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.