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