VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction Namespace / IOfficeDocumentVisualEditor Interface
Properties Methods SeeAlso
In This Topic
IOfficeDocumentVisualEditor Interface Members
In This Topic
The following tables list the members exposed by IOfficeDocumentVisualEditor.
Public Properties
 NameDescription
Public PropertyGets the clipboard.
Public PropertyGets or sets the content scale of the document content.
Public PropertyGets the focused text region.
Public PropertyGets or sets the focused text symbol.
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