VisCutCopyPasteCodes enumeration (Visio)
Flags to be passed to the Cut, Copy, or Paste methods.
Flag | Value | Description |
---|---|---|
visCopyPasteNormal | &H0 | Follow default copying behavior. |
visCopyPasteNoTranslate | &H1 | Copy shapes to their original coordinate locations. |
visCopyPasteCenter | &H2 | Copy shapes to the center of the page. |
visCopyPasteNoHealConnectors | &H4 | Do not clean up connectors attached to cut shapes. |
visCopyPasteNoContainerMembers | &H8 | Do not cut and copy unselected members of containers or lists. |
visCopyPasteNoAssociatedCallouts | &H16 | Do not cut and copy unselected callouts associated with shapes. |
visCopyPasteDontAddToContainers | &H32 | Do not add pasted shapes to any underlying containers. |
visCopyPasteNoCascade | &H64 | Do not offset shapes on copy. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.