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 |
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