New Objects, Collections, and Enumerations
Office 2007
| PowerPoint Developer Reference |
New Objects and Collections
The following objects and collections have been added to the object model in Microsoft Office PowerPoint 2007.
| Object or Collection | Description |
|---|---|
| CustomerData | Stores information about a customer (such as name, address, telephone number, and so on) in XML form. |
| CustomLayout | Represents a custom layout associated with a presentation design. The CustomLayout object is a member of the CustomLayouts collection. |
| CustomLayouts | Represents a set of custom layouts associated with a presentation design. |
| Research | Provides access to the research service feature of Microsoft Office PowerPoint. |
| TableBackground | Represents the background associated with a Table object. |
| TableStyle | Represents the current table style. |
| TextFrame2 | Represents the text frame in a Shape or ShapeRange object. Contains the text in the text frame and exposes properties and methods that control the alignment and anchoring of the text frame. |
New Enumerations
The following enumerations have been added to the object model in Microsoft Office PowerPoint 2007.
| Enumerations | Description |
|---|---|
| MsoClickState | Constants that specify the point in a slide show to navigate to, relative to the animations included in the show, passed to the GotoClick method of the SlideShowView object, and returned by the GetClickIndex method of that object. |
| PpCheckInVersionType | Constants that specify the type of version of the Microsoft Office PowerPoint file to be checked in, passed to the CheckInWithVersion method of the Presentation object. |
| PpFixedFormatIntent | Constants that specify the intent of the fixed-format file export, passed to the ExportAsFixedFormat method of the Presentation object. |
| PpFixedFormatType | Constants that specify the type of fixed-format file to export, passed to the ExportAsFixedFormat method of the Presentation object. |
| PpRemoveDocInfoType | Constants that specify the type of document information, passed to the RemoveDocumentInformation Method method of the Presentation object. |