Description
Assembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Textrun type.
Namespace: Docs.WordAssembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Syntax
C# | Visual Basic | Visual C++ |
public enum TextrunType
Public Enumeration TextrunType
public enum class TextrunType
Members
Member | Value | Description |
---|---|---|
PlainText | 0 |
Plain text
|
Image | 1 |
Image
|
EmbeddedObject | 2 |
Embedded object
|
Hyperlink | 3 |
Hyperlink
|
FormField | 4 |
Form field
|
Field | 5 |
Common kind of field, i.e. MergeField
|
TabCharacter | 6 |
Tab character
|
LineBreak | 7 |
Line break
|
Service | 255 |
Service textrun used for some purpose. Its content will not show up in the document.
|