I'm trying to load a document into RichMemo. The document was developed as a Libre Office Text Document and then saved as an RTF document. TextEdit.LoadRichText(fs) did a pretty good job of loading it into RichEdit but there seems to be some aspects of the RTF file that can't be displayed. The original (and the RTF when opened in Libre) has page breaks, a section where the text is in two columns and borders round a group of paragraphs. These do not appear in the RichEdit box.
I assume the developer of Rich Edit has not included these capabilities. I'm not surprised - it would be quite a task to replicate a full RTF capability. However, just in case I'm missing something, is it actually possible to display these attributes?