.NET Framework Class Library

IText Properties

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IText Interface >

.NET Framework Class Library

IText Properties

The IText type exposes the following members.

Properties

 

Name

Description

Public property

BeginIndex

Begin index of text with respect to the parent container.

Public property

BeginIndexInDocument

Begin index of text with respect to the parent document.

Public property

BoundingRect

Gets the boundary of the text present in this element with respect to the containing page.

Public property

EndIndex

End index of text with respect to the parent container.

Public property

EndIndexInDocument

End index of text with respect to the parent document.

Public property

Index

Index of element in parent element's list.

Public property

Next

Gets the next element at the same level. Null if no more elements after this one at the same level.

Public property

Previous

Gets the previous element at the same level. Null if no more elements before this one at the same level.

Public property

Text

Gets the text present in this element.

See Also

IText Interface

Gnostice.Core.DOM Namespace