softLineBreakCharacter property

MarkdownLoadOptions.softLineBreakCharacter property

Gets or sets a character value representing soft line break. The default value is SPACE (U+0020).

get softLineBreakCharacter(): string

Remarks

Note, setting this option to Aspose.Words.ControlChar.LineBreakChar allows you to load soft line breaks as hard line breaks.

See Also