NiXPSObjects::NOXPath Class Reference

#include "NOXPrefix.h"

List of all members.

Public Member Functions

NOXCP_Transform NOXPath::getPathRenderTransform (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXPath::getNumPathRenderTransform ()
NOXCP_Transform NOXPath::createPathRenderTransform (NCommon::UInt32 pIndex)
NOXCP_Geometry NOXPath::getPathClip (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXPath::getNumPathClip ()
NOXCP_Geometry NOXPath::createPathClip (NCommon::UInt32 pIndex)
NOXCP_Brush NOXPath::getPathOpacityMask (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXPath::getNumPathOpacityMask ()
NOXCP_Brush NOXPath::createPathOpacityMask (NCommon::UInt32 pIndex)
NOXCP_Brush NOXPath::getPathFill (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXPath::getNumPathFill ()
NOXCP_Brush NOXPath::createPathFill (NCommon::UInt32 pIndex)
NOXCP_Brush NOXPath::getPathStroke (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXPath::getNumPathStroke ()
NOXCP_Brush NOXPath::createPathStroke (NCommon::UInt32 pIndex)
NOXCP_Geometry NOXPath::getPathData (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXPath::getNumPathData ()
NOXCP_Geometry NOXPath::createPathData (NCommon::UInt32 pIndex)
void NOXPath::getData (NOString &pString)
bool NOXPath::hasData ()
void NOXPath::setData (NOXRscRefAbbrGeomF pObject)
void NOXPath::getFill (NOString &pString)
bool NOXPath::hasFill ()
void NOXPath::setFill (NOXRscRefColor pObject)
void NOXPath::getRenderTransform (NOString &pString)
bool NOXPath::hasRenderTransform ()
void NOXPath::setRenderTransform (NOXRscRefMatrix pObject)
void NOXPath::getClip (NOString &pString)
bool NOXPath::hasClip ()
void NOXPath::setClip (NOXRscRefAbbrGeomF pObject)
NOXZeroOne NOXPath::getOpacity ()
bool NOXPath::hasOpacity ()
void NOXPath::setOpacity (NOXZeroOne pObject)
NOXZeroOne NOXPath::getDefaultOpacity ()
void NOXPath::getOpacityMask (NOString &pString)
bool NOXPath::hasOpacityMask ()
void NOXPath::setOpacityMask (NOXRscRef pObject)
void NOXPath::getStroke (NOString &pString)
bool NOXPath::hasStroke ()
void NOXPath::setStroke (NOXRscRefColor pObject)
void NOXPath::getStrokeDashArray (NOString &pString)
bool NOXPath::hasStrokeDashArray ()
void NOXPath::setStrokeDashArray (NOXEvenArrayPos pObject)
NOXDashCap NOXPath::getStrokeDashCap ()
bool NOXPath::hasStrokeDashCap ()
void NOXPath::setStrokeDashCap (NOXDashCap pObject)
NOXDashCap NOXPath::getDefaultStrokeDashCap ()
NOXDouble NOXPath::getStrokeDashOffset ()
bool NOXPath::hasStrokeDashOffset ()
void NOXPath::setStrokeDashOffset (NOXDouble pObject)
NOXDouble NOXPath::getDefaultStrokeDashOffset ()
NOXLineCap NOXPath::getStrokeEndLineCap ()
bool NOXPath::hasStrokeEndLineCap ()
void NOXPath::setStrokeEndLineCap (NOXLineCap pObject)
NOXLineCap NOXPath::getDefaultStrokeEndLineCap ()
NOXLineCap NOXPath::getStrokeStartLineCap ()
bool NOXPath::hasStrokeStartLineCap ()
void NOXPath::setStrokeStartLineCap (NOXLineCap pObject)
NOXLineCap NOXPath::getDefaultStrokeStartLineCap ()
NOXLineJoin NOXPath::getStrokeLineJoin ()
bool NOXPath::hasStrokeLineJoin ()
void NOXPath::setStrokeLineJoin (NOXLineJoin pObject)
NOXLineJoin NOXPath::getDefaultStrokeLineJoin ()
NOXGEOne NOXPath::getStrokeMiterLimit ()
bool NOXPath::hasStrokeMiterLimit ()
void NOXPath::setStrokeMiterLimit (NOXGEOne pObject)
NOXGEOne NOXPath::getDefaultStrokeMiterLimit ()
NOXGEZero NOXPath::getStrokeThickness ()
bool NOXPath::hasStrokeThickness ()
void NOXPath::setStrokeThickness (NOXGEZero pObject)
NOXGEZero NOXPath::getDefaultStrokeThickness ()
void NOXPath::getName (NOString &pString)
bool NOXPath::hasName ()
void NOXPath::setName (NOXName pObject)
void NOXPath::getFixedPageNavigateUri (NOString &pString)
bool NOXPath::hasFixedPageNavigateUri ()
void NOXPath::setFixedPageNavigateUri (NOXUriBase pObject)
void NOXPath::getAutomationPropertiesName (NOString &pString)
bool NOXPath::hasAutomationPropertiesName ()
void NOXPath::setAutomationPropertiesName (NOXStringBase pObject)
void NOXPath::getAutomationPropertiesHelpText (NOString &pString)
bool NOXPath::hasAutomationPropertiesHelpText ()
void NOXPath::setAutomationPropertiesHelpText (NOXStringBase pObject)
NOXBoolean NOXPath::getSnapsToDevicePixels ()
bool NOXPath::hasSnapsToDevicePixels ()
void NOXPath::setSnapsToDevicePixels (NOXBoolean pObject)
void intialize ()
NOXBase NOXPath::getChild (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXPath::getNumChilds ()


Detailed Description

Class NOXPath

Member Function Documentation

NOXCP_Transform NiXPSObjects::NOXPath::NOXPath::getPathRenderTransform ( NCommon::UInt32  pIndex  ) 

Get PathRenderTransform element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXPath::NOXPath::getNumPathRenderTransform (  ) 

Calculate the number of PathRenderTransform elements that are present.

NOXCP_Transform NiXPSObjects::NOXPath::NOXPath::createPathRenderTransform ( NCommon::UInt32  pIndex  ) 

Create an PathRenderTransform element at index pIndex.

NOXCP_Geometry NiXPSObjects::NOXPath::NOXPath::getPathClip ( NCommon::UInt32  pIndex  ) 

Get PathClip element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXPath::NOXPath::getNumPathClip (  ) 

Calculate the number of PathClip elements that are present.

NOXCP_Geometry NiXPSObjects::NOXPath::NOXPath::createPathClip ( NCommon::UInt32  pIndex  ) 

Create an PathClip element at index pIndex.

NOXCP_Brush NiXPSObjects::NOXPath::NOXPath::getPathOpacityMask ( NCommon::UInt32  pIndex  ) 

Get PathOpacityMask element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXPath::NOXPath::getNumPathOpacityMask (  ) 

Calculate the number of PathOpacityMask elements that are present.

NOXCP_Brush NiXPSObjects::NOXPath::NOXPath::createPathOpacityMask ( NCommon::UInt32  pIndex  ) 

Create an PathOpacityMask element at index pIndex.

NOXCP_Brush NiXPSObjects::NOXPath::NOXPath::getPathFill ( NCommon::UInt32  pIndex  ) 

Get PathFill element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXPath::NOXPath::getNumPathFill (  ) 

Calculate the number of PathFill elements that are present.

NOXCP_Brush NiXPSObjects::NOXPath::NOXPath::createPathFill ( NCommon::UInt32  pIndex  ) 

Create an PathFill element at index pIndex.

NOXCP_Brush NiXPSObjects::NOXPath::NOXPath::getPathStroke ( NCommon::UInt32  pIndex  ) 

Get PathStroke element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXPath::NOXPath::getNumPathStroke (  ) 

Calculate the number of PathStroke elements that are present.

NOXCP_Brush NiXPSObjects::NOXPath::NOXPath::createPathStroke ( NCommon::UInt32  pIndex  ) 

Create an PathStroke element at index pIndex.

NOXCP_Geometry NiXPSObjects::NOXPath::NOXPath::getPathData ( NCommon::UInt32  pIndex  ) 

Get PathData element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXPath::NOXPath::getNumPathData (  ) 

Calculate the number of PathData elements that are present.

NOXCP_Geometry NiXPSObjects::NOXPath::NOXPath::createPathData ( NCommon::UInt32  pIndex  ) 

Create an PathData element at index pIndex.

void NiXPSObjects::NOXPath::NOXPath::getData ( NOString pString  ) 

Get the Data attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasData (  ) 

Check for the availability of the Data attribute.

void NiXPSObjects::NOXPath::NOXPath::setData ( NOXRscRefAbbrGeomF  pObject  ) 

Sets the Data attribute.

void NiXPSObjects::NOXPath::NOXPath::getFill ( NOString pString  ) 

Get the Fill attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasFill (  ) 

Check for the availability of the Fill attribute.

void NiXPSObjects::NOXPath::NOXPath::setFill ( NOXRscRefColor  pObject  ) 

Sets the Fill attribute.

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

Get the RenderTransform attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasRenderTransform (  ) 

Check for the availability of the RenderTransform attribute.

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

Sets the RenderTransform attribute.

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

Get the Clip attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasClip (  ) 

Check for the availability of the Clip attribute.

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

Sets the Clip attribute.

NOXZeroOne NiXPSObjects::NOXPath::NOXPath::getOpacity (  ) 

Get the Opacity attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasOpacity (  ) 

Check for the availability of the Opacity attribute.

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

Sets the Opacity attribute.

NOXZeroOne NiXPSObjects::NOXPath::NOXPath::getDefaultOpacity (  ) 

Get the default Opacity.

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

Get the OpacityMask attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasOpacityMask (  ) 

Check for the availability of the OpacityMask attribute.

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

Sets the OpacityMask attribute.

void NiXPSObjects::NOXPath::NOXPath::getStroke ( NOString pString  ) 

Get the Stroke attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStroke (  ) 

Check for the availability of the Stroke attribute.

void NiXPSObjects::NOXPath::NOXPath::setStroke ( NOXRscRefColor  pObject  ) 

Sets the Stroke attribute.

void NiXPSObjects::NOXPath::NOXPath::getStrokeDashArray ( NOString pString  ) 

Get the StrokeDashArray attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStrokeDashArray (  ) 

Check for the availability of the StrokeDashArray attribute.

void NiXPSObjects::NOXPath::NOXPath::setStrokeDashArray ( NOXEvenArrayPos  pObject  ) 

Sets the StrokeDashArray attribute.

NOXDashCap NiXPSObjects::NOXPath::NOXPath::getStrokeDashCap (  ) 

Get the StrokeDashCap attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStrokeDashCap (  ) 

Check for the availability of the StrokeDashCap attribute.

void NiXPSObjects::NOXPath::NOXPath::setStrokeDashCap ( NOXDashCap  pObject  ) 

Sets the StrokeDashCap attribute.

NOXDashCap NiXPSObjects::NOXPath::NOXPath::getDefaultStrokeDashCap (  ) 

Get the default StrokeDashCap.

NOXDouble NiXPSObjects::NOXPath::NOXPath::getStrokeDashOffset (  ) 

Get the StrokeDashOffset attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStrokeDashOffset (  ) 

Check for the availability of the StrokeDashOffset attribute.

void NiXPSObjects::NOXPath::NOXPath::setStrokeDashOffset ( NOXDouble  pObject  ) 

Sets the StrokeDashOffset attribute.

NOXDouble NiXPSObjects::NOXPath::NOXPath::getDefaultStrokeDashOffset (  ) 

Get the default StrokeDashOffset.

NOXLineCap NiXPSObjects::NOXPath::NOXPath::getStrokeEndLineCap (  ) 

Get the StrokeEndLineCap attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStrokeEndLineCap (  ) 

Check for the availability of the StrokeEndLineCap attribute.

void NiXPSObjects::NOXPath::NOXPath::setStrokeEndLineCap ( NOXLineCap  pObject  ) 

Sets the StrokeEndLineCap attribute.

NOXLineCap NiXPSObjects::NOXPath::NOXPath::getDefaultStrokeEndLineCap (  ) 

Get the default StrokeEndLineCap.

NOXLineCap NiXPSObjects::NOXPath::NOXPath::getStrokeStartLineCap (  ) 

Get the StrokeStartLineCap attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStrokeStartLineCap (  ) 

Check for the availability of the StrokeStartLineCap attribute.

void NiXPSObjects::NOXPath::NOXPath::setStrokeStartLineCap ( NOXLineCap  pObject  ) 

Sets the StrokeStartLineCap attribute.

NOXLineCap NiXPSObjects::NOXPath::NOXPath::getDefaultStrokeStartLineCap (  ) 

Get the default StrokeStartLineCap.

NOXLineJoin NiXPSObjects::NOXPath::NOXPath::getStrokeLineJoin (  ) 

Get the StrokeLineJoin attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStrokeLineJoin (  ) 

Check for the availability of the StrokeLineJoin attribute.

void NiXPSObjects::NOXPath::NOXPath::setStrokeLineJoin ( NOXLineJoin  pObject  ) 

Sets the StrokeLineJoin attribute.

NOXLineJoin NiXPSObjects::NOXPath::NOXPath::getDefaultStrokeLineJoin (  ) 

Get the default StrokeLineJoin.

NOXGEOne NiXPSObjects::NOXPath::NOXPath::getStrokeMiterLimit (  ) 

Get the StrokeMiterLimit attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStrokeMiterLimit (  ) 

Check for the availability of the StrokeMiterLimit attribute.

void NiXPSObjects::NOXPath::NOXPath::setStrokeMiterLimit ( NOXGEOne  pObject  ) 

Sets the StrokeMiterLimit attribute.

NOXGEOne NiXPSObjects::NOXPath::NOXPath::getDefaultStrokeMiterLimit (  ) 

Get the default StrokeMiterLimit.

NOXGEZero NiXPSObjects::NOXPath::NOXPath::getStrokeThickness (  ) 

Get the StrokeThickness attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasStrokeThickness (  ) 

Check for the availability of the StrokeThickness attribute.

void NiXPSObjects::NOXPath::NOXPath::setStrokeThickness ( NOXGEZero  pObject  ) 

Sets the StrokeThickness attribute.

NOXGEZero NiXPSObjects::NOXPath::NOXPath::getDefaultStrokeThickness (  ) 

Get the default StrokeThickness.

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

Get the Name attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasName (  ) 

Check for the availability of the Name attribute.

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

Sets the Name attribute.

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

Get the FixedPageNavigateUri attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasFixedPageNavigateUri (  ) 

Check for the availability of the FixedPageNavigateUri attribute.

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

Sets the FixedPageNavigateUri attribute.

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

Get the AutomationPropertiesName attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasAutomationPropertiesName (  ) 

Check for the availability of the AutomationPropertiesName attribute.

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

Sets the AutomationPropertiesName attribute.

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

Get the AutomationPropertiesHelpText attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasAutomationPropertiesHelpText (  ) 

Check for the availability of the AutomationPropertiesHelpText attribute.

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

Sets the AutomationPropertiesHelpText attribute.

NOXBoolean NiXPSObjects::NOXPath::NOXPath::getSnapsToDevicePixels (  ) 

Get the SnapsToDevicePixels attribute.

bool NiXPSObjects::NOXPath::NOXPath::hasSnapsToDevicePixels (  ) 

Check for the availability of the SnapsToDevicePixels attribute.

void NiXPSObjects::NOXPath::NOXPath::setSnapsToDevicePixels ( NOXBoolean  pObject  ) 

Sets the SnapsToDevicePixels attribute.

void NiXPSObjects::NOXPath::intialize (  ) 

Initialize.

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

Get child element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXPath::NOXPath::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