DocxText Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item in Text items inside the run; this is where the actual text content is stored
public class DocxText
type DocxText = class
Public Class DocxText
- Inheritance
-
DocxText
Constructors
| Name | Description |
|---|---|
| DocxText() | |
Properties
| Name | Description |
|---|---|
| Path |
The Path of the location of this object; leave blank for new tables |
| TextContent |
Text string containing the text content of this text content item |
| TextIndex |
Index of the text content in the run; 0-based |