IdxRichEditParagraphStyle Members
Exposes a paragraph style within the parent document’s paragraph style collection.Properties
| Name | Description |
|---|---|
| CharacterProperties | Provides access to the paragraph style’s font attributes. |
| IsDeleted | Identifies whether the paragraph style is marked as deleted in the parent document. |
| LinkedStyle | |
| ListLevelIndex | |
| Name | Specifies the paragraph style’s public name in the parent document. |
| NextStyle | Specifies the style applied to the next newly created paragraph. |
| NumberingListIndex | |
| ParagraphProperties | Inherited from IdxRichEditParagraphPropertiesWithTabs. |
| Parent | |
| Primary | Specifies whether the paragraph style is primary for a parent document. |
Methods
| 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