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)
Syntaxpublic Text(
string pText = "",
string pStyle = ""
)
Public Sub New (
Optional pText As String = "",
Optional pStyle As String = ""
)
Parameters
- pText (Optional)
- Type: SystemString
Paragraph text - pStyle (Optional)
- Type: SystemString
Paragraph style name. Must exist.
See Also