Click or drag to resize

TextGenerateParagraph Method (String, String)

Generate a paragraph object with text and by style

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
internal static Paragraph GenerateParagraph(
	string pText = "",
	string pStyle = ""
)

Parameters

pText (Optional)
Type: SystemString
Paragraph text
pStyle (Optional)
Type: SystemString
Paragraph style

Return Value

Type: Paragraph
A paragraph with text and by style
See Also