Skip to main content

TdxDocumentImporterOptions.LineBreakSubstitute Property

Specifies a character used to substitute for line breaks in an imported document.

Declaration

property LineBreakSubstitute: TdxLineBreakSubstitute read; write;

Property Value

Type
TdxLineBreakSubstitute

Remarks

You can use this property to change how the Rich Edit control treats page breaks in imported documents. Refer to the TdxLineBreakSubstitute type description for the full list of available characters that can you can use instead of page breaks in an imported document.

See Also