User`s guide
12 Classes – Alphabetical List
12-10
Border String Description Supported Output Types
pre Preserves white space. Text
wraps only on line breaks.
Acts like the <pre> tag in
HTML.
HTML
pre-line Sequences of white space
collapse into a single white
space. Text wraps.
HTML
pre-wrap Preserves white space. Text
wraps when necessary and
on line breaks
HTML
If you want to view HTML output in the MATLAB browser and you want to preserve
white space and wrap text only on line breaks, use the preserve setting rather than the
pre setting.
Setting the WhiteSpace property adds a corresponding WhiteSpace format object to
Style property. Removing the WhiteSpace property setting removes the WhiteSpace
object.
Methods
Method Purpose
append
Use AutoNumber.append in a similar way
to how you use ExternalLink.append.
Append a custom element to this number.
clone
Use AutoNumber.clone in a similar way
to how you use Paragraph.clone.
Copy the number object.
Examples
Use Automatically Generated Numbers for Chapters and Tables
import mlreportgen.dom.*;