| 
IParagraphBase
ApplyStyle Method
  | 
 Applys the character style.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
void ApplyStyle(
	string styleName
)
 
Sub ApplyStyle ( 
	styleName As String
)
 
void ApplyStyle(
	String^ styleName
)
 
abstract ApplyStyle : 
styleName : string -> unit 
 
 
 
Parameters
 
- 
styleName
 
- 
 Type:
 
System
String
 
 the style name.
 
 See Also
See Also