![]() | InDesign SDK 20.5 |
#include <ChartCSVFile.h>
Static Public Member Functions | |
| static bool16 | LoadFile (IDFile &inFile, PMString &outName, CdlStockChartData &outChartData) |
| static bool16 | ReadFile (IDFile &inFile, CdlStockChartData &outChartData) |
Loads a CSV file for stock chart data.
| static |
Load the given CSV file to prepare for create candle chart page item.
| inFile | IN the CSV file to be streamed in. |
| outName | OUT is the candle chart name we are going to create (from file name). |
| outChartData | OUT is the stock data to be saved. |
| static |
Read the given CSV file into the stock data.
| inFile | IN the CSV file to be streamed in. |
| outChartData | OUT is the stock data to be saved. |