TextBlockStringifyOptions Interface

Options supplied to stringify to control how the content is formatted.

Properties

Name Type Description
fractionSeparator string | undefined A string to insert between the numerator and denominator of each FractionRun.  
lineBreak string | undefined A string to insert for each LineBreakRun.  
listMarkerBreak string | undefined A string to insert in between the list marker and the list item.  
paragraphBreak string | undefined A string to insert in between each Paragraph.  
tabsAsSpaces number | undefined The number of spaces to use for tabs.  

Defined in

Last Updated: 07 October, 2025