VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction Namespace / IOfficeDocumentVisualEditor Interface
In This Topic
IOfficeDocumentVisualEditor Interface Methods
In This Topic
For a list of all methods of this type, see IOfficeDocumentVisualEditor.
Public Methods
 NameDescription
Public MethodReturns a value indicating whether content can be copied to the Clipboard.
Public MethodReturns a value indicating whether content can be deleted.
Public MethodReturns a value indicating whether content can be pasted from Clipboard.
Public MethodCopies selected content to the Clipboard.
Public MethodCreates the document editor.
Public MethodDeletes selected content.
Public MethodReturns the selected text content that corresponds to the selected (or focused) text in visual editor.
Public MethodReturns the paragraph properties of specified text symbol.
Public MethodReturns the text properties of specified text symbol.
Public MethodCalled when DOCX document is changed.
Public MethodPastes the content from clipboard.
See Also