TdxRichEditBehaviorOptions.PasteLineBreakSubstitution Property
In This Article
Specifies the substitute character for line breaks in pasted HTML content.
#Declaration
Delphi
property PasteLineBreakSubstitution: TdxLineBreakSubstitute read; write; default TdxLineBreakSubstitute.None;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
None |
#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