PPasteSpecial

Pastes the object from the Clipboard using the format specified.


Command constructor

PPaste(ePaste cFormat);
kPasteText for plain text
kPasteRTF for Rich Text Format (RTF)
kPasteEPS for Encapsulated PostScript®
kPasteExternal for external PageMaker format
kPasteColortronColors to add Colortron colors to the Colors palette
kPasteObjectEmbed for embedded OLE object
kPasteObjectLink for linked OLE object
kPastePict for Macintosh PICT format (Macintosh only)
kPasteMetafile for Windows metafile format (Win dows only)
kPasteBitmap for Windows bitmap (Windows only)
kPasteEnhMetafile for Windows enhanced metafile format (Windows only)
kPasteDIB for device independent bitmaps (Windows only)
Only available formats allowed. You can paste only using a format that is available for the object in the Clipboard. If the specified format is not available, this constructor throws an exception ("Operation was not performed.")

Pasting items copied outside of PageMaker (Macintosh only). PageMaker for the Macintosh uses an internal clipboard, not the standard Macintosh Clipboard. To paste externally copied or cut data into PageMaker for the Macintosh, you must first render those items to the PageMaker internal clipboard using the PRenderClip(false); command.

Layout view only. Use the PPasteSpecial command only in layout view.

Example. The following example pastes the object from the Clipboard using the Macintosh PICT format.

PPasteSpecial(pict);


See also

The PMultiplePaste, PPaste, and PPasteLink commands

Adobe PageMaker 6.5 Help > Commands > Edit > Paste

Adobe PageMaker 6.5 Help > Commands > Edit > Paste Special

Adobe PageMaker 6.5 Help > Commands > Edit > Multiple Paste


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support