RecAPI
Public Attributes
CELL_INFO Struct Reference

Structure of a cell in a table. More...

List of all members.

Public Attributes

RECT  rect
  Coordinates of the cell.
ZONETYPE  type
  Cell type (WT_FLOW, WT_VERTTEXT, WT_LEFTTEXT, WT_RIGHTTEXT).
REC_COLOR  cellcolor
  Background color of the cell.
REC_COLOR  lcolor
  Left border color of the cell.
REC_COLOR  tcolor
  Top border color of the cell.
REC_COLOR  rcolor
  Right border color of the cell.
REC_COLOR  bcolor
  Bottom border color of the cell.
RLSTYLE  lstyle
  Left border style.
RLSTYLE  tstyle
  Top border style.
RLSTYLE  rstyle
  Right border style.
RLSTYLE  bstyle
  Bottom border style.
BYTE  lwidth
  Left border width in pixels.
BYTE  twidth
  Top border width in pixels.
BYTE  rwidth
  Right border width in pixels.
BYTE  bwidth
  Bottom border width in pixels.
int  ref
  Internal use only.
UINT  flags
  Internal use only.

Detailed Description

Structure of a cell in a table.

This contains all the accessible information about a table cell. See kRecGetCellInfo.