PagePasteSpecialΒΆ

PagePasteSpecial inserts clipboard data into the active layer of UniPlot document page.

ret = PagePasteSpecial(hPage, ssType)

Return Value

ret is the element handle inserted into the page or the filename of the netCDF file.

Parameters

hPage

Identifies the page.

ssType

ssType is one of the following values:

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

History

Version Description
5.9.2 New

id-1635752