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; }
Public Property LoadSubTextParts() As Boolean
This example shows a simple variant of how to use the 'TXText
TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings();
//...
ls.LoadSubTextParts = true;
//...
Dim ls As TXTextControl.LoadSettings = New TXTextControl.LoadSettings()
'...
ls.LoadSubTextParts = True
'...
DOCX, DOC and RTF Formats only.