[]
Adds a pair of linked paragraph and character styles to the collection.
public Style AddLinkedStyle(string name, Style baseStyle = null)
Public Function AddLinkedStyle(name As String, Optional baseStyle As Style = Nothing) As Style
| Type | Name | Description |
|---|---|---|
| string | name | The linked style name. |
| Style | baseStyle | A base paragraph or linked style. |
| Type | Description |
|---|---|
| Style | A newly created linked paragraph style. |