Gets the text start index of specified Glyphs element.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static int GetTextIndex(
	Glyphs glyphs
)
Visual Basic
Public Shared Function GetTextIndex ( _
	glyphs As Glyphs _
) As Integer
Visual C++
public:
static int GetTextIndex(
	Glyphs^ glyphs
)

Parameters

glyphs
Type: System.Windows.Documents..::..Glyphs
The glyphs.

Return Value

The text start index of the Glyphs element in the entire page text.

See Also