NiXPSObjects::NOXStoryFragment Class Reference

#include "NOXPrefix.h"

List of all members.

Public Member Functions

NOXBreak NOXStoryFragment::getStoryBreak (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXStoryFragment::getNumStoryBreak ()
NOXBreak NOXStoryFragment::createStoryBreak (NCommon::UInt32 pIndex)
NOXSection NOXStoryFragment::getSectionStructure (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXStoryFragment::getNumSectionStructure ()
NOXSection NOXStoryFragment::createSectionStructure (NCommon::UInt32 pIndex)
NOXParagraph NOXStoryFragment::getParagraphStructure (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXStoryFragment::getNumParagraphStructure ()
NOXParagraph NOXStoryFragment::createParagraphStructure (NCommon::UInt32 pIndex)
NOXHandler NOXStoryFragment::getListStructure (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXStoryFragment::getNumListStructure ()
NOXHandler NOXStoryFragment::createListStructure (NCommon::UInt32 pIndex)
NOXHandler NOXStoryFragment::getTableStructure (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXStoryFragment::getNumTableStructure ()
NOXHandler NOXStoryFragment::createTableStructure (NCommon::UInt32 pIndex)
NOXFigure NOXStoryFragment::getFigureStructure (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXStoryFragment::getNumFigureStructure ()
NOXFigure NOXStoryFragment::createFigureStructure (NCommon::UInt32 pIndex)
void NOXStoryFragment::getStoryName (NOString &pString)
bool NOXStoryFragment::hasStoryName ()
void NOXStoryFragment::setStoryName (NOXStringBase pObject)
void NOXStoryFragment::getFragmentName (NOString &pString)
bool NOXStoryFragment::hasFragmentName ()
void NOXStoryFragment::setFragmentName (NOXStringBase pObject)
NOXFragmentType NOXStoryFragment::getFragmentType ()
bool NOXStoryFragment::hasFragmentType ()
void NOXStoryFragment::setFragmentType (NOXFragmentType pObject)
void intialize (NOXFragmentType pFragmentType)
NOXBase NOXStoryFragment::getChild (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXStoryFragment::getNumChilds ()


Detailed Description

Class NOXStoryFragment

Member Function Documentation

NOXBreak NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getStoryBreak ( NCommon::UInt32  pIndex  ) 

Get StoryBreak element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getNumStoryBreak (  ) 

Calculate the number of StoryBreak elements that are present.

NOXBreak NiXPSObjects::NOXStoryFragment::NOXStoryFragment::createStoryBreak ( NCommon::UInt32  pIndex  ) 

Create an StoryBreak element at index pIndex.

NOXSection NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getSectionStructure ( NCommon::UInt32  pIndex  ) 

Get SectionStructure element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getNumSectionStructure (  ) 

Calculate the number of SectionStructure elements that are present.

NOXSection NiXPSObjects::NOXStoryFragment::NOXStoryFragment::createSectionStructure ( NCommon::UInt32  pIndex  ) 

Create an SectionStructure element at index pIndex.

NOXParagraph NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getParagraphStructure ( NCommon::UInt32  pIndex  ) 

Get ParagraphStructure element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getNumParagraphStructure (  ) 

Calculate the number of ParagraphStructure elements that are present.

NOXParagraph NiXPSObjects::NOXStoryFragment::NOXStoryFragment::createParagraphStructure ( NCommon::UInt32  pIndex  ) 

Create an ParagraphStructure element at index pIndex.

NOXHandler NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getListStructure ( NCommon::UInt32  pIndex  ) 

Get ListStructure element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getNumListStructure (  ) 

Calculate the number of ListStructure elements that are present.

NOXHandler NiXPSObjects::NOXStoryFragment::NOXStoryFragment::createListStructure ( NCommon::UInt32  pIndex  ) 

Create an ListStructure element at index pIndex.

NOXHandler NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getTableStructure ( NCommon::UInt32  pIndex  ) 

Get TableStructure element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getNumTableStructure (  ) 

Calculate the number of TableStructure elements that are present.

NOXHandler NiXPSObjects::NOXStoryFragment::NOXStoryFragment::createTableStructure ( NCommon::UInt32  pIndex  ) 

Create an TableStructure element at index pIndex.

NOXFigure NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getFigureStructure ( NCommon::UInt32  pIndex  ) 

Get FigureStructure element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getNumFigureStructure (  ) 

Calculate the number of FigureStructure elements that are present.

NOXFigure NiXPSObjects::NOXStoryFragment::NOXStoryFragment::createFigureStructure ( NCommon::UInt32  pIndex  ) 

Create an FigureStructure element at index pIndex.

void NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getStoryName ( NOString pString  ) 

Get the StoryName attribute.

bool NiXPSObjects::NOXStoryFragment::NOXStoryFragment::hasStoryName (  ) 

Check for the availability of the StoryName attribute.

void NiXPSObjects::NOXStoryFragment::NOXStoryFragment::setStoryName ( NOXStringBase  pObject  ) 

Sets the StoryName attribute.

void NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getFragmentName ( NOString pString  ) 

Get the FragmentName attribute.

bool NiXPSObjects::NOXStoryFragment::NOXStoryFragment::hasFragmentName (  ) 

Check for the availability of the FragmentName attribute.

void NiXPSObjects::NOXStoryFragment::NOXStoryFragment::setFragmentName ( NOXStringBase  pObject  ) 

Sets the FragmentName attribute.

NOXFragmentType NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getFragmentType (  ) 

Get the FragmentType attribute.

bool NiXPSObjects::NOXStoryFragment::NOXStoryFragment::hasFragmentType (  ) 

Check for the availability of the FragmentType attribute.

void NiXPSObjects::NOXStoryFragment::NOXStoryFragment::setFragmentType ( NOXFragmentType  pObject  ) 

Sets the FragmentType attribute.

void NiXPSObjects::NOXStoryFragment::intialize ( NOXFragmentType  pFragmentType  ) 

Initialize.

NOXBase NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getChild ( NCommon::UInt32  pIndex  ) 

Get child element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXStoryFragment::NOXStoryFragment::getNumChilds (  ) 

Calculate the number of child elements that are present.


The documentation for this class was generated from the following file:
Generated on Thu Jul 3 15:30:46 2008 for NiXPS Library SDK by  doxygen 1.5.3