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

IdxRichEditParagraph Members

In This Article

#Methods

Name Description
BeginUpdateTabs(Boolean)
EndUpdateTabs(IdxRichEditTabInfoCollection)
GetAlignment Identifies the paragraph’s alignment.
GetBackColor Returns the color used to highlight a paragraph.
GetContextualSpacing
GetFirstLineIndent
GetFirstLineIndentType
GetIndex
GetIsInList
GetKeepLinesTogether
GetLeftIndent
GetLineSpacing
GetLineSpacingMultiplier
GetLineSpacingRule
GetListIndex
GetListLevel
GetOutlineLevel
GetPageBreakBefore
GetParagraphIndex
GetRange
GetRightIndent
GetSpacingAfter
GetSpacingBefore
GetStyle
GetSuppressHyphenation
GetSuppressLineNumbers
Reset
SetAlignment(TdxRichEditParagraphAlignment)
SetBackColor(TdxAlphaColor)
SetContextualSpacing(Boolean)
SetFirstLineIndent(Single)
SetFirstLineIndentType(TdxRichEditParagraphFirstLineIndent)
SetKeepLinesTogether(Boolean)
SetLeftIndent(Single)
SetLineSpacing(Single)
SetLineSpacingMultiplier(Single)
SetLineSpacingRule(TdxRichEditParagraphLineSpacing)
SetListIndex(Integer)
SetListLevel(Integer)
SetOutlineLevel(Integer)
SetPageBreakBefore(Boolean)
SetRightIndent(Single)
SetSpacingAfter(Single)
SetSpacingBefore(Single)
SetStyle(IdxRichEditParagraphStyle)
SetSuppressHyphenation(Boolean)
SetSuppressLineNumbers(Boolean)
See Also