'Declaration Public Sub SetDefaultStyles( _ ByVal styleSettings As System.String, _ Optional ByVal onlyIfNotPresent As System.Boolean _ )
public void SetDefaultStyles( System.string styleSettings, System.bool onlyIfNotPresent )
Parameters
- styleSettings
- A string containing css style definitions for the document.
- onlyIfNotPresent
- If true, the default style is only set if one does not exist.