| Name | Description | |
|---|---|---|
![]() | WebDocumentEditorJS | Initializes a new instance of the WebDocumentEditorJS class. |
| Name | Description | |
|---|---|---|
![]() | WebDocumentEditorJS | Initializes a new instance of the WebDocumentEditorJS class. |
| Name | Description | |
|---|---|---|
![]() | clearFormattingProperties | Clears all formatting properties of selected content. |
![]() | clearSessionCache | Clears cache for current HTTP session. |
![]() | closeDocument | Closes document. |
![]() | copyContent | Copies the selected content. |
![]() | createDocxDocument | Creates the new DOCX document. |
![]() | cutContent | Cuts the selected content. |
![]() | editFooter | Starts the editing of page footer. |
![]() | editHeader | Starts the editing of page header. |
![]() | exportDocxDocumentToPdf | Exports opened DOCX document to PDF format. |
![]() | failAsyncOperation | Overloaded. Fires "asyncOperationFailed" event. (Inherited from WebUiControlJS) |
![]() | finishAsyncOperation | Overloaded. Fires "asyncOperationFinished" event. (Inherited from WebUiControlJS) |
![]() | focus | Set the focus to the document editor control. |
![]() | get_ContainerId | Gets an identifier of DOM-element that contains this control. (Inherited from WebUiControlJS) |
![]() | get_DocumentEditorControl | Gets the document editor control, which is associated with this document editor. |
![]() | get_DocumentInformation | Gets the information about document. |
![]() | get_FocusedPageIndex | Gets the index of focused page. |
![]() | get_FontName | Gets the font name for focused text. |
![]() | get_FontSize | Gets the font size for focused text. |
![]() | get_HasTouchScreen | Gets a value indicating whether the control has touch screen. |
![]() | get_IsEnabled | Gets a value indicating whether the control is enabled. |
![]() | get_IsTextBold | Gets a value indicating whether focused text is bold. |
![]() | get_IsTextItalic | Gets a value indicating whether focused text is italic. |
![]() | get_IsTextSubscript | Gets a value indicating whether focused text is subscript. |
![]() | get_IsTextSuperscript | Gets a value indicating whether focused text is superscript. |
![]() | get_Items | Gets the collection of UI elements contained within this WebDocumentViewerBaseJS. (Inherited from WebUiControlJS) |
![]() | get_LocalizationId | Gets the localization identifier of UI element. (Inherited from WebUiControlJS) |
![]() | get_PageCount | Gets the page count. |
![]() | get_PagePadding | Gets the page padding in pixels. |
![]() | get_PagesInLine | Gets the count of pages in line. |
![]() | get_ParagraphProperties | Gets the document paragraph properties. |
![]() | get_SectionProperties | Gets the document section properties. |
![]() | get_ShowNonprintableCharacters | Gets a value indicating whether the non-printable characters are visible. |
![]() | get_StyleName | Gets the style name for focused text. |
![]() | get_TextColor | Gets the text color of focused text. |
![]() | get_TextFillColor | Gets the text fill color of focused text. |
![]() | get_TextStrikeout | Gets a strikeout type of selected text. |
![]() | get_TextUnderline | Gets an underline type of selected text. |
![]() | get_ViewMode | Gets the document view mode. |
![]() | get_Zoom | Gets the zoom, in percents. |
![]() | getNestedElements | Returns array of nested UI elements. (Inherited from WebUiControlJS) |
![]() | getStyleNames | Returns the names of available styles. |
![]() | insertPageBreak | Inserts the page break. |
![]() | moveToPage | Moves to the specified page. |
![]() | openDocument | Opens a document. |
![]() | pasteContent | Pastes the content from buffer. |
![]() | pasteTextContent | Pastes the text content from buffer. |
![]() | removeFooter | Removes the page footer. |
![]() | removeHeader | Removes the page header. |
![]() | saveDocumentAs | Saves a document to the specified file. |
![]() | set_DocumentInformation | Sets the information about document. |
![]() | set_FocusedPageIndex | Sets the index of focused page. |
![]() | set_FontName | Sets the font name for selected text. |
![]() | set_FontSize | Sets the font size for selected text. |
![]() | set_HasTouchScreen | Sets a value indicating whether the control has touch screen. |
![]() | set_IsEnabled | Sets a value indicating whether the control is enabled. |
![]() | set_IsTextBold | Sets a value indicating whether focused text is bold. |
![]() | set_IsTextItalic | Sets a value indicating whether focused text is italic. |
![]() | set_IsTextSubscript | Sets a value indicating whether focused text is subscript. |
![]() | set_IsTextSuperscript | Sets a value indicating whether focused text is superscript. |
![]() | set_PagePadding | Sets the page padding in pixels. |
![]() | set_PagesInLine | Sets the count of pages in line. |
![]() | set_ParagraphProperties | Sets the document paragraph properties. |
![]() | set_SectionProperties | Sets the document section properties. |
![]() | set_ShowNonprintableCharacters | Sets a value indicating whether the non-printable characters are visible. |
![]() | set_StyleName | Sets the style name for selected text. |
![]() | set_TextColor | Sets the text color of focused text. |
![]() | set_TextFillColor | Sets the text fill color of selected text. |
![]() | set_TextStrikeout | Sets a strikeout type of selected text. |
![]() | set_TextUnderline | Sets an underline type of selected text. |
![]() | set_ViewMode | Sets the document view mode. |
![]() | set_Zoom | Sets the zoom, in percents. |
![]() | startAsyncOperation | Overloaded. Fires "asyncOperationStarted" event. (Inherited from WebUiControlJS) |
![]() | updateUI | Updates the user interface of this control. |
![]() | zoomFitPage | Fits the view to the page. |
![]() | zoomFitPageWidth | Fits the view to the page width. |
| Name | Description | |
|---|---|---|
![]() | asyncOperationFailed | Occurs when asynchronous operation is failed. (Inherited from WebUiControlJS) |
![]() | asyncOperationFinished | Occurs when asynchronous operation is finished. (Inherited from WebUiControlJS) |
![]() | asyncOperationStarted | Occurs when asynchronous operation is started. (Inherited from WebUiControlJS) |
![]() | dialogShown | Occurs when dialog is shown. (Inherited from WebUiControlJS) |
![]() | documentOpened | Occurs when the document is opened in document editor. |
![]() | focusedPageIndexChanged | Occurs when the index of focused page is changed in web document editor. |
![]() | initializationFinished | Occurs when initialization of web document editor is finished. |
![]() | initializationStarted | Occurs when initialization of web document editor is started. |
![]() | pageCountChanged | Occurs when the document page count is changed in web document editor. |
![]() | saveChangesRequest | Occurs when this document editor needs to save changes in opened document. |
![]() | synchronizationException | Occurs when the synchronization exception occurs. |
![]() | textEditingFinished | Occurs when the text editing is finished in web document editor. |
![]() | textEditingStarting | Occurs when the text editing is starting in web document editor. |
![]() | warningOccured | Occurs when warning (non-critical error) occurs during the spreadsheet document editor work. (Inherited from WebUiControlJS) |
![]() | zoomChanged | Occurs when the zoom is changed in web document editor. |