[]
Represents a single continuous line of text.
public interface ITextLine : IReadOnlyList<ITextChar>, IReadOnlyCollection<ITextChar>, IEnumerable<ITextChar>, IEnumerable
| Name | Description |
|---|---|
| Paragraph | Gets the ITextParagraph object that owns this line. |
| RunFragments | Gets the list of ITextRunFragment objects. |
| Text | Gets the line text. |
| Name | Description |
|---|---|
| GetCoords() | Gets the geometric coordinates (relative to the top left corner of the page) of this line. |
| GetCoords(int, int) | Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line. |
| GetPoints() | Gets the geometric coordinates (relative to the top left corner of the page) of this line. |
| GetPoints(int, int) | Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line. |
| GetText(int, int) | Returns the text of a range of ITextChar objects in this line. |