OldAuthenticView.IsEditRedoEnabled (nicht mehr verwendet)
Wird ersetzt durch AuthenticView.IsRedoEnabled
// ----- javascript sample ----- // instead of: // if (Application.ActiveDocument.DocEditView.IsEditRedoEnabled) // Application.ActiveDocument.DocEditView.EditRedo(); // use now: if(Application.ActiveDocument.AuthenticView.IsRedoEnabled) Application.ActiveDocument.AuthenticView.Redo(); |
Deklaration: IsEditRedoEnabled als Boolean
Beschreibung
True, wenn EditRedoderzeit möglich ist. Siehe auch Bearbeitungsoperationen.