Rich Text
Description
A RichText object is used to store rich text - that is text that has been
'enriched' with formatting (such as indentation, paragraph alignment,
bullets) and styles (such as font changes, colours, italics, bold,
underline, strikeout). RichText objects can also store items which
cannot be stored in plain text, such as tables, record links, weblinks,
and source citations.
Minimum FH Version
Summary
The Rich Text object has the following methods:
- AddCitation(ptr)
- AddRecordLink(ptr[, strDisplayText])
- AddRichText(rtParam[, bIncPrivate[,
bRemBrackets[, bIncSourceCitations]]])
- AddText(strText[, bRich])
- Copy(rtParam[, bIncPrivate[, bRemBrackets[,
bIncSourceCitations]]])
- Empty()
- GetPlainText([bIncPrivate[,
bRemBrackets]])
- GetText()
- IsEmpty()
- IsRich()
- SetText(strText[, bRich])