.NET Framework Class Library

LineText Members

<< 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 Members

The LineText type exposes the following members.

Constructors

 

Name

Description

Public method

LineText


Methods

 

Name

Description

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetType

(Inherited from Object.)

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

ToString

(Inherited from Object.)

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