Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
htmlcell_t Struct Reference

#include <htmltable.h>

Collaboration diagram for htmlcell_t:
[legend]

Data Fields

htmldata_t data
 
uint16_t colspan
 
uint16_t rowspan
 
uint16_t col
 
uint16_t row
 
htmllabel_t child
 
htmltbl_tparent
 
bool vruled: 1
 vertically ruled?
 
bool hruled: 1
 horizontally ruled?
 

Detailed Description

Definition at line 157 of file htmltable.h.

Field Documentation

◆ child

◆ col

uint16_t htmlcell_t::col

Definition at line 161 of file htmltable.h.

Referenced by emit_html_rules(), pos_html_tbl(), and processTbl().

◆ colspan

uint16_t htmlcell_t::colspan

Definition at line 159 of file htmltable.h.

Referenced by emit_html_rules(), findCol(), pos_html_tbl(), and processTbl().

◆ data

◆ hruled

bool htmlcell_t::hruled

Definition at line 166 of file htmltable.h.

Referenced by emit_html_rules(), emit_html_tbl(), processTbl(), setCell(), and setCell().

◆ parent

htmltbl_t* htmlcell_t::parent

Definition at line 164 of file htmltable.h.

Referenced by emit_html_rules(), pos_html_cell(), and size_html_cell().

◆ row

uint16_t htmlcell_t::row

Definition at line 162 of file htmltable.h.

Referenced by emit_html_rules(), pos_html_tbl(), and processTbl().

◆ rowspan

uint16_t htmlcell_t::rowspan

Definition at line 160 of file htmltable.h.

Referenced by emit_html_rules(), findCol(), pos_html_tbl(), and processTbl().

◆ vruled

bool htmlcell_t::vruled

Definition at line 165 of file htmltable.h.

Referenced by emit_html_rules(), emit_html_tbl(), setCell(), and setCell().


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