Doxygen
|
Public Attributes | |
RowSpanList | rowSpans |
size_t | numCols = 0 |
size_t | currentColumn = 0 |
bool | inRowSpan = false |
bool | inColSpan = false |
bool | firstRow = false |
Definition at line 186 of file latexdocvisitor.h.
size_t LatexDocVisitor::TableState::currentColumn = 0 |
Definition at line 190 of file latexdocvisitor.h.
bool LatexDocVisitor::TableState::firstRow = false |
Definition at line 193 of file latexdocvisitor.h.
bool LatexDocVisitor::TableState::inColSpan = false |
Definition at line 192 of file latexdocvisitor.h.
bool LatexDocVisitor::TableState::inRowSpan = false |
Definition at line 191 of file latexdocvisitor.h.
size_t LatexDocVisitor::TableState::numCols = 0 |
Definition at line 189 of file latexdocvisitor.h.
RowSpanList LatexDocVisitor::TableState::rowSpans |
Definition at line 188 of file latexdocvisitor.h.