⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msppt9.tlh

📁 让powerpoint支持插入internet资源
💻 TLH
📖 第 1 页 / 共 5 页
字号:
        struct SlideShowView * * View ) = 0;
    virtual HRESULT __stdcall get_Presentation (
        struct _Presentation * * Presentation ) = 0;
    virtual HRESULT __stdcall get_IsFullScreen (
        enum Office::MsoTriState * IsFullScreen ) = 0;
    virtual HRESULT __stdcall get_Left (
        float * Left ) = 0;
    virtual HRESULT __stdcall put_Left (
        float Left ) = 0;
    virtual HRESULT __stdcall get_Top (
        float * Top ) = 0;
    virtual HRESULT __stdcall put_Top (
        float Top ) = 0;
    virtual HRESULT __stdcall get_Width (
        float * Width ) = 0;
    virtual HRESULT __stdcall put_Width (
        float Width ) = 0;
    virtual HRESULT __stdcall get_Height (
        float * Height ) = 0;
    virtual HRESULT __stdcall put_Height (
        float Height ) = 0;
    virtual HRESULT __stdcall get_HWND (
        long * HWND ) = 0;
    virtual HRESULT __stdcall get_Active (
        enum Office::MsoTriState * Active ) = 0;
    virtual HRESULT __stdcall raw_Activate ( ) = 0;
};

struct __declspec(uuid("91493454-5a91-11cf-8700-00aa0060263b"))
Selection : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetApplication))
    _ApplicationPtr Application;
    __declspec(property(get=GetParent))
    IDispatchPtr Parent;
    __declspec(property(get=GetType))
    enum PpSelectionType Type;
    __declspec(property(get=GetSlideRange))
    SlideRangePtr SlideRange;
    __declspec(property(get=GetShapeRange))
    ShapeRangePtr ShapeRange;
    __declspec(property(get=GetTextRange))
    TextRangePtr TextRange;

    //
    // Wrapper methods for error-handling
    //

    _ApplicationPtr GetApplication ( );
    IDispatchPtr GetParent ( );
    HRESULT Cut ( );
    HRESULT Copy ( );
    HRESULT Delete ( );
    HRESULT Unselect ( );
    enum PpSelectionType GetType ( );
    SlideRangePtr GetSlideRange ( );
    ShapeRangePtr GetShapeRange ( );
    TextRangePtr GetTextRange ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall raw_Cut ( ) = 0;
    virtual HRESULT __stdcall raw_Copy ( ) = 0;
    virtual HRESULT __stdcall raw_Delete ( ) = 0;
    virtual HRESULT __stdcall raw_Unselect ( ) = 0;
    virtual HRESULT __stdcall get_Type (
        enum PpSelectionType * Type ) = 0;
    virtual HRESULT __stdcall get_SlideRange (
        struct SlideRange * * SlideRange ) = 0;
    virtual HRESULT __stdcall get_ShapeRange (
        struct ShapeRange * * ShapeRange ) = 0;
    virtual HRESULT __stdcall get_TextRange (
        struct TextRange * * TextRange ) = 0;
};

struct __declspec(uuid("91493455-5a91-11cf-8700-00aa0060263b"))
DocumentWindows : Collection
{
    //
    // Property data
    //

    __declspec(property(get=GetApplication))
    _ApplicationPtr Application;
    __declspec(property(get=GetParent))
    IDispatchPtr Parent;

    //
    // Wrapper methods for error-handling
    //

    _ApplicationPtr GetApplication ( );
    IDispatchPtr GetParent ( );
    DocumentWindowPtr Item (
        int index );
    HRESULT Arrange (
        enum PpArrangeStyle arrangeStyle );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall raw_Item (
        int index,
        struct DocumentWindow * * Item ) = 0;
    virtual HRESULT __stdcall raw_Arrange (
        enum PpArrangeStyle arrangeStyle ) = 0;
};

