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

📄 msppt9.tlh

📁 让powerpoint支持插入internet资源
💻 TLH
📖 第 1 页 / 共 5 页
字号:
    ppScrollBarHorizontal = 1
};

enum PpListBoxSelectionStyle
{
    ppListBoxSingle = 0,
    ppListBoxMulti = 1
};

enum PpListBoxAbbreviationStyle
{
    ppListBoxAbbreviationNone = 0,
    ppListBoxAbbreviationTruncation = 1,
    ppListBoxAbbreviationTruncationWithEllipsis = 2,
    ppListBoxAbbreviationFileNames = 3
};

enum PpAlertType
{
    ppAlertTypeOK = 0,
    ppAlertTypeOKCANCEL = 1,
    ppAlertTypeYESNO = 2,
    ppAlertTypeYESNOCANCEL = 3,
    ppAlertTypeBACKNEXTCLOSE = 4,
    ppAlertTypeRETRYCANCEL = 5,
    ppAlertTypeABORTRETRYIGNORE = 6
};

enum PpAlertButton
{
    ppAlertButtonCLOSE = 0,
    ppAlertButtonSNOOZE = 1,
    ppAlertButtonSEARCH = 2,
    ppAlertButtonIGNORE = 3,
    ppAlertButtonABORT = 4,
    ppAlertButtonRETRY = 5,
    ppAlertButtonNEXT = 6,
    ppAlertButtonBACK = 7,
    ppAlertButtonNO = 8,
    ppAlertButtonYES = 9,
    ppAlertButtonCANCEL = 10,
    ppAlertButtonOK = 11,
    ppAlertButtonNULL = 12
};

enum PpAlertIcon
{
    ppAlertIconQuestionMark = 0,
    ppAlertIconNote = 1,
    ppAlertIconCaution = 2,
    ppAlertIconStop = 3
};

enum PpSlideShowPointerType
{
    ppSlideShowPointerNone = 0,
    ppSlideShowPointerArrow = 1,
    ppSlideShowPointerPen = 2,
    ppSlideShowPointerAlwaysHidden = 3,
    ppSlideShowPointerAutoArrow = 4
};

enum PpSlideShowState
{
    ppSlideShowRunning = 1,
    ppSlideShowPaused = 2,
    ppSlideShowBlackScreen = 3,
    ppSlideShowWhiteScreen = 4,
    ppSlideShowDone = 5
};

enum PpSlideShowAdvanceMode
{
    ppSlideShowManualAdvance = 1,
    ppSlideShowUseSlideTimings = 2,
    ppSlideShowRehearseNewTimings = 3
};

enum PpFileDialogType
{
    ppFileDialogOpen = 1,
    ppFileDialogSave = 2
};

enum PpFileDialogView
{
    ppFileDialogViewDetails = 1,
    ppFileDialogViewPreview = 2,
    ppFileDialogViewProperties = 3,
    ppFileDialogViewList = 4
};

enum PpPrintOutputType
{
    ppPrintOutputSlides = 1,
    ppPrintOutputTwoSlideHandouts = 2,
    ppPrintOutputThreeSlideHandouts = 3,
    ppPrintOutputSixSlideHandouts = 4,
    ppPrintOutputNotesPages = 5,
    ppPrintOutputOutline = 6,
    ppPrintOutputBuildSlides = 7,
    ppPrintOutputFourSlideHandouts = 8,
    ppPrintOutputNineSlideHandouts = 9
};

enum PpPrintHandoutOrder
{
    ppPrintHandoutVerticalFirst = 1,
    ppPrintHandoutHorizontalFirst = 2
};

enum PpPrintColorType
{
    ppPrintColor = 1,
    ppPrintBlackAndWhite = 2,
    ppPrintPureBlackAndWhite = 3
};

enum PpSelectionType
{
    ppSelectionNone = 0,
    ppSelectionSlides = 1,
    ppSelectionShapes = 2,
    ppSelectionText = 3
};

