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

IdxRichEditParagraphStyle Methods
Show Inherited Hide Inherited

Exposes a paragraph style within the parent document’s paragraph style collection.
Name Description
BeginUpdateTabs(Boolean) Inherited from IdxRichEditParagraphPropertiesWithTabs.
EndUpdateTabs(IdxRichEditTabInfoCollection) Inherited from IdxRichEditParagraphPropertiesWithTabs.
GetCharacterProperties
GetIsDeleted Identifies whether the paragraph style is marked as deleted in the parent document.
GetLinkedStyle
GetListLevelIndex
GetName
GetNextStyle
GetNumberingListIndex
GetParagraphProperties Inherited from IdxRichEditParagraphPropertiesWithTabs.
GetParent
GetPrimary Identifies whether the paragraph style is primary in a parent document.
SetLinkedStyle(IdxRichEditCharacterStyle)
SetListLevelIndex(Integer)
SetName(string)
SetNextStyle(IdxRichEditParagraphStyle)
SetNumberingListIndex(Integer)
SetParent(IdxRichEditParagraphStyle)
SetPrimary(Boolean) Changes the paragraph style’s primary status in a parent document.
See Also