|
Graphviz 14.0.3~dev.20251028.0232
|
#include <htmltable.h>
Data Fields | |
| bool | radial: 1 |
| bool | rounded: 1 |
| bool | invisible: 1 |
| bool | dotted: 1 |
| bool | dashed: 1 |
Definition at line 73 of file htmltable.h.
| bool htmlstyle_t::dashed |
Definition at line 78 of file htmltable.h.
Referenced by doBorder().
| bool htmlstyle_t::dotted |
Definition at line 77 of file htmltable.h.
Referenced by doBorder().
| bool htmlstyle_t::invisible |
Definition at line 76 of file htmltable.h.
Referenced by emit_html_cell(), and emit_html_tbl().
| bool htmlstyle_t::radial |
Definition at line 74 of file htmltable.h.
Referenced by setFill().
| bool htmlstyle_t::rounded |
Definition at line 75 of file htmltable.h.
Referenced by doBorder(), emit_html_cell(), and emit_html_tbl().