Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 953 Bytes

PowerPoint.PpPasteDataType.md

File metadata and controls

32 lines (25 loc) · 953 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
PpPasteDataType enumeration (PowerPoint)
PowerPoint.PpPasteDataType
451539a2-e04a-9222-67a1-6089ca00e63c
06/08/2017
medium

PpPasteDataType enumeration (PowerPoint)

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

Name Value Description
ppPasteBitmap 1 Paste bitmap.
ppPasteDefault 0 Paste the default content of the clipboard.
ppPasteEnhancedMetafile 2 Paste enhanced Metafile
ppPasteGIF 4 Paste a GIF image.
ppPasteHTML 8 Paste HTML.
ppPasteJPG 5 Paste a JPG image.
ppPasteMetafilePicture 3 Paste a Metafile picture.
ppPasteOLEObject 10 Paste OLE object.
ppPastePNG 6 Paste PNG image.
ppPasteRTF 9 Paste RTF.
ppPasteShape 11 Paste a shape.
ppPasteText 7 Paste text.

[!includeSupport and feedback]