AuthenticSelection.End (nicht mehr verwendet)
Wird ersetzt durch AuthenticRange.LastXMLData 
 // ----- javascript sample ----- // instead of: // var objXMLData = Application.ActiveDocument.DocEditView.CurrentSelection.End; // use now: var objXMLData = Application.ActiveDocument.AuthenticView.Selection.LastXMLData;  | 
Deklaration: End als XMLData
Beschreibung
XML-Element, an dem die aktuelle Auswahl endet.