Class TextRun
Inherited Members
Namespace: pdftron.Layout
Assembly: PDFTronDotNet.dll
Syntax
public class TextRun : ContentElement
Constructors
TextRun(IntPtr, object)
Declaration
public TextRun(IntPtr impl, object reference)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | impl | |
object | reference |
Methods
GetText()
Gets the text content of the TextRun object.
Declaration
public string GetText()
Returns
Type | Description |
---|---|
string | The text content of the TextRun object. |
SetText(string)
Sets the text content of the TextRun object.
Declaration
public void SetText(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The text content to set. |