
Adds to new formatting style to the current document.
[C#]
public bool Add(InlineStyle inlineStyle);
[Visual Basic]
Public Function Add(ByVal inlineStyle As InlineStyle) As Boolean
| Parameter | Description | |
| inlineStyle | Specifies the style to add. |
The return value is true, if the style could be added. Otherwise it is false.