DocxText Class

Definition

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

Applies to