| UtilsComposeParagraph Method |
Composes the paragraph.
Namespace:
QsGemBox
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.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:
ParagraphParagraph.
See Also