#include <ABWContentCollector.h>
Public Member Functions | |
| ABWContentTableState () | |
| ABWContentTableState (const ABWContentTableState &ts) | |
| ~ABWContentTableState () | |
Public Attributes | |
| std::map< std::string, std::string > | m_currentTableProperties |
| std::map< std::string, std::string > | m_currentCellProperties |
| int | m_currentTableCol |
| int | m_currentTableRow |
| int | m_currentTableCellNumberInRow |
| int | m_currentTableId |
| bool | m_isTableRowOpened |
| bool | m_isTableColumnOpened |
| bool | m_isTableCellOpened |
| bool | m_isCellWithoutParagraph |
| bool | m_isRowWithoutCell |
| std::map<std::string, std::string> libabw::ABWContentTableState::m_currentCellProperties |
| std::map<std::string, std::string> libabw::ABWContentTableState::m_currentTableProperties |