Click or drag to resize

UtilsComposeParagraph Method

Composes the paragraph.

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

Parameters

s
Type: SystemString
The s.
doc
Type: DocumentModel
The document.

Return Value

Type: Paragraph
Paragraph.
See Also