.NET Framework Class Library

DocumentText Members

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentText Members

The DocumentText type exposes the following members.

Methods

 

Name

Description

Public method

Clear


Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

FindNext

Search for text in the forward direction starting from either the current cursor position (CursorPosition) or the position of the last search occurrence.

Public method

FindPrevious

Search for text in the reverse direction starting from either the current cursor position (CursorPosition) or the position of the last search occurrence.

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

Document

Reference to the parent document.

Public property

Pages

List of pages (of text) contained in this document.

Public property

Text

Text present in the document.

Events

 

Name

Description

Public event

OnTextSearchWrapAround

Event to notify when the search reaches one end of the document and needs to continue from the other end.

See Also

DocumentText Class

Gnostice.Core.DOM Namespace