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

bkcContinuous

0x00

A continuous section break. The next section starts on the next line.

bkcNewColumn

0x01

A new column section break. The next section starts in the next column.

bkcNewPage

0x02

A new page section break. The next section starts on the next page.

bkcEvenPage

0x03

An even page section break. The next section starts on an even page.

bkcOddPage

0x04

An odd page section break. The next section starts on an odd page.