LineBreakRendering
@Js
@Serializable { simple=true }
const class LineBreakRendering : Enum
LineBreakRendering
Return the LineBreakRendering instance for the specified name
Strip all line breaks within blocks and between blocks, resulting in all the text on a single line
Use single line breaks between blocks, not a blank line
List of LineBreakRendering values indexed by ordinal
Separate blocks by a blank line (and respect tight vs loose lists)
const static LineBreakRendering : compact
Use single line breaks between blocks, not a blank line. Also renderes all lists as tight
static new fromStr(Str name, Bool checked)
Return the LineBreakRendering instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static LineBreakRendering : separate_blocks
Separate blocks by a blank line (and respect tight vs loose lists)
const static LineBreakRendering : strip
Strip all line breaks within blocks and between blocks, resulting in all the text on a single line.
const static LineBreakRendering[] : vals
List of LineBreakRendering values indexed by ordinal