IPresentation class

IPresentation class

Presentation document

The IPresentation type exposes the following members:

Properties

PropertyDescription
current_date_timeReturns or sets date and time which will substitute content of datetime fields.
Time of this Presentation object creation by default.
Read/write System.DateTime.
header_footer_managerReturns HeaderFooter manager of the presentation.
Read-only IPresentationHeaderFooterManager.
protection_managerGets manager of the permissions for this presentation.
Read-only IProtectionManager.
slidesReturns a list of all slides that are defined in the presentation.
Read-only ISlideCollection.
sectionsReturns a list of all slides sections that are defined in the presentation.
Read-only ISectionCollection.
slide_sizeReturns slide size object.
Read-only ISlideSize.
notes_sizeReturns notes slide size object.
Read-only INotesSize.
layout_slidesReturns a list of all layout slides that are defined in the presentation.
Read-only IGlobalLayoutSlideCollection.
mastersReturns a list of all master slides that are defined in the presentation.
Read-only IMasterSlideCollection.
master_notes_slide_managerReturns notes master manager.
Read-only IMasterNotesSlideManager.
master_handout_slide_managerReturns handout master manager.
Read-only IMasterHandoutSlideManager.
fonts_managerReturns fonts manager.
Read-only IFontsManager.
default_text_styleReturns default text style for shapes.
Read-only ITextStyle.
comment_authorsReturns the collection of comments autors.
Read-only ICommentAuthorCollection.
document_propertiesReturns DocumentProperties object which contains standard and custom document properties.
Read-only IDocumentProperties.
imagesReturns the collection of all images in the presentation.
Read-only IImageCollection.
audiosReturns the collection of all embedded audio files in the presentation.
Read-only IAudioCollection.
videosReturns the collection of all embedded video files in the presentation.
Read-only IVideoCollection.
custom_dataReturns the presentation’s custom data.
Read-only ICustomData.
vba_projectGets VBA project with presentation macros.
Read/write IVbaProject.
source_formatReturns information about from which format presentation was loaded.
Read-only IPresentation.source_format.
master_themeReturns master theme of the presentation.
Read-only IMasterTheme.
hyperlink_queriesProvides easy access to all hyperlinks contained in all presentation slides (not in master, layout, notes slides).
Read-only IHyperlinkQueries.
view_propertiesGets presentation wide view properties.
Read-only IViewProperties.
first_slide_numberRepresents the first slide number in the presentation.
Read/write int.
all_custom_xml_partsReturns all custom data parts in the presentaion.
Read-only ICustomXmlPart[].
digital_signaturesReturns the collection of signatures used to sign the presentation.
Read-only IDigitalSignatureCollection.
presentation

Methods

MethodDescription
saveSaves all slides of a presentation to a file with the specified format.
saveSaves all slides of a presentation to a stream in the specified format.
saveSaves all slides of a presentation to a file with the specified format and with additional options.
saveSaves all slides of a presentation to a stream in the specified format and with additional options.
saveSaves specified slides of a presentation to a file with the specified format.
saveSaves specified slides of a presentation to a file with the specified format.
saveSaves specified slides of a presentation to a stream in the specified format.
saveSaves specified slides of a presentation to a stream in the specified format.
saveSaves all slides of a presentation to a set of files representing XAML markup.
get_thumbnailsReturns a Thumbnail Bitmap objects for all slides of a presentation.
get_thumbnailsReturns a Thumbnail Image objects for specified slides of a presentation.
get_thumbnailsReturns a Thumbnail Bitmap objects for all slides of a presentation with custom scaling.
get_thumbnailsReturns a Thumbnail Bitmap objects for specified slides of a presentation with custom scaling.
get_thumbnailsReturns a Thumbnail Bitmap objects for all slides of a presentation with specified size.
get_thumbnailsReturns a Thumbnail Bitmap objects for specified slides of a presentation with specified size.
get_imagesReturns a Thumbnail Image objects for all slides of a presentation.
get_imagesReturns a Thumbnail Bitmap objects for specified slides of a presentation.
get_imagesReturns a Thumbnail Image objects for all slides of a presentation with custom scaling.
get_imagesReturns a Thumbnail Image objects for specified slides of a presentation with custom scaling.
get_imagesReturns a Thumbnail Image objects for all slides of a presentation with specified size.
get_imagesReturns a Thumbnail Image objects for specified slides of a presentation with specified size.
printPrints the whole presentation to the default printer.
printPrints the presentation according to the specified printer settings,
using the standard (no User Interface) print controller.
printPrint the whole presentation to the specified printer,
using the standard (no User Interface) print controller.
printPrints the document according to the specified printer settings, using
the standard (no User Interface) print controller and a presentation name.
get_slide_by_idReturns a Slide, MasterSlide or LayoutSlide by Id.
join_portions_with_same_formattingJoins runs with same formatting in all paragraphs in all acceptable shapes in all slides.

See Also