Main Content
setRetainSpaceReturn
Retain spacing and returns in text
Syntax
setRetainSpaceReturn(text,
mode
)
Description
setRetainSpaceReturn(text,
specifies
whether the text must retain the spaces and carriage returns.mode
)
Input Arguments
text | Instantiation of the |
mode | A Boolean value indicating whether to preserve spaces and carriage returns in the text:
|
Examples
t1 = ModelAdvisor.Text('MathWorks home page'); setRetainSpaceReturn(t1, 'true');Customize the Configuration of the Model Advisor Overview