2.4.3 MSOWRAPMODE

Referenced by: WrapText

The MSOWRAPMODE enumeration, as shown in the following table, specifies the wrapping rules for a body of text.

Name

Value

Meaning

msowrapSquare

0x00000000

Specifies that a line of text will continue on subsequent lines instead of extending into or beyond a margin. This value MAY<100> be used.

msowrapByPoints

0x00000001

Specifies a wrapping rule that is equivalent to that of msowrapSquare. This value MAY<101> be used.

msowrapNone

0x00000002

Specifies that a line of text will extend into or beyond a margin instead of continuing on subsequent lines. This value SHOULD<102> be used.

msowrapTopBottom

0x00000003

Specifies a wrapping rule that is undefined and MUST be ignored.

msowrapThrough

0x00000004

Specifies a wrapping rule that is undefined and MUST be ignored.