.. highlightlang:: us .. index:: PagePasteSpecial .. _pagepastespecial: PagePasteSpecial ================ .. us.tag PagePasteSpecial NOTREADYENGLISH PageSet clipboard New592 :ref:`PagePasteSpecial` inserts clipboard data into the active layer of UniPlot document page. .. function:: ret = PagePasteSpecial(hPage, ssType) .. us.return **Return Value** *ret* is the element handle inserted into the page or the filename of the netCDF file. .. us.params **Parameters** .. uparam:: hPage Identifies the page. .. uparam:: ssType *ssType* is one of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - table - UniPlot-Table * - text - UniPlot-Text-Object * - ole - OLE2-Object * - wmf - Metafile * - bitmap - Bitmap * - netcdf - netCDF-File, return value is the path or an empty string .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.9.2 - New .. seealso:: :ref:`overview-document-pages`, :ref:`overview-clipboard`, :ref:`PagePasteSpecialDialog` :sub:`id-1635752`