AuthenticSelection.End (obsolete)
Superseded by AuthenticRange.LastXMLData
// ----- javascript sample ----- // instead of: // var objXMLData = Application.ActiveDocument.DocEditView.CurrentSelection.End; // use now: var objXMLData = Application.ActiveDocument.AuthenticView.Selection.LastXMLData; |
Declaration: End as XMLData
Description
XML element where the current selection ends.