Click or drag to resize

UtilsComposeParagraph Method

Composes the paragraph.

Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public static Paragraph ComposeParagraph(
	string s,
	DocumentModel doc
)

Parameters

s  String
The s.
doc  DocumentModel
The document.

Return Value

Paragraph
Paragraph.
See Also