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 | ||
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) | ||
PasteFromClipboardAsTemplateForLayer(GraphDocument, IEnumerableInt32, GraphCopyOptions) | ||
ShowCopyPageOptionsDialog | Shows the copy page options dialog and stores the result as the static field CopyPageOptions here in this class |
Name | Description | |
---|---|---|
DefaultGraphDocumentPasteOptions | ||
DefaultGraphLayerPasteOptions |