enum PpDirection
{
    ppDirectionMixed = -2,
    ppDirectionLeftToRight = 1,
    ppDirectionRightToLeft = 2
};

enum PpDateTimeFormat
{
    ppDateTimeFormatMixed = -2,
    ppDateTimeMdyy = 1,
    ppDateTimeddddMMMMddyyyy = 2,
    ppDateTimedMMMMyyyy = 3,
    ppDateTimeMMMMdyyyy = 4,
    ppDateTimedMMMyy = 5,
    ppDateTimeMMMMyy = 6,
    ppDateTimeMMyy = 7,
    ppDateTimeMMddyyHmm = 8,
    ppDateTimeMMddyyhmmAMPM = 9,
    ppDateTimeHmm = 10,
    ppDateTimeHmmss = 11,
    ppDateTimehmmAMPM = 12,
    ppDateTimehmmssAMPM = 13
};

enum PpTransitionSpeed
{
    ppTransitionSpeedMixed = -2,
    ppTransitionSpeedSlow = 1,
    ppTransitionSpeedMedium = 2,
    ppTransitionSpeedFast = 3
};

enum PpMouseActivation
{
    ppMouseClick = 1,
    ppMouseOver = 2
};

enum PpActionType
{
    ppActionMixed = -2,
    ppActionNone = 0,
    ppActionNextSlide = 1,
    ppActionPreviousSlide = 2,
    ppActionFirstSlide = 3,
    ppActionLastSlide = 4,
    ppActionLastSlideViewed = 5,
    ppActionEndShow = 6,
    ppActionHyperlink = 7,
    ppActionRunMacro = 8,
    ppActionRunProgram = 9,
    ppActionNamedSlideShow = 10,
    ppActionOLEVerb = 11,
    ppActionPlay = 12
};

enum PpPlaceholderType
{
    ppPlaceholderMixed = -2,
    ppPlaceholderTitle = 1,
    ppPlaceholderBody = 2,
    ppPlaceholderCenterTitle = 3,
    ppPlaceholderSubtitle = 4,
    ppPlaceholderVerticalTitle = 5,
    ppPlaceholderVerticalBody = 6,
    ppPlaceholderObject = 7,
    ppPlaceholderChart = 8,
    ppPlaceholderBitmap = 9,
    ppPlaceholderMediaClip = 10,
    ppPlaceholderOrgChart = 11,
    ppPlaceholderTable = 12,
    ppPlaceholderSlideNumber = 13,
    ppPlaceholderHeader = 14,
    ppPlaceholderFooter = 15,
    ppPlaceholderDate = 16
};

enum PpSlideShowType
{
    ppShowTypeSpeaker = 1,
    ppShowTypeWindow = 2,
    ppShowTypeKiosk = 3
};

enum PpPrintRangeType
{
    ppPrintAll = 1,
    ppPrintSelection = 2,
    ppPrintCurrent = 3,
    ppPrintSlideRange = 4,
    ppPrintNamedSlideShow = 5
};

enum PpAutoSize
{
    ppAutoSizeMixed = -2,
    ppAutoSizeNone = 0,
    ppAutoSizeShapeToFitText = 1
};

enum PpMediaType
{
    ppMediaTypeMixed = -2,
    ppMediaTypeOther = 1,
    ppMediaTypeSound = 2,
    ppMediaTypeMovie = 3
};

enum PpSoundFormatType
{
    ppSoundFormatMixed = -2,
    ppSoundFormatNone = 0,
    ppSoundFormatWAV = 1,
    ppSoundFormatMIDI = 2,
    ppSoundFormatCDAudio = 3
};

enum PpFarEastLineBreakLevel
{
    ppFarEastLineBreakLevelNormal = 1,
    ppFarEastLineBreakLevelStrict = 2,
    ppFarEastLineBreakLevelCustom = 3
};

enum PpSlideShowRangeType
{
    ppShowAll = 1,
    ppShowSlideRange = 2,
    ppShowNamedSlideShow = 3
};

enum PpFrameColors
{
    ppFrameColorsBrowserColors = 1,
    ppFrameColorsPresentationSchemeTextColor = 2,
    ppFrameColorsPresentationSchemeAccentColor = 3,
    ppFrameColorsWhiteTextOnBlack = 4,
    ppFrameColorsBlackTextOnWhite = 5
};

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

    __declspec(property(get=GetCount))
    long Count;
    __declspec(property(get=Get_NewEnum))
    IUnknownPtr _NewEnum;

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

    IUnknownPtr Get_NewEnum ( );
    _variant_t _Index (
        int index );
    long GetCount ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get__NewEnum (
        IUnknown * * _NewEnum ) = 0;
    virtual HRESULT __stdcall raw__Index (
        int index,
        VARIANT * _Index ) = 0;
    virtual HRESULT __stdcall get_Count (
        long * Count ) = 0;
};

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

    __declspec(property(get=GetName))
    _bstr_t Name;
    __declspec(property(get=GetMarker))
    MarkerPtr Marker;
    __declspec(property(get=GetPresentations))
    PresentationsPtr Presentations;
    __declspec(property(get=GetWindows))
    DocumentWindowsPtr Windows;
    __declspec(property(get=GetDialogs))
    PPDialogsPtr Dialogs;
    __declspec(property(get=GetActiveWindow))
    DocumentWindowPtr ActiveWindow;
    __declspec(property(get=GetActivePresentation))
    _PresentationPtr ActivePresentation;
    __declspec(property(get=GetSlideShowWindows))
    SlideShowWindowsPtr SlideShowWindows;
    __declspec(property(get=GetCommandBars))
    Office::_CommandBarsPtr CommandBars;
    __declspec(property(get=GetPath))
    _bstr_t Path;
    __declspec(property(get=GetCaption,put=PutCaption))
    _bstr_t Caption;
    __declspec(property(get=GetAssistant))
    Office::AssistantPtr Assistant;
    __declspec(property(get=GetFileSearch))
    Office::FileSearchPtr FileSearch;
    __declspec(property(get=GetFileFind))
    Office::IFindPtr FileFind;
    __declspec(property(get=GetBuild))
    _bstr_t Build;
    __declspec(property(get=GetVersion))
    _bstr_t Version;
    __declspec(property(get=GetOperatingSystem))
    _bstr_t OperatingSystem;
    __declspec(property(get=GetActivePrinter))
    _bstr_t ActivePrinter;
    __declspec(property(get=GetCreator))
    long Creator;
    __declspec(property(get=GetAddIns))
    AddInsPtr AddIns;
    __declspec(property(get=GetVBE))
    VBE6::VBEPtr VBE;
    __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;
    __declspec(property(get=GetWindowState,put=PutWindowState))
    enum PpWindowState WindowState;
    __declspec(property(get=GetHWND))
    long HWND;
    __declspec(property(get=GetActive))
    enum Office::MsoTriState Active;
    __declspec(property(get=GetAnswerWizard))
    Office::AnswerWizardPtr AnswerWizard;
    __declspec(property(get=GetCOMAddIns))
    Office::COMAddInsPtr COMAddIns;
    __declspec(property(get=GetProductCode))
    _bstr_t ProductCode;
    __declspec(property(get=GetDefaultWebOptions))
    DefaultWebOptionsPtr DefaultWebOptions;
    __declspec(property(get=GetLanguageSettings))
    Office::LanguageSettingsPtr LanguageSettings;
    __declspec(property(get=GetMsoDebugOptions))
    Office::MsoDebugOptionsPtr MsoDebugOptions;

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

    PresentationsPtr GetPresentations ( );
    DocumentWindowsPtr GetWindows ( );
    PPDialogsPtr GetDialogs ( );
    DocumentWindowPtr GetActiveWindow ( );
    _PresentationPtr GetActivePresentation ( );
    SlideShowWindowsPtr GetSlideShowWindows ( );
    Office::_CommandBarsPtr GetCommandBars ( );
    _bstr_t GetPath ( );

⌨️ 快捷键说明

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