public class CTCellMergeTrackChange extends CTTrackChange
Java class for CT_CellMergeTrackChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CellMergeTrackChange">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange">
<attribute name="vMerge" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_AnnotationVMerge" />
<attribute name="vMergeOrig" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_AnnotationVMerge" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STAnnotationVMerge |
vMerge |
protected STAnnotationVMerge |
vMergeOrig |
author, date| Constructor and Description |
|---|
CTCellMergeTrackChange() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STAnnotationVMerge |
getVMerge()
Gets the value of the vMerge property.
|
STAnnotationVMerge |
getVMergeOrig()
Gets the value of the vMergeOrig property.
|
void |
setVMerge(STAnnotationVMerge value)
Sets the value of the vMerge property.
|
void |
setVMergeOrig(STAnnotationVMerge value)
Sets the value of the vMergeOrig property.
|
getAuthor, getDate, setAuthor, setDateprotected STAnnotationVMerge vMerge
protected STAnnotationVMerge vMergeOrig
public STAnnotationVMerge getVMerge()
STAnnotationVMergepublic void setVMerge(STAnnotationVMerge value)
value - allowed object is
STAnnotationVMergepublic STAnnotationVMerge getVMergeOrig()
STAnnotationVMergepublic void setVMergeOrig(STAnnotationVMerge value)
value - allowed object is
STAnnotationVMergepublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTTrackChangeparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.