#include <WPXTable.h>
Public Member Functions | |
_WPXTableCell (uint8_t colSpan, uint8_t rowSpan, uint8_t borderBits) | |
Public Attributes | |
uint8_t | m_colSpan |
uint8_t | m_rowSpan |
uint8_t | m_borderBits |
_WPXTableCell::_WPXTableCell | ( | uint8_t | colSpan, |
uint8_t | rowSpan, | ||
uint8_t | borderBits | ||
) |
uint8_t _WPXTableCell::m_borderBits |
Referenced by WPXTable::_makeCellBordersConsistent(), and WP6ContentListener::insertCell().
uint8_t _WPXTableCell::m_colSpan |
uint8_t _WPXTableCell::m_rowSpan |