Presentation
Vue de l’ensemble
« Présentation » est une classe dans Aspose.Slides FOSS pour Python.Déduit de: «IPresentations », « Composants d’IPpresenttions ».
Il est présenté dans Microsoft PowerPoint.
Cette classe fournit 3 méthodes pour travailler avec les objets de présentation dans les programmes Python. Les méthodologies disponibles comprennent: __init__, dispose , ‘sauvez’ . Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation du pack Aspose.Slides FOSS pour le package Pyathon. Propriétés : as_i_presentation_component ; comment_authors; current_date_time et encore 7 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
current_date_time | Any | Read/Write | Returns or sets date and time which will substitute content of datetime fields. |
slides | ISlideCollection | Read | Returns a list of all slides that are defined in the presentation. |
notes_size | INotesSize | Read | Returns notes slide size object. |
layout_slides | IGlobalLayoutSlideCollection | Read | Returns a list of all layout slides that are defined in the presentation. |
masters | IMasterSlideCollection | Read | Returns a list of all master slides that are defined in the presentation. |
comment_authors | ICommentAuthorCollection | Read | Returns the collection of comment authors. |
document_properties | IDocumentProperties | Read | Returns DocumentProperties object which contains standard and custom document properties. |
images | IImageCollection | Read | Returns the collection of all images in the presentation. |
master_theme | IMasterTheme | Read | Returns master theme of the presentation. |
first_slide_number | int | Read/Write | Represents the first slide number in the presentation |
source_format | SourceFormat | Read | Returns information about from which format presentation was loaded. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
presentation | IPresentation | Read | Gets the presentation. |
méthodes
| Signature | Description |
|---|---|
__init__() | Initialize a Presentation. |
save() | Save the presentation to a file or stream. |
dispose() | Release all resources used by this Presentation object. |
Voir aussi
- Aspose.Slides - référence API d’entreprise