ReactOS 0.4.16-dev-1028-g8602629
tagME_Paragraph Struct Reference

#include <editstr.h>

Collaboration diagram for tagME_Paragraph:

Public Attributes

PARAFORMAT2 fmt
 
ME_Stringtext
 
struct tagME_Cellcell
 
ME_BorderRect border
 
int nCharOfs
 
int nFlags
 
POINT pt
 
int nHeight
 
int nWidth
 
int nRows
 
struct para_num para_num
 
ME_Runeop_run
 
struct tagME_DisplayItemprev_para
 
struct tagME_DisplayItemnext_para
 
struct wine_rb_entry marked_entry
 

Detailed Description

Definition at line 201 of file editstr.h.

Member Data Documentation

◆ border

◆ cell

struct tagME_Cell* tagME_Paragraph::cell

Definition at line 206 of file editstr.h.

Referenced by para_cell(), para_join(), para_split(), and table_insert_row_start_at_para().

◆ eop_run

ME_Run* tagME_Paragraph::eop_run

◆ fmt

◆ marked_entry

struct wine_rb_entry tagME_Paragraph::marked_entry

Definition at line 217 of file editstr.h.

Referenced by para_mark_add().

◆ nCharOfs

◆ next_para

◆ nFlags

◆ nHeight

◆ nRows

◆ nWidth

◆ para_num

◆ prev_para

struct tagME_DisplayItem* tagME_Paragraph::prev_para

◆ pt

◆ text

ME_String* tagME_Paragraph::text

Definition at line 204 of file editstr.h.

Referenced by itemize_para(), ME_MakeFirstParagraph(), para_destroy(), para_join(), and para_split().


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