ReactOS 0.4.15-dev-7953-g1f49173
tagME_Cell Struct Reference

#include <editstr.h>

Collaboration diagram for tagME_Cell:

Public Attributes

int nNestingLevel
 
int nRightBoundary
 
ME_BorderRect border
 
POINT pt
 
int nHeight
 
int nWidth
 
int yTextOffset
 
struct tagME_DisplayItemprev_cell
 
struct tagME_DisplayItemnext_cell
 
struct tagME_DisplayItemparent_cell
 

Detailed Description

Definition at line 221 of file editstr.h.

Member Data Documentation

◆ border

◆ next_cell

◆ nHeight

int tagME_Cell::nHeight

Definition at line 227 of file editstr.h.

Referenced by adjust_para_y(), ME_DrawTableBorders(), and ME_PaintContent().

◆ nNestingLevel

int tagME_Cell::nNestingLevel

Definition at line 223 of file editstr.h.

Referenced by ME_DumpDocument(), and ME_SplitParagraph().

◆ nRightBoundary

◆ nWidth

int tagME_Cell::nWidth

Definition at line 227 of file editstr.h.

Referenced by adjust_para_y(), ME_BeginRow(), ME_DrawParagraph(), and ME_DrawTableBorders().

◆ parent_cell

struct tagME_DisplayItem * tagME_Cell::parent_cell

Definition at line 229 of file editstr.h.

Referenced by ME_SplitParagraph().

◆ prev_cell

◆ pt

POINT tagME_Cell::pt

Definition at line 226 of file editstr.h.

Referenced by adjust_para_y(), ME_DrawParagraph(), ME_DrawTableBorders(), and ME_PaintContent().

◆ yTextOffset

int tagME_Cell::yTextOffset

Definition at line 228 of file editstr.h.

Referenced by adjust_para_y(), and ME_DrawTableBorders().


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