Functions | |
| void | getCSVFileColumnNames (const NCommon::UTF8String &pPathToFile, NiXPSObjects::NOStringVector &pColumnNames) |
| void | getColorFromXPSString (const NCommon::UTF8String &pFillString, double *r, double *g, double *b, double *alpha) |
| void NiXPSObjects::NOUtility::getColorFromXPSString | ( | const NCommon::UTF8String & | pFillString, | |
| double * | r, | |||
| double * | g, | |||
| double * | b, | |||
| double * | alpha | |||
| ) |
Get rgb and alpha components from an XPS FillString, like the ones obtained from calling NOXPath::getFill or NOXGlyphs::getFill
| void NiXPSObjects::NOUtility::getCSVFileColumnNames | ( | const NCommon::UTF8String & | pPathToFile, | |
| NiXPSObjects::NOStringVector & | pColumnNames | |||
| ) |
Return how many column names are in the csv file at a given path and which are their column names.
1.5.3