Graph |
public static class GraphDocumentClipboardActions
The GraphDocumentClipboardActions type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyToClipboardAsBitmap | Copies the current graph as an bitmap image to the clipboard in native bmp format. | |
| CopyToClipboardAsNative | Puts the entire graph to the clipboard in XML format. | |
| CopyToClipboardLayerAsNative | Puts the layer with index layerNumber to the clipboard in XML format. | |
| PasteFromClipboard | Try to paste the entire GraphDocument from the clipboard using the specified paste options. | |
| PasteFromClipboardAsGraphStyle | Try to paste the entire GraphDocument from the clipboard. | |
| PasteFromClipboardAsNewChildLayerOfLayerNumber | Pastes a layer on the clipboard as new layer after the layer at index currentActiveLayerNumber. | |
| PasteFromClipboardAsNewLayer | Pastes the clipboard layer as a new top-level layer. | |
| PasteFromClipboardAsNewLayerAfterLayerNumber | Pastes a layer on the clipboard as new layer after the layer at index currentActiveLayerNumber. | |
| PasteFromClipboardAsNewLayerBeforeLayerNumber | Pastes a layer on the clipboard as new layer before the layer specified by index currentActiveLayerNumber. | |
| PasteFromClipboardAsTemplateForLayer(GraphDocument, IEnumerableInt32) | Pastes a layer from the clipboard as a template into the specified layer after showing an options dialog. | |
| PasteFromClipboardAsTemplateForLayer(GraphDocument, IEnumerableInt32, GraphCopyOptions) | Pastes a layer from the clipboard as a template into the specified layer. | |
| ShowCopyPageOptionsDialog | Shows the copy page options dialog and stores the result as the static field CopyPageOptions here in this class |
| Name | Description | |
|---|---|---|
| DefaultGraphDocumentPasteOptions | Gets the default paste options for entire graph documents. | |
| DefaultGraphLayerPasteOptions | Gets the default paste options for graph layers. |