Click or drag to resize

ParagraphFormat Constructor (IDocument)

Initializes a new instance of the ParagraphFormat class.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ParagraphFormat(
	IDocument document
)

Parameters

document
Type: Spire.Doc.Interface IDocument
The document.
See Also