A Sub
public class SubTextPart
Public Class SubTextPart
Introduced: X13.
Constructor | Description |
---|---|
Sub |
Initializes a new instance of the Sub |
Method | Description |
---|---|
Get |
Returns an array of Sub |
Get |
Returns an array of Text |
Save | Saves the subtextpart's text with the specified format. |
Scroll |
Sets the current input position to the beginning of a subtextpart and scrolls it into the visible part of the document. |
Property | Description |
---|---|
Data | Gets or sets additional data of the subtextpart. |
Highlight |
Gets or sets the highlight color for the subtextpart. |
Highlight |
Gets or sets a value indicating when the subtextpart is highlighted. |
ID | Gets or sets the subtextpart's identifier. |
Length | Gets the number of characters which belong to the subtextpart. |
Name | Gets or sets the name of the subtextpart. |
Nested |
Gets the subtextpart's nested level. |
Number | Gets the subtextpart's number. |
Outer |
Gets a subtextpart's outermost subtextpart. |
Outer |
Gets a subtextpart's outer subtextpart. |
Start | Gets the index (one-based) of the first character which belongs to the subtextpart. |
Text | Gets the subtextpart's text. |
Learn more about the TXText