Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditBehaviorOptions.PasteLineBreakSubstitution Property

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