DataSource.NET  7.1.5.312018
Caplin.DataSource.Messaging.Page.IPageElement Interface Reference

Interface that represents an update to a region of a Page. More...

Inherited by Caplin.DataSource.Messaging.Page.PageElement.

Properties

string Text [get]
 Gets the updated text for the region of the Page. More...
 
int X [get]
 The column (horizontal) coordinate of the start of the updated region. More...
 
int Y [get]
 The row (vertical) cooordinate of the start of the updated region. More...
 

Detailed Description

Interface that represents an update to a region of a Page.

Property Documentation

string Caplin.DataSource.Messaging.Page.IPageElement.Text
get

Gets the updated text for the region of the Page.

The text.

int Caplin.DataSource.Messaging.Page.IPageElement.X
get

The column (horizontal) coordinate of the start of the updated region.

The column (in characters) where the first (leftmost) column of the page is at X=0.

int Caplin.DataSource.Messaging.Page.IPageElement.Y
get

The row (vertical) cooordinate of the start of the updated region.

The row (in characters) where the first (topmost) row of the page is at Y=0.


Generated on Sun Oct 21 2018 12:33:23 for DataSource.NET