The white space is used to specify how to display the content within an element. It is used to handle the white spaces inside an element.

_whitespace-normal

Any sequence of white spaces within the element is converted to a single space.

_whitespace-nowrap

Sequences of whitespace will collapse into a single whitespace. Text will

Never wrap to the next line. The text continues to the same line.

_whitespace-pre

Text will only wrap on line breaks.

_whitespace-pre-wrap

Text will wrap when necessary, add on line breaks.

_whitespace-pre-line

Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, add on line breaks.

_whitespace-inherit

Whitespace from its parent element.

_whitespace-initial

It sets default value.



Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files