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