[]
Adds a pair of linked paragraph and character styles to the collection.
public Style AddLinkedStyle(string name, Style baseStyle = null)
| 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. |