Overload | Description |
---|---|
FindStyleByTypeAndName(ENRichTextStyleType,String) | 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. |
FindStyleByTypeAndName(ENRichTextStyleType,String,Int32) | 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. The search starts from the given index. |