2.9.235 SBkcOperand
The SBkcOperand structure is the operand to sprmSBkc. This structure is an 8-bit unsigned integer that specifies the type of the section break that is being described.
Name |
Value |
Meaning |
---|---|---|
0x00 |
A continuous section break. The next section starts on the next line. |
|
0x01 |
A new column section break. The next section starts in the next column. |
|
0x02 |
A new page section break. The next section starts on the next page. |
|
0x03 |
An even page section break. The next section starts on an even page. |
|
0x04 |
An odd page section break. The next section starts on an odd page. |