#include "NOXPrefix.h"
Public Member Functions | |
| NOXTableCell | NOXTableRow::getTableCellStructure (NCommon::UInt32 pIndex) |
| NCommon::UInt32 | NOXTableRow::getNumTableCellStructure () |
| NOXTableCell | NOXTableRow::createTableCellStructure (NCommon::UInt32 pIndex) |
| void | intialize () |
| NOXBase | NOXTableRow::getChild (NCommon::UInt32 pIndex) |
| NCommon::UInt32 | NOXTableRow::getNumChilds () |
| NOXTableCell NiXPSObjects::NOXTableRow::NOXTableRow::getTableCellStructure | ( | NCommon::UInt32 | pIndex | ) |
Get TableCellStructure element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXTableRow::NOXTableRow::getNumTableCellStructure | ( | ) |
Calculate the number of TableCellStructure elements that are present.
| NOXTableCell NiXPSObjects::NOXTableRow::NOXTableRow::createTableCellStructure | ( | NCommon::UInt32 | pIndex | ) |
Create an TableCellStructure element at index pIndex.
| void NiXPSObjects::NOXTableRow::intialize | ( | ) |
Initialize.
| NOXBase NiXPSObjects::NOXTableRow::NOXTableRow::getChild | ( | NCommon::UInt32 | pIndex | ) |
Get child element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXTableRow::NOXTableRow::getNumChilds | ( | ) |
Calculate the number of child elements that are present.
1.5.3