VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorControlJS type
Constructors SeeAlso
In This Topic
    WebDocumentEditorControlJS Class Members
    In This Topic
    The following tables list the members exposed by WebDocumentEditorControlJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebDocumentEditorControlJS class.
    Methods
     NameDescription
    Public MethodClears all formatting properties of selected content.
    Public MethodCloses document.
    Public MethodCopies the selected content.
    Public MethodCreates the new DOCX document.
    Public MethodCuts the selected content.
    Public MethodDecreases the font size for selected text.
    Public MethodStarts the editing of page footer.
    Public MethodStarts the editing of page header.
    Public MethodExports opened DOCX document to PDF format.
    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 page count.
    Public MethodGets the page padding in pixels.
    Public MethodGets the count of pages in line.
    Public MethodGets the paragraph numbering level count.
    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 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 the names of available styles.
    Public MethodIncreases the font size for selected text.
    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 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 MethodFits the view to the page.
    Public MethodFits the view to the page width.
    Events
     NameDescription
    Public EventOccurs when creation of new DOCX document is failed.
    Public EventOccurs when creation of new DOCX document is finished.
    Public EventOccurs when creation of new DOCX document is started.
    Public EventOccurs when downloading of file is failed.
    Public EventOccurs when downloading of file is finished.
    Public EventOccurs when downloading of file is started.
    Public EventOccurs when exporting of DOCX document to PDF is failed.
    Public EventOccurs when exporting of DOCX document to PDF is finished.
    Public EventOccurs when exporting of DOCX document to PDF is started.
    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 control needs to save changes in opened document.
    Public EventOccurs when the user finishes a selection.
    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 the document editor needs to open a URL.
    Public EventOccurs when the zoom is changed in web document editor.
    See Also