Skip to main content

TdxRichEditBehaviorOptions.PasteLineBreakSubstitution Property

Specifies the substitute character for line breaks in pasted HTML content.

Declaration

property PasteLineBreakSubstitution: TdxLineBreakSubstitute read; write; default TdxLineBreakSubstitute.None;

Property Value

Type Default Description
TdxLineBreakSubstitute None
None
A paste operation inserts line break characters as is.
Paragraph
A paste operation inserts line breaks as paragraph delimiter characters.
Space
A paste operation inserts line breaks as space characters.

Remarks

You can use the PasteLineBreakSubstitution property to replace line breaks in pasted HTML content with different characters in the resulting document.

Default Value

The PasteLineBreakSubstitution property’s default value is TdxLineBreakSubstitute.None.

See Also