PowerPointを操作するクラス [詳細]
#include <PowerPointObject.h>
Public メソッド | |
| PowerPointObject () | |
| コンストラクタ | |
| void | Open (System::String^fn) |
| PowerPointファイルを開く関数 | |
| void | Close () |
| COMオブジェクトを解放する関数 | |
| void | run () |
| スライドショー開始 | |
| void | end () |
| スライドショー開始の終了 | |
| bool | gotoSlide (int num) |
| スライド番号の変更 | |
| void | next () |
| 次のスライドを表示 | |
| void | previous () |
| 前のスライドを表示 | |
| void | drawLine (int bx, int by, int ex, int ey) |
| ペンで描画 | |
| void | eraseDrawing () |
| ペンを消去 | |
Public 変数 | |
| System::String | filename |
| PowerPoint::Application | ptApplication |
| PowerPoint::Presentations | ptPresentations |
| PowerPoint::Presentation | ptPresentation |
| PowerPoint::SlideShowWindow | ptSlideShowWindow |
| PowerPoint::SlideShowView | ptSlideShowView |
Static Public 変数 | |
| static PowerPointObject | Obj |
PowerPointを操作するクラス
| void PowerPointObject::Open | ( | System::String^ | fn | ) |
PowerPointファイルを開く関数
| fn | ファイルパス |
| System::String PowerPointObject::filename |
|
static |
| PowerPoint::Application PowerPointObject::ptApplication |
| PowerPoint::Presentation PowerPointObject::ptPresentation |
| PowerPoint::Presentations PowerPointObject::ptPresentations |
| PowerPoint::SlideShowView PowerPointObject::ptSlideShowView |
| PowerPoint::SlideShowWindow PowerPointObject::ptSlideShowWindow |
1.8.1