NoBreak Format

Description:
Replaces any spaces with non-breaking spaces and hyphens with non-breaking hyphens to ensure the field value does not split across lines in the generated document.
Returns:
Text
Parameter:
Parameter
Data Type
Description
1
String
The text

Example

This can be applied with the Format keyword:
{ ClientName format “nobreak” }
Or by using the expression within a Text function:
{ text (CompanyName, “nobreak”) }
Expression
Result
text("Contract Express", "nobreak")
text("Smith-Jones", "nobreak")