Text Class |
Namespace: SOWIDocument.Word
The Text type exposes the following members.
| Name | Description | |
|---|---|---|
| Text |
Initializes a new instance of the Text class.
Constructor without parameter
| |
| Text(String, String) |
Initializes a new instance of the Text class.
Constructor with parameter.
Generate Paragraph object by parameter.
|
| Name | Description | |
|---|---|---|
| GenerateParagraph(Run, String) |
Generate a paragraph object with parameter as Run object and by style
| |
| GenerateParagraph(String, String) |
Generate a paragraph object with text and by style
| |
| GenerateText |
Generate a run text object with text
|
| Name | Description | |
|---|---|---|
| Paragraph |
Paragraph object. This create by constructor with parameter see Text(String, String).
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |