'Declaration Public Class OfficeDocumentVisualEditor Inherits Vintasoft.Imaging.UI.VisualTools.UserInteraction.TextEditorControllerBase(Of T) Implements IOfficeDocumentVisualEditor, ISupportUIActions
public class OfficeDocumentVisualEditor : Vintasoft.Imaging.UI.VisualTools.UserInteraction.TextEditorControllerBase<T>, IOfficeDocumentVisualEditor, ISupportUIActions
public __gc class OfficeDocumentVisualEditor : public Vintasoft.Imaging.UI.VisualTools.UserInteraction.TextEditorControllerBase<T*>*, IOfficeDocumentVisualEditor, ISupportUIActions
public ref class OfficeDocumentVisualEditor : public Vintasoft.Imaging.UI.VisualTools.UserInteraction.TextEditorControllerBase<T^>^, IOfficeDocumentVisualEditor, ISupportUIActions
Редактор позволяет начать редактирование содержимого, если хотя бы один элемент содержимого может быть размещен в области редактирования. Редактор прекратит редактирование контента, если после операции редактирования ни один элемент контента не может быть размещен в области редактирования.
Текущая версия позволяет редактировать только документы DOCX.
Горячие клавиши:
System.Object
 Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionControllerBase
   Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionControllerBase<Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction.IOfficeDocumentInteractiveObject>
     Vintasoft.Imaging.UI.VisualTools.UserInteraction.TextEditorControllerBase<Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction.IOfficeDocumentInteractiveObject>
       Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction.OfficeDocumentVisualEditor
Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
Члены типа OfficeDocumentVisualEditor
Пространство имен Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction
ProcessHotKeys(InteractionEventArgs,Boolean)