Powerpoint: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
Line 40: Line 40:
The following pages contain information for the functions that can be used for many different item types.
The following pages contain information for the functions that can be used for many different item types.
=== Find an Item ===
=== Find an Item ===
Further information on how to find items: [[OutlookEX UDF - Find Items]]
Further information on how to ...: [[Link]]
=== Forward an Item ===
Further information on how to forward items: [[OutlookEX UDF - Forward Items]]

Revision as of 07:24, 1 August 2021

This page is still a work in progress.

The PowerPoint UDF offers basic functions to control and manipulate Microsoft PowerPoint.

Concepts

UDF

The PowerPoint UDF is based on the following concept:

  • _PPT_Open
  • Some functions allow to process just a single Slide and others allow a range of Slides.
    The the description of the specific function.
  • Some functions allow to process just a single Shape and others allow a range of Shapes.
    The the description of the specific function.
  • _PPT_Close

PowerPoint

Terms
  • An event is an activity that lasts 24 hours or longer.
  • An appointment is an activity that does not involve reserving resources or inviting other people.
  • A meeting is an appointment for which you reserve a period of time, invite people to, or reserve resources.

A more detailed description of this terms can be found here.

Concepts

You can get an overview of the concepts of PowerPoint on this website.

Object model

The PowerPoint object model is described here.

Example Scripts

For single functions

Every function of the UDF comes with an example script (except internal functions). The example script is named like the function.

Extended Examples

Example scripts which describe more than a single function of the UDF are prefixed with _PPT_Example_.

Function specific pages

The following pages contain information for the functions that can be used for many different item types.

Find an Item

Further information on how to ...: Link