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)
Syntaxinternal static Run GenerateText(
string pText = ""
)
Friend Shared Function GenerateText (
Optional pText As String = ""
) As Run
Parameters
- pText (Optional)
- Type: SystemString
Text content
Return Value
Type:
RunA text object (run text)
Remarks
Space characters is preserve
See Also