NiXPSObjects::NOXCanvas Class Reference

#include "NOXPrefix.h"

List of all members.

Public Member Functions

NOXCP_Resources NOXCanvas::getCanvasResources (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXCanvas::getNumCanvasResources ()
NOXCP_Resources NOXCanvas::createCanvasResources (NCommon::UInt32 pIndex)
NOXCP_Transform NOXCanvas::getCanvasRenderTransform (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXCanvas::getNumCanvasRenderTransform ()
NOXCP_Transform NOXCanvas::createCanvasRenderTransform (NCommon::UInt32 pIndex)
NOXCP_Geometry NOXCanvas::getCanvasClip (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXCanvas::getNumCanvasClip ()
NOXCP_Geometry NOXCanvas::createCanvasClip (NCommon::UInt32 pIndex)
NOXCP_Brush NOXCanvas::getCanvasOpacityMask (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXCanvas::getNumCanvasOpacityMask ()
NOXCP_Brush NOXCanvas::createCanvasOpacityMask (NCommon::UInt32 pIndex)
NOXPath NOXCanvas::getPath (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXCanvas::getNumPath ()
NOXPath NOXCanvas::createPath (NCommon::UInt32 pIndex)
NOXGlyphs NOXCanvas::getGlyphs (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXCanvas::getNumGlyphs ()
NOXGlyphs NOXCanvas::createGlyphs (NCommon::UInt32 pIndex)
NOXCanvas NOXCanvas::getCanvas (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXCanvas::getNumCanvas ()
NOXCanvas NOXCanvas::createCanvas (NCommon::UInt32 pIndex)
void NOXCanvas::getRenderTransform (NOString &pString)
bool NOXCanvas::hasRenderTransform ()
void NOXCanvas::setRenderTransform (NOXRscRefMatrix pObject)
void NOXCanvas::getClip (NOString &pString)
bool NOXCanvas::hasClip ()
void NOXCanvas::setClip (NOXRscRefAbbrGeomF pObject)
NOXZeroOne NOXCanvas::getOpacity ()
bool NOXCanvas::hasOpacity ()
void NOXCanvas::setOpacity (NOXZeroOne pObject)
NOXZeroOne NOXCanvas::getDefaultOpacity ()
void NOXCanvas::getOpacityMask (NOString &pString)
bool NOXCanvas::hasOpacityMask ()
void NOXCanvas::setOpacityMask (NOXRscRef pObject)
void NOXCanvas::getName (NOString &pString)
bool NOXCanvas::hasName ()
void NOXCanvas::setName (NOXName pObject)
NOXEdgeMode NOXCanvas::getRenderOptionsEdgeMode ()
bool NOXCanvas::hasRenderOptionsEdgeMode ()
void NOXCanvas::setRenderOptionsEdgeMode (NOXEdgeMode pObject)
void NOXCanvas::getFixedPageNavigateUri (NOString &pString)
bool NOXCanvas::hasFixedPageNavigateUri ()
void NOXCanvas::setFixedPageNavigateUri (NOXUriBase pObject)
void NOXCanvas::getAutomationPropertiesName (NOString &pString)
bool NOXCanvas::hasAutomationPropertiesName ()
void NOXCanvas::setAutomationPropertiesName (NOXStringBase pObject)
void NOXCanvas::getAutomationPropertiesHelpText (NOString &pString)
bool NOXCanvas::hasAutomationPropertiesHelpText ()
void NOXCanvas::setAutomationPropertiesHelpText (NOXStringBase pObject)
void intialize ()
NOXBase NOXCanvas::getChild (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXCanvas::getNumChilds ()


Detailed Description

Class NOXCanvas
Examples:

docexample_createpage.cpp.


Member Function Documentation

NOXCP_Resources NiXPSObjects::NOXCanvas::NOXCanvas::getCanvasResources ( NCommon::UInt32  pIndex  ) 

Get CanvasResources element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXCanvas::NOXCanvas::getNumCanvasResources (  ) 

Calculate the number of CanvasResources elements that are present.

NOXCP_Resources NiXPSObjects::NOXCanvas::NOXCanvas::createCanvasResources ( NCommon::UInt32  pIndex  ) 

Create an CanvasResources element at index pIndex.

NOXCP_Transform NiXPSObjects::NOXCanvas::NOXCanvas::getCanvasRenderTransform ( NCommon::UInt32  pIndex  ) 

Get CanvasRenderTransform element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXCanvas::NOXCanvas::getNumCanvasRenderTransform (  ) 

Calculate the number of CanvasRenderTransform elements that are present.

NOXCP_Transform NiXPSObjects::NOXCanvas::NOXCanvas::createCanvasRenderTransform ( NCommon::UInt32  pIndex  ) 

Create an CanvasRenderTransform element at index pIndex.

NOXCP_Geometry NiXPSObjects::NOXCanvas::NOXCanvas::getCanvasClip ( NCommon::UInt32  pIndex  ) 

Get CanvasClip element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXCanvas::NOXCanvas::getNumCanvasClip (  ) 

Calculate the number of CanvasClip elements that are present.

NOXCP_Geometry NiXPSObjects::NOXCanvas::NOXCanvas::createCanvasClip ( NCommon::UInt32  pIndex  ) 

Create an CanvasClip element at index pIndex.

NOXCP_Brush NiXPSObjects::NOXCanvas::NOXCanvas::getCanvasOpacityMask ( NCommon::UInt32  pIndex  ) 

Get CanvasOpacityMask element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXCanvas::NOXCanvas::getNumCanvasOpacityMask (  ) 

Calculate the number of CanvasOpacityMask elements that are present.

NOXCP_Brush NiXPSObjects::NOXCanvas::NOXCanvas::createCanvasOpacityMask ( NCommon::UInt32  pIndex  ) 

Create an CanvasOpacityMask element at index pIndex.

NOXPath NiXPSObjects::NOXCanvas::NOXCanvas::getPath ( NCommon::UInt32  pIndex  ) 

Get Path element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXCanvas::NOXCanvas::getNumPath (  ) 

Calculate the number of Path elements that are present.

NOXPath NiXPSObjects::NOXCanvas::NOXCanvas::createPath ( NCommon::UInt32  pIndex  ) 

Create an Path element at index pIndex.

NOXGlyphs NiXPSObjects::NOXCanvas::NOXCanvas::getGlyphs ( NCommon::UInt32  pIndex  ) 

Get Glyphs element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXCanvas::NOXCanvas::getNumGlyphs (  ) 

Calculate the number of Glyphs elements that are present.

NOXGlyphs NiXPSObjects::NOXCanvas::NOXCanvas::createGlyphs ( NCommon::UInt32  pIndex  ) 

Create an Glyphs element at index pIndex.

NOXCanvas NiXPSObjects::NOXCanvas::NOXCanvas::getCanvas ( NCommon::UInt32  pIndex  ) 

Get Canvas element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXCanvas::NOXCanvas::getNumCanvas (  ) 

Calculate the number of Canvas elements that are present.

NOXCanvas NiXPSObjects::NOXCanvas::NOXCanvas::createCanvas ( NCommon::UInt32  pIndex  ) 

Create an Canvas element at index pIndex.

void NiXPSObjects::NOXCanvas::NOXCanvas::getRenderTransform ( NOString pString  ) 

Get the RenderTransform attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasRenderTransform (  ) 

Check for the availability of the RenderTransform attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setRenderTransform ( NOXRscRefMatrix  pObject  ) 

Sets the RenderTransform attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::getClip ( NOString pString  ) 

Get the Clip attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasClip (  ) 

Check for the availability of the Clip attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setClip ( NOXRscRefAbbrGeomF  pObject  ) 

Sets the Clip attribute.

NOXZeroOne NiXPSObjects::NOXCanvas::NOXCanvas::getOpacity (  ) 

Get the Opacity attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasOpacity (  ) 

Check for the availability of the Opacity attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setOpacity ( NOXZeroOne  pObject  ) 

Sets the Opacity attribute.

NOXZeroOne NiXPSObjects::NOXCanvas::NOXCanvas::getDefaultOpacity (  ) 

Get the default Opacity.

void NiXPSObjects::NOXCanvas::NOXCanvas::getOpacityMask ( NOString pString  ) 

Get the OpacityMask attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasOpacityMask (  ) 

Check for the availability of the OpacityMask attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setOpacityMask ( NOXRscRef  pObject  ) 

Sets the OpacityMask attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::getName ( NOString pString  ) 

Get the Name attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasName (  ) 

Check for the availability of the Name attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setName ( NOXName  pObject  ) 

Sets the Name attribute.

NOXEdgeMode NiXPSObjects::NOXCanvas::NOXCanvas::getRenderOptionsEdgeMode (  ) 

Get the RenderOptionsEdgeMode attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasRenderOptionsEdgeMode (  ) 

Check for the availability of the RenderOptionsEdgeMode attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setRenderOptionsEdgeMode ( NOXEdgeMode  pObject  ) 

Sets the RenderOptionsEdgeMode attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::getFixedPageNavigateUri ( NOString pString  ) 

Get the FixedPageNavigateUri attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasFixedPageNavigateUri (  ) 

Check for the availability of the FixedPageNavigateUri attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setFixedPageNavigateUri ( NOXUriBase  pObject  ) 

Sets the FixedPageNavigateUri attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::getAutomationPropertiesName ( NOString pString  ) 

Get the AutomationPropertiesName attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasAutomationPropertiesName (  ) 

Check for the availability of the AutomationPropertiesName attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setAutomationPropertiesName ( NOXStringBase  pObject  ) 

Sets the AutomationPropertiesName attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::getAutomationPropertiesHelpText ( NOString pString  ) 

Get the AutomationPropertiesHelpText attribute.

bool NiXPSObjects::NOXCanvas::NOXCanvas::hasAutomationPropertiesHelpText (  ) 

Check for the availability of the AutomationPropertiesHelpText attribute.

void NiXPSObjects::NOXCanvas::NOXCanvas::setAutomationPropertiesHelpText ( NOXStringBase  pObject  ) 

Sets the AutomationPropertiesHelpText attribute.

void NiXPSObjects::NOXCanvas::intialize (  ) 

Initialize.

Examples:
docexample_createpage.cpp.

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

Get child element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXCanvas::NOXCanvas::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:45 2008 for NiXPS Library SDK by  doxygen 1.5.3