| 
Document
AddParagraphStyle Method
  | 
 Adds new paragraph style to the document.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public ParagraphStyle AddParagraphStyle(
	string styleName
)
 
Public Function AddParagraphStyle ( 
	styleName As String
) As ParagraphStyle
 
public:
virtual ParagraphStyle^ AddParagraphStyle(
	String^ styleName
) sealed
 
abstract AddParagraphStyle : 
styleName : string -> ParagraphStyle 
override AddParagraphStyle : 
styleName : string -> ParagraphStyle 
 
 
 
Parameters
 
- 
styleName
 
- 
 Type:
 
System
String
 
 Paragraph style name
Return Value
 
 Type:
 
ParagraphStyle
 
Implements
 
IDocument
AddParagraphStyle(String)
 
 
 See Also
See Also