ReactOS 0.4.15-dev-7924-g5949c20
RTFTable Struct Reference

#include <rtf.h>

Collaboration diagram for RTFTable:

Public Attributes

RTFCell cells [MAX_TABLE_CELLS]
 
int numCellsDefined
 
int gapH
 
int leftEdge
 
RTFBorder border [6]
 
int numCellsInserted
 
ME_DisplayItemtableRowStart
 
RTFTableparent
 

Detailed Description

Definition at line 1025 of file rtf.h.

Member Data Documentation

◆ border

RTFBorder RTFTable::border[6]

Definition at line 1032 of file rtf.h.

Referenced by ME_InitTableDef(), ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().

◆ cells

RTFCell RTFTable::cells[MAX_TABLE_CELLS]

Definition at line 1027 of file rtf.h.

Referenced by ME_InitTableDef(), ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().

◆ gapH

int RTFTable::gapH

Definition at line 1030 of file rtf.h.

Referenced by ME_InitTableDef(), and ME_MakeTableDef().

◆ leftEdge

int RTFTable::leftEdge

Definition at line 1030 of file rtf.h.

Referenced by ME_InitTableDef().

◆ numCellsDefined

int RTFTable::numCellsDefined

Definition at line 1028 of file rtf.h.

Referenced by ME_InitTableDef(), ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().

◆ numCellsInserted

int RTFTable::numCellsInserted

Definition at line 1035 of file rtf.h.

Referenced by ME_RTFSpecialCharHook().

◆ parent

RTFTable* RTFTable::parent

Definition at line 1044 of file rtf.h.

Referenced by ME_RTFParAttrHook(), ME_RTFSpecialCharHook(), and RTFDestroy().

◆ tableRowStart

ME_DisplayItem* RTFTable::tableRowStart

Definition at line 1041 of file rtf.h.

Referenced by ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().


The documentation for this struct was generated from the following file: