PpSaveAsFileType Enumeration
Constants that specify type of file to save as, passed to the SaveAs method of the _Presentation object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("01F8F37D-78D4-4920-B2A2-227B23A7ED66")> _
Public Enumeration PpSaveAsFileType
'Usage
Dim instance As PpSaveAsFileType
[GuidAttribute("01F8F37D-78D4-4920-B2A2-227B23A7ED66")]
public enum PpSaveAsFileType
Members
Member name | Description | |
---|---|---|
ppSaveAsPresentation | Save as a presentation. | |
ppSaveAsPowerPoint7 | Reserved for internal use. | |
ppSaveAsPowerPoint4 | Reserved for internal use. | |
ppSaveAsPowerPoint3 | Reserved for internal use. | |
ppSaveAsTemplate | Save as a template. | |
ppSaveAsRTF | Save as an RTF. | |
ppSaveAsShow | Save as a slide show. | |
ppSaveAsAddIn | Save as an AddIn. | |
ppSaveAsPowerPoint4FarEast | Reserved for internal use. | |
ppSaveAsDefault | Save in the default format. | |
ppSaveAsHTML | Save as an HTML document. | |
ppSaveAsHTMLv3 | Save as HTMLv3. | |
ppSaveAsHTMLDual | Save as HTML Dual version. | |
ppSaveAsMetaFile | Save as a MetaFile. | |
ppSaveAsGIF | Save as a GIF image. | |
ppSaveAsJPG | Save as a JPG image. | |
ppSaveAsPNG | Save as a PNG image. | |
ppSaveAsBMP | Save as an BMP image. | |
ppSaveAsWebArchive | Save as a Web archive. | |
ppSaveAsTIF | Save as a TIF file. | |
ppSaveAsPresForReview | Reserved for internal use. | |
ppSaveAsEMF | Save in the Enhanced MetaFile (EMF) format. | |
ppSaveAsOpenXMLPresentation | Save as an open XML presentation. | |
ppSaveAsOpenXMLPresentationMacroEnabled | Save as a macro-enabled open XML presentation. | |
ppSaveAsOpenXMLTemplate | Save as an open XML template. | |
ppSaveAsOpenXMLTemplateMacroEnabled | Save as a macro-enabled open XML template. | |
ppSaveAsOpenXMLShow | Save as an open XML show. | |
ppSaveAsOpenXMLShowMacroEnabled | Save as a macro-enabled open XML show. | |
ppSaveAsOpenXMLAddin | Save as an open XML add-in. | |
ppSaveAsOpenXMLTheme | Save as an open XML theme. | |
ppSaveAsPDF | Save as a PDF. | |
ppSaveAsXPS | Save in the XML Paper Specification (XPS) format. | |
ppSaveAsXMLPresentation | Save as an XML presentation. | |
ppSaveAsOpenDocumentPresentation | Save as an open document presentation. | |
ppSaveAsOpenXMLPicturePresentation | Save slideshow as an OpenXML Picture Presentation. | |
ppSaveAsWMV | Save slideshow as a Windows Media Video (WMV) file. | |
ppSaveAsExternalConverter | Save as External Converter. |