Click or drag to resize

Text Class

Text handling
Inheritance Hierarchy
SystemObject
  SOWIDocument.WordText

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Text

The Text type exposes the following members.

Constructors
  NameDescription
Public methodText
Initializes a new instance of the Text class. Constructor without parameter
Public methodText(String, String)
Initializes a new instance of the Text class. Constructor with parameter. Generate Paragraph object by parameter.
Top
Methods
  NameDescription
Protected methodStatic memberGenerateParagraph(Run, String)
Generate a paragraph object with parameter as Run object and by style
Protected methodStatic memberGenerateParagraph(String, String)
Generate a paragraph object with text and by style
Protected methodStatic memberGenerateText
Generate a run text object with text
Top
Fields
  NameDescription
Public fieldParagraph
Paragraph object. This create by constructor with parameter see Text(String, String).
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also