Application Members (PowerPoint)
Represents the entire Microsoft PowerPoint application.
Methods
Name |
Description |
---|---|
Activates the specified object. |
|
Displays a Help topic. |
|
Quits Microsoft PowerPoint. This is equivalent to clicking the Office button and then clicking Exit PowerPoint. |
|
Runs a Visual Basic procedure. |
|
Starts a new undo entry in the Application object. |
Properties
Name |
Description |
---|---|
Returns whether the specified pane or window is active. Read-only. |
|
Represents the encryption session associated with the active presentation. Read-only. |
|
Returns a Presentation object that represents the presentation open in the active window. Read-only. |
|
Returns the name of the active printer. Read-only. |
|
Returns a ProtectedViewWindow object that represents the active Protected View window (the window on top). Read-only. |
|
Returns a DocumentWindow object that represents the active document window. Read-only. |
|
Returns the program-specific AddIns collection that represents all the add-ins listed in the Add-Ins dialog box (click the Office button, click PowerPoint Options, click Add-Ins, click PowerPoint Add-Ins on the Manage list). Read-only. |
|
Gets a reference to the Microsoft Office IAssistance object, which provides a means for developers to create a customized help experience for users within Microsoft Office. Read-only. |
|
Returns an AutoCorrect object that represents the AutoCorrect functionality in Microsoft PowerPoint. |
|
Represents the security mode that Microsoft PowerPoint uses when it opens files programmatically. Read/write. |
|
Returns the build number for the current instance of Microsoft PowerPoint. Read-only. |
|
Returns the text that appears in the title bar of the application window. Read/write. |
|
Returns a reference to the Component Object Model (COM) add-ins currently loaded in Microsoft PowerPoint. These add-ins are listed on the Add-Ins tab in the PowerPoint Options dialog box. Read-only. |
|
Returns a CommandBars collection that represents all the command bars in Microsoft PowerPoint. Read-only. |
|
Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only. |
|
Returns the DefaultWebOptions object, which contains global application-level attributes used by Microsoft PowerPoint when you publish or save a complete or partial presentation as a Web page or open a Web page. Read-only. |
|
Sets or returns whether Microsoft PowerPoint displays alerts while running a macro. Read/write. |
|
Returns or sets whether the Document Properties panel is displayed in the Microsoft PowerPoint user interface. Read/write. |
|
Determines whether to display gridlines in Microsoft PowerPoint. Read/write. |
|
Returns or sets how Microsoft PowerPoint handles calls to methods and properties that require features not yet installed. Read/write. |
|
Returns information about installed file converters. Returns null if there are no converters installed. Read-only Variant. |
|
Returns a FileDialog object that represents a single instance of a file dialog box. Read-only. |
|
Returns or sets a value that indicates how PowerPoint will validate files before opening them. Read/write |
|
Returns or sets the height of the specified object, in points. Read/write. |
|
Returns True if the specified presentation is open in a Protected View window. Read-only. |
|
Returns a LanguageSettings object that contains information about the language settings in Microsoft PowerPoint. Read-only. |
|
Returns or sets a Single that represents the distance in points from the left edge of the document, application, and slide show windows to the left edge of the application window's client area. Setting this property to a very large positive or negative value may position the window completely off the desktop. Read/write. |
|
Returns the string "Microsoft PowerPoint." Read-only. |
|
Returns a NewFile object that represents a presentation listed on the New Presentation task pane. Read-only. |
|
Returns the name of the operating system. Read-only. |
|
Returns an Options object that represents application options in Microsoft PowerPoint. |
|
Returns a String that represents the path to the specified Application object. Read-only. |
|
Returns a Presentations collection that represents all open presentations. Read-only. |
|
Returns the Microsoft PowerPoint globally unique identifier (GUID). Read-only. |
|
Returns a ProtectedViewWindows collection that represents all the Protected View windows that are open in the application. Read-only |
|
Determines whether to display the New Presentation task pane when Microsoft PowerPoint is started. Read/write. |
|
Determines whether there is a separate Windows taskbar button for each open presentation. Read/write. |
|
Returns a SlideShowWindows collection that represents all open slide show windows. Read-only. |
|
Returns the SmartArt colors of the current Application object. Read-only. |
|
Returns the SmartArt layout of the current Application object. Read-only. |
|
Returns the quick styles of the SmartArt diagram in the current Application object. Read-only. |
|
Returns or sets a Single that represents the distance in points from the top edge of the document, application, and slide show window to the top edge of the application window's client area. Read/write. |
|
Returns a VBE object that represents the Visual Basic Editor. Read-only. |
|
Returns the Microsoft PowerPoint version number. Read-only. |
|
Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write. |
|
Returns or sets the width of the specified object, in points. Read/write. |
|
Returns a DocumentWindows collection that represents all open document windows. Read-only. |
|
Returns or sets the state of the specified window. Read/write. |
Events
Name |
Description |
---|---|
Occurs after a presentation is created. |
|
Occurs after an existing presentation is opened. |
|
Occurs after a color scheme is changed. |
|
Occurs after a presentation is created, as it is added to the Presentations collection. |
|
Represents a Presentation object before it closes. |
|
Occurs before a presentation is saved. |
|
Occurs immediately before any open presentation closes, as it is removed from the Presentations collection. |
|
Represents closing the final Presentation object. |
|
Occurs when a new slide is created in any open presentation, as the slide is added to the Slides collection. |
|
Occurs after an existing presentation is opened, as it is added to the Presentations collection. |
|
Occurs before a presentation is printed. |
|
Occurs before any open presentation is saved. |
|
Occurs when the local copy of a presentation that is part of a Document Workspace is synchronized with the copy on the server. Provides important status information regarding the success or failure of the synchronization of the presentation. |
|
Occurs when any protected view window is activated. |
|
Occurs immediately before a protected view window or a document in a protected view window closes. |
|
Occurs immediately before editing is enabled on the document in the specified protected view window. |
|
Occurs when a protected view window is deactivated. |
|
Occurs when a protected view window is opened. |
|
Occurs at different times depending on the current view. |
|
Occurs when you start a slide show. |
|
Occurs after a slide show ends, immediately after the last SlideShowNextSlide event occurs. |
|
Occurs upon mouse-click or timing animation, but before the animated object becomes visible. . |
|
Occurs on the next click of the slide. |
|
Occurs immediately before the transition to the next slide. For the first slide, occurs immediately after the SlideShowBegin event. |
|
Occurs when the user clicks Next to move within the current slide. |
|
Occurs when the user clicks Previous to move within the current slide. |
|
Occurs when the application window or any document window is activated. |
|
Occurs when you double-click the items in the views listed in the following table. |
|
Occurs when you right-click a shape, a slide, a notes page, or some text. This event is triggered by the MouseUp event. |
|
Occurs when the application window or any document window is deactivated. |
|
Occurs when the selection of text, a shape, or a slide in the active document window changes, whether in the user interface or in code. |