Adds a pair of linked paragraph and character styles to the collection.
'Declaration
Public Function AddLinkedStyle( _
ByVal As System.String, _
Optional ByVal As Style _
) As Style
public Style AddLinkedStyle(
System.string ,
Style
)
Parameters
- name
- The linked style name.
- baseStyle
- A base paragraph or linked style.
Return Value
A newly created linked paragraph style.