Altova XMLSpy 2024 Professional Edition

Wird ersetzt durch AuthenticRange.Copy

 

Mit Hilfe der Copy-Methode von AuthenticRange können Sie jeden beliebigen Bereich des Dokuments kopieren, nicht nur die aktuellen Auswahl auf der Benutzeroberfläche.

 

// ----- javascript sample -----

// instead of:

// Application.ActiveDocument.DocEditView.EditCopy();

// use now:

if(! Application.ActiveDocument.AuthenticView.Selection.Copy())

  MsgBox ("Error: can't copy current selection");

 

Deklaration: EditCopy

 

Beschreibung

Kopiert die aktuelle Auswahl in die Zwischenablage.

 

 

 

© 2017-2023 Altova GmbH