|
Breaks |
Top Previous Next |
|
Break is a horizontal line (or rectangle) of the specified width and color. It always occupies a full line. Style of this item type: rvsBreak (-1) Methods of TCustomRichViewThe following viewer-style methods add item of this type to the end of the document: ▪AddBreakExTag (also AddBreak, AddBreakEx, AddBreakTag) ▪The following viewer-style method changes the main properties of item of this type: The following method returns main properties of the given item of this type: Methods of TCustomRichViewEditThe following editor-style method inserts item of this type at the position of caret: The following editor-style methods modify main properties of the item of this type: The following method returns main properties of the item of this type at the position of caret: Export to HTMLBreaks are exported as <HR>. Color of break is retained only in CSS version (SaveHTMLEx, or SaveHTML with rvsoForceNonTextCSS in Options parameter) RTFBreaks are exported as two paragraphs, one of them with border at bottom. Not imported (i.e. imported back as two paragraphs, one of them with border at bottom) Export to TextWhen saving/copying selection, breaks are not included in text. When saving to file (SaveText), saved as a sequence of LineWidth '-' characters. |