| Overload | Description |
|---|---|
| NInlineStyle Constructor() | Default constructor. |
| NInlineStyle Constructor(ENRichTextStyleScope) | Creates an inline style with the given scope. |
| NInlineStyle Constructor(String) | Creates an inline style with the given style id. |
| NInlineStyle Constructor(String,String) | Creates an inline style with the given style id and name. |
| NInlineStyle Constructor(String,String,ENRichTextStyleScope) | Creates an inline style with the given styleId, styleName and scope. |