| Create and Destroy | |
|---|---|
| PageCreate | PageCreate creates a new document page. |
| PageDestroy | PageDestroy destroys the given Page and frees any memory the page occupied. |
| Set | |
|---|---|
| PageAddLayer | PageAddLayer adds one or more layers (diagrams) to the given page. |
| PageCopyToClipboard | PageCopyToClipboard copies a page to the clipboard. |
| PageInsertFromClipboard | PageInsertFromClipboard pastes the clipboard contents into the given page. |
| PageMove | PageMove moves a page to the specified position inside a document. |
| PagePaste | PagePaste inserts clipboard data into a UniPlot document page. The function supports only the OLE format and the UniPlot format. |
| PagePasteSpecial | PagePasteSpecial inserts clipboard data into the active layer of UniPlot document page. |
| PagePasteSpecialDialog | PagePasteSpecialDialog inserts clipboard data into the active layer of UniPlot document page. If the data is available in different formats, a selection dialog box is displayed. |
| PagePrint | PagePrint prints a page to the printer. |
| PageReplot | PageReplot replots the active document window. |
| PageSaveAsBitmap | PageSaveAsBitmap creates a bitmap (.BMP) or JPEG (.JPG) file from the given page. |
| PageSaveAsBitmapEx | PageSaveAsBitmapEx creates a bitmap with high resolution or WMF file from the given page. |
| PageSaveAsMetafile | PageSaveAsMetafile creates a Windows Meta File (.WMF) or a Enhanced Metafile (.EMF) from the given page. |
| PageSendLayerToPos | PageSendLayerToPos moves a layer to the specified position inside a page. |
| PageSetBackgroundPageName | PageSetBackgroundPageName selects the page given by its name to be displayed in the background. The page must belong to the same document. |
| PageSetMargin | PageSetMargin sets the magenta colored page frame on or off. |
| PageSetOrientation | PageSetOrientation sets the page orientation to portrait or landscape. |
| PageSetSize | PageSetSize sets the paper size in centimeter or selects a predefined paper size. |
| PageSetTitle | PageSetTitle changes the page name. |
| PageUpdateAxisLink | PageUpdateAxisLink updates the axes links for the given document page. |
| Get | |
|---|---|
| PageGetAllDataLayers | PageGetAllDataLayers returns the handles of all layers (diagrams) of the specified document page. |
| PageGetAllDatasets | PageGetAllDatasets returns a vector with the handles of all datasets of the given page. |
| PageGetAllLayers | PageGetAllLayers returns all layer (diagram) handles of the given page. |
| PageGetAllObjects | PageGetAllObjects returns the handles of all drawing objects. |
| PageGetAllSelectedDatasets | PageGetAllSelectedDatasets returns a vector of handles of all the selected datasets. |
| PageGetAllSelectedLayers | PageGetAllSelectedLayers returns a vector of handles of the selected diagrams. |
| PageGetBackgroundPageName | PageGetBackgroundPageName gets the name of the document page that is used as a background. |
| PageGetBoundingRect | PageGetBoundingRect returns the bounding box of the document page. |
| PageGetDatasetHandle | PageGetDatasetHandle returns the handle of a dataset given by its name. |
| PageGetLayerHandle | PageGetLayerHandle returns the handle of a diagram (layer) given by its name. |
| PageGetMargin | PageGetMargin requests if the magenta colored page frame is visible or not. |
| PageGetObjectHandle | PageGetObjectHandle returns the handle of a drawing object given by its name. |
| PageGetOrientation | PageGetOrientation gets the page orientation (portrait or landscape). |
| PageGetPaperSize | PageGetPaperSize returns the index of a paper size. |
| PageGetParentDocument | PageGetParentDocument returns the parent document handle. |
| PageGetSelectedDataLayer | PageGetSelectedDataLayer returns the handle of the selected layer (diagram) which can contain datasets. |
| PageGetSelectedLayer | PageGetSelectedLayer returns the handle of the selected diagram. |
| PageGetSize | PageGetSize returns the page size. |
| PageGetTitle | PageGetTitle gets the page name. |
| Undo/Redo | |
|---|---|
| PageCanRedo | PageCanRedo checks if the most recent Undo can be reversed. |
| PageCanUndo | PageCanRedo |
| PageEmptyUndoBuffer | PageEmptyUndoBuffer |
| PageGetUndoBufferSize | PageGetUndoBufferSize |
| PageRedo | PageRedo |
| PageSetUndoBufferSize | PageSetUndoBufferSize |
| PageUndo | PageUndo |
| PageUndoEnd | PageUndoEnd ends an Undo block. |
| PageUndoStart | PageUndoStart begins an Undo block. |
See also
id-1210562