PpPasteDataType Enumeration

Specifies a format for the Clipboard contents when they are inserted into the document.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("83329628-509C-4CF8-A6B4-AFCA95A071BB")> _
Public Enumeration PpPasteDataType
'Usage
Dim instance As PpPasteDataType
[GuidAttribute("83329628-509C-4CF8-A6B4-AFCA95A071BB")]
public enum PpPasteDataType

Members

Member name Description
ppPasteDefault Paste the default content of the clipboard.
ppPasteBitmap Paste bitmap.
ppPasteEnhancedMetafile Paste enhanced Metafile.
ppPasteMetafilePicture Paste a Metafile picture.
ppPasteGIF Paste a GIF image.
ppPasteJPG Paste a JPG image.
ppPastePNG Paste PNG image.
ppPasteText Paste text.
ppPasteHTML Paste HTML.
ppPasteRTF Paste RTF.
ppPasteOLEObject Paste OLE object.
ppPasteShape Paste a shape.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace