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)
NOXRscRefMatrix NOXCanvas::getRenderTransform ()
bool NOXCanvas::hasRenderTransform ()
void NOXCanvas::setRenderTransform (NOXRscRefMatrix pObject)
NOXRscRefAbbrGeomF NOXCanvas::getClip ()
bool NOXCanvas::hasClip ()
void NOXCanvas::setClip (NOXRscRefAbbrGeomF pObject)
NOXZeroOne NOXCanvas::getOpacity ()
bool NOXCanvas::hasOpacity ()
void NOXCanvas::setOpacity (NOXZeroOne pObject)
NOXZeroOne NOXCanvas::getDefaultOpacity ()
NOXRscRef NOXCanvas::getOpacityMask ()
bool NOXCanvas::hasOpacityMask ()
void NOXCanvas::setOpacityMask (NOXRscRef pObject)
NOXName NOXCanvas::getName ()
bool NOXCanvas::hasName ()
void NOXCanvas::setName (NOXName pObject)
NOXEdgeMode NOXCanvas::getRenderOptionsEdgeMode ()
bool NOXCanvas::hasRenderOptionsEdgeMode ()
void NOXCanvas::setRenderOptionsEdgeMode (NOXEdgeMode pObject)
NOXUriBase NOXCanvas::getFixedPageNavigateUri ()
bool NOXCanvas::hasFixedPageNavigateUri ()
void NOXCanvas::setFixedPageNavigateUri (NOXUriBase pObject)
NOXStringBase NOXCanvas::getAutomationPropertiesName ()
bool NOXCanvas::hasAutomationPropertiesName ()
void NOXCanvas::setAutomationPropertiesName (NOXStringBase pObject)
NOXStringBase NOXCanvas::getAutomationPropertiesHelpText ()
bool NOXCanvas::hasAutomationPropertiesHelpText ()
void NOXCanvas::setAutomationPropertiesHelpText (NOXStringBase pObject)
void intialize ()


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.

NOXRscRefMatrix NiXPSObjects::NOXCanvas::NOXCanvas::getRenderTransform (  ) 

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.

NOXRscRefAbbrGeomF NiXPSObjects::NOXCanvas::NOXCanvas::getClip (  ) 

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.

NOXRscRef NiXPSObjects::NOXCanvas::NOXCanvas::getOpacityMask (  ) 

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.

NOXName NiXPSObjects::NOXCanvas::NOXCanvas::getName (  ) 

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.

NOXUriBase NiXPSObjects::NOXCanvas::NOXCanvas::getFixedPageNavigateUri (  ) 

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.

NOXStringBase NiXPSObjects::NOXCanvas::NOXCanvas::getAutomationPropertiesName (  ) 

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.

NOXStringBase NiXPSObjects::NOXCanvas::NOXCanvas::getAutomationPropertiesHelpText (  ) 

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.


The documentation for this class was generated from the following file:
Generated on Mon Sep 24 15:01:44 2007 for NiXPS Library by  doxygen 1.5.3