Page 1 of 1

Can an item span two lines?

Posted: Tue Mar 30, 2010 12:00 pm
by conciliator
Can an item span two lines?

Posted: Tue Mar 30, 2010 12:51 pm
by conciliator
A little investigation reveals that it can (in the form of word wrapping).

To clarify some: my original interest in the matter was the IsNewLine-method. At first, it seemed to me that the IsNewLine was true for all items. However, if you multiple items due to formating, it will turn out false for items not starting a new line. :)

Posted: Wed Mar 31, 2010 5:47 pm
by Sergey Tkachenko
IsFromNewLine ignores word wrapping. It is True if
- the item starts a paragraph, or
- the item starts a line without starting a paragraph (such line breaks can be added by Shift+Enter)