You can use the FELineBreak property to control line breaks at the beginning and end of lines in the form control (text box).
Settings
The FELineBreak property uses the following settings.
Setting | Description | Visual Basic |
---|---|---|
Yes | Controls line breaks. | True (-1) |
No | Does control line breaks (default). | False (0) |
You can set this property by using the property sheet, a macro, or Visual Basic.
Remarks
Setting the FELineBreak property to Yes moves any punctuation marks and closing parentheses at the beginning of a line to the end of the previous line, and opening parentheses at the end of a line to the beginning of the next line.