Click or drag to resize

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
public ParagraphStyle AddParagraphStyle(
	string styleName
)

Parameters

styleName
Type: System String
Paragraph style name

Return Value

Type: ParagraphStyle

Implements

IDocument AddParagraphStyle(String)
See Also