17.18.1 ST_AnnotationVMerge

for the vertical merge setting which applied to a table cell by a cell

This simple type specifies the possible values merge (or split) revision.

[Example: Consider a two row by two column table in which the cells in the second column are merged, and this change is tracked as a revision. The annotation on the last cell in the table would appear as follows:

<w:tc>
  <w:tcPr>
    <w:cellMerge  w:vMerge="cont" />
  </w:tcPr>
</w:tc>

The vmerge attribute value of cont specifies that the revision on the table cell resulted in it being merged with the previous set of vertically merged cells above it (whether that was one cell or many). end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that the revision resulted in this cell being vertically merged with the cell above it.

(Vertically Split Cell)

Specifies that the revision resulted in this cell being vertically split from the one above it.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_AnnotationVMerge) is located in A.1. end note]

Last updated on