2.9.237 SClmOperand

The SClmOperand structure provides an enumeration which specifies the type of document grid that is used for the section. This enumeration defines the following 16-bit unsigned integer values.

Name

Value

Meaning

clmUseDefault

0x0000

Specifies that document grid is disabled.

clmCharsAndLines

0x0001

Specifies a document grid that enforces both character spacing and line pitch. Line pitch is specified by sprmSDyaLinePitch; character spacing is specified by sprmSDxtCharSpace.

clmLinesOnly

0x0002

Specifies a document grid that enforces only line pitch. Line pitch is specified by sprmSDyaLinePitch.

clmEnforceGrid

0x0003

Specifies a document grid that enforces both character spacing and line pitch. Line pitch is specified by sprmSDyaLinePitch; character spacing is specified by sprmSDxtCharSpace. Each full-width character MUST occupy its own grid square.