summaryrefslogtreecommitdiff
path: root/docview/components/richtext/RichTextDocumentUnit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'docview/components/richtext/RichTextDocumentUnit.pas')
-rw-r--r--docview/components/richtext/RichTextDocumentUnit.pas12
1 files changed, 8 insertions, 4 deletions
diff --git a/docview/components/richtext/RichTextDocumentUnit.pas b/docview/components/richtext/RichTextDocumentUnit.pas
index f5d83dde..89f0bf46 100644
--- a/docview/components/richtext/RichTextDocumentUnit.pas
+++ b/docview/components/richtext/RichTextDocumentUnit.pas
@@ -18,11 +18,12 @@ type
ttItalic, ttItalicOff,
ttUnderline, ttUnderlineOff,
ttFixedWidthOn, ttFixedWidthOff,
- ttHeading1, ttHeading2, ttHeading3, ttHeadingOff,
+ ttHeading1, ttHeading2, ttHeading3,
+ ttHeading1Off, ttHeading2Off, ttHeading3Off,
ttColor, ttColorOff,
ttBackgroundColor, ttBackgroundColorOff,
ttRed, ttBlue, ttGreen, ttBlack,
- ttWrap,
+ ttnoWrap,ttnoWrapOff,
ttAlign,
ttBeginLink, ttEndLink,
ttSetLeftMargin, ttSetRightMargin,
@@ -72,7 +73,9 @@ const
'h1',
'h2',
'h3',
- '/h',
+ '/h1',
+ '/h2',
+ '/h3',
'color',
'/color',
'backcolor',
@@ -81,7 +84,8 @@ const
'blue',
'green',
'black',
- 'wrap',
+ 'nowrap',
+ '/nowrap',
'align',
'link',
'/link',