|
TRVRTFReaderProperties.ParaStyleMode |
Top Previous Next |
|
Defines mode of reading of paragraph properties from RTF. property ParaStyleMode: TRVReaderStyleMode;
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: |