NRichTextStyleCollection Class Members
In This Topic
The following tables list the members exposed by NRichTextStyleCollection.
Public Constructors
Public Fields
Public Methods
| Name | Description |
| FindStyleById | Returns the rich text style with the given style id or null if a rich text style with such style id was not found in the collection. |
| FindStyleByTypeAndId | Returns the rich text style with the given type and style id or null if a rich text style with such type and style id was not found in the collection. |
| FindStyleByTypeAndName | Overloaded. Returns the first rich text style with the given type and name or null if a rich text style with such type and name was not found in the collection. |
| RebuildStyleRules | Rebuilds the style rules resulting from this style collection. |
Top
See Also