Limitations
DOCX, DOC and RTF Formats only.
DOCX, DOC and RTF Formats only: Specifies whether or not bookmarks which extend over several characters are converted to Sub
Introduced: X13.
public bool LoadSubTextParts { get; set; }
This example shows a simple variant of how to use the 'TXText
TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings();
//...
ls.LoadSubTextParts = true;
//...
DOCX, DOC and RTF Formats only.