TableElementData

Top Previous Topic Next Topic  Print this topic

TableElement is derived from ObjectData and provides all the necessary information about a table element such as a cell or a row.

 

Members

 

Name

Type

Description

m_x

Double

table element x position on page

m_y

Double

table element y position on page

m_width

Double

table element width

m_height

Double

table element height

 

Get-Set Methods

 

Name

Type

Description

X

Double

get or set m_x

Y

Double

get or set m_y

Width

Double

get or set m_width

Height

Double

get or set m_height

TopLeftPoint

FontStyle

get top left point of the table element in page

BottomRightPoint

FontWeight

get bottom right point of the table element in page