| Parameter |
Type |
Description |
Remarks |
| Activate(); |
void |
|
|
| CreateChart(BSTR label); |
IQaChart* |
|
|
| CreateContainer(BSTR label, BSTR filename); |
IQaContainer* |
|
|
| CreateGraph(BSTR label); |
IQaGraph* |
|
|
| CreateLine(BSTR label); |
IQaLine* |
|
|
| CreatePicture(BSTR label); |
IQaPicture* |
|
|
| CreateShape(BSTR label); |
IQaShape* |
|
|
| CreateTable(BSTR label); |
IQaTable* |
|
|
| CreateText(BSTR label); |
IQaText* |
|
|
| CreateView(BSTR label); |
IQaView* |
|
|
| Delete(); |
long |
|
|
| GetAnnot(BSTR label); |
IQaAnnot* |
|
|
| GetAnnotByPos(long pos); |
IQaAnnot* |
|
|
| GetAnnotCount(); |
long |
|
|
| GetChart(BSTR label); |
IQaChart* |
|
|
| GetChartByPos(long pos); |
IQaChart* |
|
|
| GetChartCount(); |
long |
|
|
| GetContainer(BSTR label); |
IQaContainer* |
|
|
| GetContainerByPos(long pos); |
IQaContainer* |
|
|
| GetContainerCount(); |
long |
|
|
| GetGraph(BSTR label); |
IQaGraph* |
|
|
| GetGraphByPos(long pos); |
IQaGraph* |
|
|
| GetGraphCount(); |
long |
|
|
| GetLine(BSTR label); |
IQaLine* |
|
|
| GetLineByPos(long pos); |
IQaLine* |
|
|
| GetLineCount(); |
long |
|
|
| GetSchedulerDataSource(); |
IQaSchedulerDataSource* |
|
|
| GetShape(BSTR label); |
IQaShape* |
|
|
| GetShapeByPos(long pos); |
IQaShape* |
|
|
| GetShapeCount(); |
long |
|
|
| GetTable(BSTR label); |
IQaTable* |
|
|
| GetTableByPos(long pos); |
IQaTable* |
|
|
| GetTableCount(); |
long |
|
|
| GetText(BSTR label); |
IQaText* |
|
|
| GetTextByPos(long pos); |
IQaText* |
|
|
| GetTextCount(); |
long |
|
|
| GetView(BSTR label); |
IQaView* |
|
|
| GetViewByPos(long pos); |
IQaView* |
|
|
| GetViewCount(); |
long |
|
|
| Print(); |
long |
|
|
| PrintBitmap(BSTR filename, long width, long height); |
long |
|
|
| PrintClipboard(); |
long |
|
|
| PrintJPEG(BSTR filename, long width, long height); |
long |
|
|
| PrintMetafile(BSTR filename); |
long |
|
|
| PrintPDF(BSTR fielname); |
long |
|
|