|
Compatibility issues
| ▪ | TCustomRichView.DeleteLines is renamed to DeleteItems. |
| ▪ | If you assign non-default values to extra item properties, saved RVF files will not be opened with applications that use older version of RichView. |
| ▪ | OnDrawPageBreak event has additional parameter. If you already use this event, you must change declaration of event handler manually. |
| ▪ | All references to TImageList were replaced with TCustomImageList. Especially important: parameter of OnRVFImageListNeeded was changed; if you already use this event, you must change declaration of event handler manually; |
| ▪ | FirstIndent is not applied to line starts inside paragraphs ( Shift + Enter ). |
| ▪ | Accessing invalid item in RVStyle.TextStyles and ParaStyles does not cause "List index is out of bounds" error any more. |
| ▪ | Declarations of some types are moved in other files. |
| ▪ | Format of CSS was slightly changed to support list styles. |
The main new feature: paragraph lists (bullets and numbering)
Methods of TCustomRichView:
Methods of TCustomRichViewEdit:
New options for HTML export – rvsoMarkersAsText.
New parameter in DeleteUnusedStyles (deleting list styles)
Extra integer properties for items (stretching, transparent color for bitmaps, etc)
Methods of TCustomRichView:
Methods of TCustomRichViewEdit:
Soft page breaks (preliminary implementation)
Methods of TCustomRichView:
Property of TRVStyle
Other improvements in TCustomRichView
New methods:
| ▪ | DeleteParas – deletes the specified paragraphs, updates the document; |
| ▪ | GetLineNo – returns line for the specified position; |
| ▪ | GetItemAt – returns item in the given coordinates. |
New events:
New properties:
New Options for HTML export: rvsoUseCheckpointsNames.
New Options for RVF: rvfoSaveLayout, rvfoLoadLayout.
Events:
Other improvements in TCustomRichViewEdit
Methods:
Properties:
New EditorOption – rvoDoNotWantShiftReturns.
Other improvements in TRVStyle
| ▪ | InvalidPicture – picture that used instead of invalid or missed pictures; |
| ▪ | InvalidItem for TextStyles, InvalidItem for ParaStyles – are returned when accessing item which is out of index range. |
New properties of text style (TFontInfo):
| ▪ | Options – affects HTML and RTF export |
New properties of paragraph style (TParaInfo):
| ▪ | new protection Option – rvpaoDoNotWantReturns. |
Improvements in TDBRichViewEdit
Improvements in TRVOfficeConverter
| ▪ | ErrorCode – returns error code for the last import/export operation. |
Improvements in TRVPrint
| ▪ | ColorMode – allows black&white and grayscale printing and preview; |
Improvements in all visual controls of the package
| ▪ | UseXPThemes - allows using WindowsXP themes (visual styles) |
Improvements in tables
Global variable RichViewTableGridStyle: TPenStyle – drawing invisible table borders.
Methods:
Properties:
| ▪ | new Option – rvtoRTFAllowAutofit. |
Events:
New help topics
| ▪ | More examples and cross references. |
Miscellaneous
Better RTF import (including import of inserted symbols, Unicode paired quotes and dashes), better IME support, better Unicode text processing, faster formatting, and so on.
Packages for D7 and CB6.
|