In This Topic
Creates a new user defined style and adds it to the document.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String, _
ByVal As Style _
) As Style
public Style Add(
System.string ,
Style
)
Parameters
- name
- The name of the style to create.
- baseStyle
- The base Style for the new style.
Return Value
The newly created style.
See Also