rvico TRichView Reference | TRichView | TRVRTFReaderProperties

TRVRTFReaderProperties.ParaStyleMode

Top  Previous  Next

Defines mode of reading of paragraph properties from RTF.

property ParaStyleMode: TRVReaderStyleMode;

Mode

Meaning

rvrsUseSpecified

All paragraph formatting in RTF will be ignored, all paragraphs will have style specified in ParaStyleNo property.

rvrsUseClosest

RTF formatting will be mapped to the the most similar existing paragraph style

rvrsAddIfNeeded

This mode provides the most closer look to the original RTF. RichView will try to use existing styles as much as possible, but if style with the desired formatting does not exist, RichView will add a new one to the end of the collection of paragraph styles and use it.

List markers (bullets and numbering) are imported only if ParaStyleMode=rvrsAddIfNeeded.

Default value:

rvrsUseClosest for components created at runtime.
For components placed on form at designtime, initial value of this property is defined in the component editor for TRichView. By default, the component editor applies "allow adding styles dynamically" mode to new TRichView components, and this property is set to rvrsAddIfNeeded.

See also:

ParaStyleNo;
TextStyleMode.


RichView © Sergey Tkachenko