#include "NOXPrefix.h"
Public Member Functions | |
NOXParagraph | NOXSection::getParagraphStructure (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXSection::getNumParagraphStructure () |
NOXParagraph | NOXSection::createParagraphStructure (NCommon::UInt32 pIndex) |
NOXHandler | NOXSection::getListStructure (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXSection::getNumListStructure () |
NOXHandler | NOXSection::createListStructure (NCommon::UInt32 pIndex) |
NOXHandler | NOXSection::getTableStructure (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXSection::getNumTableStructure () |
NOXHandler | NOXSection::createTableStructure (NCommon::UInt32 pIndex) |
NOXFigure | NOXSection::getFigureStructure (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXSection::getNumFigureStructure () |
NOXFigure | NOXSection::createFigureStructure (NCommon::UInt32 pIndex) |
void | intialize () |
NOXBase | NOXSection::getChild (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXSection::getNumChilds () |
NOXParagraph NiXPSObjects::NOXSection::NOXSection::getParagraphStructure | ( | NCommon::UInt32 | pIndex | ) |
Get ParagraphStructure element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXSection::NOXSection::getNumParagraphStructure | ( | ) |
Calculate the number of ParagraphStructure elements that are present.
NOXParagraph NiXPSObjects::NOXSection::NOXSection::createParagraphStructure | ( | NCommon::UInt32 | pIndex | ) |
Create an ParagraphStructure element at index pIndex.
NOXHandler NiXPSObjects::NOXSection::NOXSection::getListStructure | ( | NCommon::UInt32 | pIndex | ) |
Get ListStructure element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXSection::NOXSection::getNumListStructure | ( | ) |
Calculate the number of ListStructure elements that are present.
NOXHandler NiXPSObjects::NOXSection::NOXSection::createListStructure | ( | NCommon::UInt32 | pIndex | ) |
Create an ListStructure element at index pIndex.
NOXHandler NiXPSObjects::NOXSection::NOXSection::getTableStructure | ( | NCommon::UInt32 | pIndex | ) |
Get TableStructure element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXSection::NOXSection::getNumTableStructure | ( | ) |
Calculate the number of TableStructure elements that are present.
NOXHandler NiXPSObjects::NOXSection::NOXSection::createTableStructure | ( | NCommon::UInt32 | pIndex | ) |
Create an TableStructure element at index pIndex.
NOXFigure NiXPSObjects::NOXSection::NOXSection::getFigureStructure | ( | NCommon::UInt32 | pIndex | ) |
Get FigureStructure element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXSection::NOXSection::getNumFigureStructure | ( | ) |
Calculate the number of FigureStructure elements that are present.
NOXFigure NiXPSObjects::NOXSection::NOXSection::createFigureStructure | ( | NCommon::UInt32 | pIndex | ) |
Create an FigureStructure element at index pIndex.
void NiXPSObjects::NOXSection::intialize | ( | ) |
Initialize.
NOXBase NiXPSObjects::NOXSection::NOXSection::getChild | ( | NCommon::UInt32 | pIndex | ) |
Get child element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXSection::NOXSection::getNumChilds | ( | ) |
Calculate the number of child elements that are present.