.NET Framework Class Library

LineText Properties

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > LineText Class >

.NET Framework Class Library

LineText Properties

The LineText type exposes the following members.

Properties

 

Name

Description

Public property

BeginIndex

Begin index of text with respect to the parent page.

Public property

BeginIndexInDocument

Begin index of text with respect to the parent document.

Public property

BoundingRect

Bounding box of the text contained on this line.

Public property

EndIndex

End index of text with respect to the parent page.

Public property

EndIndexInDocument

End index of text with respect to the parent document.

Public property

Index

Index of this line in the parent page's line list.

Public property

Next

Gets the next line in the parent page. Null if this is already the last line in the page.

Public property

PageText

Reference to the parent page text.

Public property

Previous

Gets the previous line in the parent page. Null if this is already the first line in the page.

Public property

Text

Text present on this line.

Public property

Words

List of words contained on this line.

See Also

LineText Class

Gnostice.Core.DOM Namespace