Click or drag to resize

Text Constructor (String, String)

Initializes a new instance of the Text class. Constructor with parameter. Generate Paragraph object by parameter.

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public Text(
	string pText = "",
	string pStyle = ""
)

Parameters

pText (Optional)
Type: SystemString
Paragraph text
pStyle (Optional)
Type: SystemString
Paragraph style name. Must exist.
See Also