All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
TextLine Class Reference

TextLine class. More...

Public Member Functions

 TextLine ()
 Initializes a new instance of the TextLine class. More...
 

Properties

int Height [get, set]
 Gets or sets the height. More...
 
int Left [get, set]
 Gets or sets the left coordinate. More...
 
int LineIndex [get, set]
 Gets or sets the index of the line. More...
 
int PageIndex [get, set]
 Gets or sets the page index. More...
 
string StringTag [get, set]
 Gets or sets the string tag. More...
 
string Text [get, set]
 Gets or sets the text. More...
 
int Top [get, set]
 Gets or sets the top coordinate. More...
 
int Width [get, set]
 Gets or sets the width. More...
 
WordCollection Words [get, set]
 Gets or sets the word collection. More...
 

Description

TextLine class.

Constructor & Destructor Documentation

TextLine ( )

Initializes a new instance of the TextLine class.

Property Documentation

int Height
getset

Gets or sets the height.

int Left
getset

Gets or sets the left coordinate.

int LineIndex
getset

Gets or sets the index of the line.

int PageIndex
getset

Gets or sets the page index.

string StringTag
getset

Gets or sets the string tag.

string Text
getset

Gets or sets the text.

int Top
getset

Gets or sets the top coordinate.

int Width
getset

Gets or sets the width.

WordCollection Words
getset

Gets or sets the word collection.