VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type
Constructors SeeAlso
In This Topic
    WebDocumentEditorJS Class Members
    In This Topic
    The following tables list the members exposed by WebDocumentEditorJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebDocumentEditorJS class.
    Methods
     NameDescription
    Public MethodClears all formatting properties of selected content.
    Public MethodClears cache for current HTTP session.
    Public MethodCloses document.
    Public MethodCopies the selected content.
    Public MethodCreates the new DOCX document.
    Public MethodCuts the selected content.
    Public MethodStarts the editing of page footer.
    Public MethodStarts the editing of page header.
    Public MethodExports opened DOCX document to PDF format.
    Public MethodOverloaded. Fires "asyncOperationFailed" event. (Inherited from WebUiControlJS)
    Public MethodOverloaded. Fires "asyncOperationFinished" event. (Inherited from WebUiControlJS)
    Public MethodSet the focus to the document editor control.
    Public MethodGets an identifier of DOM-element that contains this control. (Inherited from WebUiControlJS)
    Public MethodGets the document editor control, which is associated with this document editor.
    Public MethodGets the information about document.
    Public MethodGets the index of focused page.
    Public MethodGets the font name for focused text.
    Public MethodGets the font size for focused text.
    Public MethodGets a value indicating whether the control has touch screen.
    Public MethodGets a value indicating whether the control is enabled.
    Public MethodGets a value indicating whether focused text is bold.
    Public MethodGets a value indicating whether focused text is italic.
    Public MethodGets a value indicating whether focused text is subscript.
    Public MethodGets a value indicating whether focused text is superscript.
    Public MethodGets the collection of UI elements contained within this WebDocumentViewerBaseJS. (Inherited from WebUiControlJS)
    Public MethodGets the localization identifier of UI element. (Inherited from WebUiControlJS)
    Public MethodGets the page count.
    Public MethodGets the page padding in pixels.
    Public MethodGets the count of pages in line.
    Public MethodGets the document paragraph properties.
    Public MethodGets the document section properties.
    Public MethodGets a value indicating whether the non-printable characters are visible.
    Public MethodGets the style name for focused text.
    Public MethodGets the text color of focused text.
    Public MethodGets the text fill color of focused text.
    Public MethodGets a strikeout type of selected text.
    Public MethodGets an underline type of selected text.
    Public MethodGets the document view mode.
    Public MethodGets the zoom, in percents.
    Public MethodReturns array of nested UI elements. (Inherited from WebUiControlJS)
    Public MethodReturns the names of available styles.
    Public MethodInserts the page break.
    Public MethodMoves to the specified page.
    Public MethodOpens a document.
    Public MethodPastes the content from buffer.
    Public MethodPastes the text content from buffer.
    Public MethodRemoves the page footer.
    Public MethodRemoves the page header.
    Public MethodSaves a document to the specified file.
    Public MethodSets the information about document.
    Public MethodSets the index of focused page.
    Public MethodSets the font name for selected text.
    Public MethodSets the font size for selected text.
    Public MethodSets a value indicating whether the control has touch screen.
    Public MethodSets a value indicating whether the control is enabled.
    Public MethodSets a value indicating whether focused text is bold.
    Public MethodSets a value indicating whether focused text is italic.
    Public MethodSets a value indicating whether focused text is subscript.
    Public MethodSets a value indicating whether focused text is superscript.
    Public MethodSets the page padding in pixels.
    Public MethodSets the count of pages in line.
    Public MethodSets the document paragraph properties.
    Public MethodSets the document section properties.
    Public MethodSets a value indicating whether the non-printable characters are visible.
    Public MethodSets the style name for selected text.
    Public MethodSets the text color of focused text.
    Public MethodSets the text fill color of selected text.
    Public MethodSets a strikeout type of selected text.
    Public MethodSets an underline type of selected text.
    Public MethodSets the document view mode.
    Public MethodSets the zoom, in percents.
    Public MethodOverloaded. Fires "asyncOperationStarted" event. (Inherited from WebUiControlJS)
    Public MethodUpdates the user interface of this control.
    Public MethodFits the view to the page.
    Public MethodFits the view to the page width.
    Events
     NameDescription
    Public EventOccurs when asynchronous operation is failed. (Inherited from WebUiControlJS)
    Public EventOccurs when asynchronous operation is finished. (Inherited from WebUiControlJS)
    Public EventOccurs when asynchronous operation is started. (Inherited from WebUiControlJS)
    Public EventOccurs when dialog is shown. (Inherited from WebUiControlJS)
    Public EventOccurs when the document is opened in document editor.
    Public EventOccurs when the index of focused page is changed in web document editor.
    Public EventOccurs when initialization of web document editor is finished.
    Public EventOccurs when initialization of web document editor is started.
    Public EventOccurs when the document page count is changed in web document editor.
    Public EventOccurs when this document editor needs to save changes in opened document.
    Public EventOccurs when the synchronization exception occurs.
    Public EventOccurs when the text editing is finished in web document editor.
    Public EventOccurs when the text editing is starting in web document editor.
    Public EventOccurs when warning (non-critical error) occurs during the spreadsheet document editor work. (Inherited from WebUiControlJS)
    Public EventOccurs when the zoom is changed in web document editor.
    See Also