Utils.ComposeParagraph Method

QsInformatica.Utils

UtilsComposeParagraph Method

Composes the paragraph.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static Paragraph ComposeParagraph(
	string s,
	DocumentModel doc
)
Public Shared Function ComposeParagraph ( 
	s As String,
	doc As DocumentModel
) As Paragraph
public:
static Paragraph^ ComposeParagraph(
	String^ s, 
	DocumentModel^ doc
)
static member ComposeParagraph : 
        s : string * 
        doc : DocumentModel -> Paragraph 

Parameters

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

Return Value

Type: Paragraph
Paragraph.
See Also