ReactOS 0.4.16-dev-847-g386fccd
tagME_DisplayItem Struct Reference

#include <editstr.h>

Collaboration diagram for tagME_DisplayItem:

Public Attributes

ME_DIType type
 
struct tagME_DisplayItemprev
 
struct tagME_DisplayItemnext
 
union {
   ME_Run   run
 
   ME_Row   row
 
   ME_Cell   cell
 
   ME_Paragraph   para
 
member
 

Detailed Description

Definition at line 253 of file editstr.h.

Member Data Documentation

◆ cell

ME_Cell tagME_DisplayItem::cell

Definition at line 260 of file editstr.h.

Referenced by ME_DumpDocument().

◆ 

◆ next

◆ para

◆ prev

◆ row

ME_Row tagME_DisplayItem::row

Definition at line 259 of file editstr.h.

◆ run

ME_Run tagME_DisplayItem::run

Definition at line 258 of file editstr.h.

Referenced by ME_DumpDocument(), para_first_run(), and row_end_cursor().

◆ type

ME_DIType tagME_DisplayItem::type

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