Adds to new formatting style to the current document.
public bool Add(ParagraphStyle paragraphStyle);Public Function Add(ByVal paragraphStyle As ParagraphStyle) As Boolean| Parameter | Description |
|---|---|
| paragraph |
Specifies the style to add. |
The return value is true, if the style could be added. Otherwise it is false.