#include "NOXPrefix.h"
Public Member Functions | |
| NOXOutlineEntry | NOXDocumentOutline::getOutlineEntry (NCommon::UInt32 pIndex) |
| NCommon::UInt32 | NOXDocumentOutline::getNumOutlineEntry () |
| NOXOutlineEntry | NOXDocumentOutline::createOutlineEntry (NCommon::UInt32 pIndex) |
| void | intialize () |
| NOXBase | NOXDocumentOutline::getChild (NCommon::UInt32 pIndex) |
| NCommon::UInt32 | NOXDocumentOutline::getNumChilds () |
| NOXOutlineEntry NiXPSObjects::NOXDocumentOutline::NOXDocumentOutline::getOutlineEntry | ( | NCommon::UInt32 | pIndex | ) |
Get OutlineEntry element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXDocumentOutline::NOXDocumentOutline::getNumOutlineEntry | ( | ) |
Calculate the number of OutlineEntry elements that are present.
| NOXOutlineEntry NiXPSObjects::NOXDocumentOutline::NOXDocumentOutline::createOutlineEntry | ( | NCommon::UInt32 | pIndex | ) |
Create an OutlineEntry element at index pIndex.
| void NiXPSObjects::NOXDocumentOutline::intialize | ( | ) |
Initialize.
| NOXBase NiXPSObjects::NOXDocumentOutline::NOXDocumentOutline::getChild | ( | NCommon::UInt32 | pIndex | ) |
Get child element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXDocumentOutline::NOXDocumentOutline::getNumChilds | ( | ) |
Calculate the number of child elements that are present.
1.5.3