Click or drag to resize

TextGenerateText Method

Generate a run text object with text

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
internal static Run GenerateText(
	string pText = ""
)

Parameters

pText (Optional)
Type: SystemString
Text content

Return Value

Type: Run
A text object (run text)
Remarks
Space characters is preserve
See Also