struct __declspec(uuid("91493456-5a91-11cf-8700-00aa0060263b"))
SlideShowWindows : Collection
{
    //
    // Property data
    //

    __declspec(property(get=GetApplication))
    _ApplicationPtr Application;
    __declspec(property(get=GetParent))
    IDispatchPtr Parent;

    //
    // Wrapper methods for error-handling
    //

    _ApplicationPtr GetApplication ( );
    IDispatchPtr GetParent ( );
    SlideShowWindowPtr Item (
        int index );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall raw_Item (
        int index,
        struct SlideShowWindow * * Item ) = 0;
};

struct __declspec(uuid("91493457-5a91-11cf-8700-00aa0060263b"))
DocumentWindow : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetCaption))
    _bstr_t Caption;
    __declspec(property(get=GetHWND))
    long HWND;
    __declspec(property(get=GetActivePane))
    PanePtr ActivePane;
    __declspec(property(get=GetPanes))
    PanesPtr Panes;
    __declspec(property(get=GetSplitVertical,put=PutSplitVertical))
    long SplitVertical;
    __declspec(property(get=GetSplitHorizontal,put=PutSplitHorizontal))
    long SplitHorizontal;
    __declspec(property(get=GetApplication))
    _ApplicationPtr Application;
    __declspec(property(get=GetParent))
    IDispatchPtr Parent;
    __declspec(property(get=GetSelection))
    SelectionPtr Selection;
    __declspec(property(get=GetView))
    ViewPtr View;
    __declspec(property(get=GetPresentation))
    _PresentationPtr Presentation;
    __declspec(property(get=GetViewType,put=PutViewType))
    enum PpViewType ViewType;
    __declspec(property(get=GetActive))
    enum Office::MsoTriState Active;
    __declspec(property(get=GetWindowState,put=PutWindowState))
    enum PpWindowState WindowState;
    __declspec(property(get=GetLeft,put=PutLeft))
    float Left;
    __declspec(property(get=GetTop,put=PutTop))
    float Top;
    __declspec(property(get=GetWidth,put=PutWidth))
    float Width;
    __declspec(property(get=GetHeight,put=PutHeight))
    float Height;

    //
    // Wrapper methods for error-handling
    //

    _ApplicationPtr GetApplication ( );
    IDispatchPtr GetParent ( );
    SelectionPtr GetSelection ( );
    ViewPtr GetView ( );
    _PresentationPtr GetPresentation ( );
    enum PpViewType GetViewType ( );
    void PutViewType (
        enum PpViewType ViewType );
    enum Office::MsoTriState GetBlackAndWhite ( );
    void PutBlackAndWhite (
        enum Office::MsoTriState BlackAndWhite );
    enum Office::MsoTriState GetActive ( );
    enum PpWindowState GetWindowState ( );
    void PutWindowState (
        enum PpWindowState WindowState );
    _bstr_t GetCaption ( );
    float GetLeft ( );
    void PutLeft (
        float Left );
    float GetTop ( );
    void PutTop (
        float Top );
    float GetWidth ( );
    void PutWidth (
        float Width );
    float GetHeight ( );
    void PutHeight (
        float Height );
    HRESULT FitToPage ( );
    HRESULT Activate ( );
    HRESULT LargeScroll (
        int Down,
        int Up,
        int ToRight,
        int ToLeft );
    HRESULT SmallScroll (
        int Down,
        int Up,
        int ToRight,
        int ToLeft );
    DocumentWindowPtr NewWindow ( );
    HRESULT Close ( );
    long GetHWND ( );
    PanePtr GetActivePane ( );
    PanesPtr GetPanes ( );
    long GetSplitVertical ( );
    void PutSplitVertical (
        long SplitVertical );
    long GetSplitHorizontal ( );
    void PutSplitHorizontal (
        long SplitHorizontal );
    IDispatchPtr RangeFromPoint (
        int X,
        int Y );
    int PointsToScreenPixelsX (
        float Points );
    int PointsToScreenPixelsY (
        float Points );
    HRESULT ScrollIntoView (
        float Left,
        float Top,
        float Width,
        float Height,
        enum Office::MsoTriState Start );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_Selection (
        struct Selection * * Selection ) = 0;
    virtual HRESULT __stdcall get_View (
        struct View * * View ) = 0;
    virtual HRESULT __stdcall get_Presentation (
        struct _Presentation * * Presentation ) = 0;
    virtual HRESULT __stdcall get_ViewType (
        enum PpViewType * ViewType ) = 0;
    virtual HRESULT __stdcall put_ViewType (
        enum PpViewType ViewType ) = 0;
    virtual HRESULT __stdcall get_BlackAndWhite (
        enum Office::MsoTriState * BlackAndWhite ) = 0;
    virtual HRESULT __stdcall put_BlackAndWhite (
        enum Office::MsoTriState BlackAndWhite ) = 0;
    virtual HRESULT __stdcall get_Active (
        enum Office::MsoTriState * Active ) = 0;
    virtual HRESULT __stdcall get_WindowState (
        enum PpWindowState * WindowState ) = 0;
    virtual HRESULT __stdcall put_WindowState (
        enum PpWindowState WindowState ) = 0;
    virtual HRESULT __stdcall get_Caption (
        BSTR * Caption ) = 0;
    virtual HRESULT __stdcall get_Left (
        float * Left ) = 0;
    virtual HRESULT __stdcall put_Left (
        float Left ) = 0;
    virtual HRESULT __stdcall get_Top (
        float * Top ) = 0;
    virtual HRESULT __stdcall put_Top (
        float Top ) = 0;
    virtual HRESULT __stdcall get_Width (
        float * Width ) = 0;
    virtual HRESULT __stdcall put_Width (
        float Width ) = 0;
    virtual HRESULT __stdcall get_Height (
        float * Height ) = 0;
    virtual HRESULT __stdcall put_Height (
        float Height ) = 0;
    virtual HRESULT __stdcall raw_FitToPage ( ) = 0;
    virtual HRESULT __stdcall raw_Activate ( ) = 0;
    virtual HRESULT __stdcall raw_LargeScroll (
        int Down,
        int Up,
        int ToRight,
        int ToLeft ) = 0;
    virtual HRESULT __stdcall raw_SmallScroll (
        int Down,
        int Up,
        int ToRight,
        int ToLeft ) = 0;
    virtual HRESULT __stdcall raw_NewWindow (
        struct DocumentWindow * * NewWindow ) = 0;
    virtual HRESULT __stdcall raw_Close ( ) = 0;
    virtual HRESULT __stdcall get_HWND (
        long * HWND ) = 0;
    virtual HRESULT __stdcall get_ActivePane (
        struct Pane * * ActivePane ) = 0;
    virtual HRESULT __stdcall get_Panes (
        struct Panes * * Panes ) = 0;
    virtual HRESULT __stdcall get_SplitVertical (
        long * SplitVertical ) = 0;
    virtual HRESULT __stdcall put_SplitVertical (
        long SplitVertical ) = 0;
    virtual HRESULT __stdcall get_SplitHorizontal (
        long * SplitHorizontal ) = 0;
    virtual HRESULT __stdcall put_SplitHorizontal (
        long SplitHorizontal ) = 0;
    virtual HRESULT __stdcall raw_RangeFromPoint (
        int X,
        int Y,
        IDispatch * * RangeFromPoint ) = 0;
    virtual HRESULT __stdcall raw_PointsToScreenPixelsX (
        float Points,
        int * PointsToScreenPixelsX ) = 0;
    virtual HRESULT __stdcall raw_PointsToScreenPixelsY (
        float Points,
        int * PointsToScreenPixelsY ) = 0;
    virtual HRESULT __stdcall raw_ScrollIntoView (
        float Left,
        float Top,
        float Width,
        float Height,
        enum Office::MsoTriState Start ) = 0;
};

struct __declspec(uuid("91493458-5a91-11cf-8700-00aa0060263b"))
View : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetApplication))
    _ApplicationPtr Application;
    __declspec(property(get=GetParent))
    IDispatchPtr Parent;
    __declspec(property(get=GetType))
    enum PpViewType Type;
    __declspec(property(get=GetZoom,put=PutZoom))
    int Zoom;
    __declspec(property(get=GetSlide,put=PutSlide))
    IDispatchPtr Slide;

    //
    // Wrapper methods for error-handling
    //

    _ApplicationPtr GetApplication ( );
    IDispatchPtr GetPa

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -