#include "NOXPrefix.h"
Public Member Functions | |
| NOXTableRowGroup | NOXTable::getTableRowGroupStructure (NCommon::UInt32 pIndex) |
| NCommon::UInt32 | NOXTable::getNumTableRowGroupStructure () |
| NOXTableRowGroup | NOXTable::createTableRowGroupStructure (NCommon::UInt32 pIndex) |
| void | intialize () |
| NOXBase | NOXTable::getChild (NCommon::UInt32 pIndex) |
| NCommon::UInt32 | NOXTable::getNumChilds () |
| NOXTableRowGroup NiXPSObjects::NOXTable::NOXTable::getTableRowGroupStructure | ( | NCommon::UInt32 | pIndex | ) |
Get TableRowGroupStructure element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXTable::NOXTable::getNumTableRowGroupStructure | ( | ) |
Calculate the number of TableRowGroupStructure elements that are present.
| NOXTableRowGroup NiXPSObjects::NOXTable::NOXTable::createTableRowGroupStructure | ( | NCommon::UInt32 | pIndex | ) |
Create an TableRowGroupStructure element at index pIndex.
| void NiXPSObjects::NOXTable::intialize | ( | ) |
Initialize.
| NOXBase NiXPSObjects::NOXTable::NOXTable::getChild | ( | NCommon::UInt32 | pIndex | ) |
Get child element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXTable::NOXTable::getNumChilds | ( | ) |
Calculate the number of child elements that are present.
1.5.3