![]() | InDesign SDK 20.5 |
#include <ICdlChartSuite.h>

Public Types | |
| enum | { kDefaultIID = IID_ICDLCHARTSUITE } |
Public Member Functions | |
| virtual bool16 | CanGetChartName ()=0 |
| virtual ErrorCode | GetChartName (WideString &outChartName)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
From SDK sample; suite interface that extends the capability of the selection so that it can manipulate the value of ICdlChartData associated with the objects that are currently selected.
| pure virtual |
Check if it is able to get name of the chart.
Implemented in CdlChartSuiteCSB, and CdlChartSuiteASB.
| pure virtual |
Apply the given value for CdlStockChartData to the objects that are currently selected.
| outChartName | OUT the name of the stock chart data. |
Implemented in CdlChartSuiteCSB, and CdlChartSuiteASB.