StartInNextTextBox Property

Microsoft Publisher Visual Basic

Show All Show All

StartInNextTextBox Property

Returns or sets an MSOTriState constant that represents whether to always start the selected paragraph in the next linked text box. Read/write.

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue

expression.StartInNextTextBox

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

If text is added to the previous text box, causing text to overflow into the text box containing the specified text, the specified text (and any text following it) is moved to the top of the next available text box. If no linked text box is available, the specified text (and any text following it) is placed into the text overflow buffer. It will remain in the buffer until either another linked text box is added to the publication, or the StartInNextTextBox property is changed.

This property corresponds to the Start in next text box control on the Paragraph dialog box.