Skip to main content

IdxRichEditParagraphStyle Methods

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