2.9.342 VerticalMergeFlag
The VerticalMergeFlag enumeration provides a 2-bit value that specifies whether a table cell is merged with the cells above or below it. This MUST be one of the following values.
Name |
Value |
Meaning |
---|---|---|
0x00 |
The cell is not merged with cells above or below it. This is the default behavior. |
|
0x01 |
The cell is one of a set of vertically merged cells. It contributes its layout region to the set and its own contents are not rendered. |
|
0x03 |
The cell is the first cell in a set of vertically merged cells. The contents and formatting of this cell extend down into any consecutive cells below it that are set to the fvmMerge value. |