Name | Description | |
---|---|---|
![]() | WebPdfContentEditorToolJS | Initializes a new instance of the WebPdfContentEditorToolJS class. |
Name | Description | |
---|---|---|
![]() | WebPdfContentEditorToolJS | Initializes a new instance of the WebPdfContentEditorToolJS class. |
Name | Description | |
---|---|---|
![]() | addNewTextBlock | Adds new text block to PDF page. |
![]() | applyBoldStyleForSelectedText | Applies the bold style to the selected text. |
![]() | applyItalicStyleForSelectedText | Applies the italic style to the selected text. |
![]() | applyStrikethroughStyleForSelectedText | Applies the strikethrough style to the selected text. |
![]() | applyUnderlineStyleForSelectedText | Applies the underline style to the selected text. |
![]() | changeFontColorForSelectedText | Changes the font color for selected text. |
![]() | changeFontFamilyForSelectedText | Changes the font family for selected text. |
![]() | changeFontSizeForSelectedText | Changes the font size, in points, for selected text. |
![]() | changeHorizontalAlignmentForSelectedText | Changes the horizontal alignment for selected text. |
![]() | copyTextBlock | Copies text block from PDF page. |
![]() | deleteSelectedTextBlock | Deletes the selected text block from PDF page. |
![]() | findTextBlockInPageSpace | Finds text block (WebPdfTextBlockJS object) on PDF page. |
![]() | findTextBlockInViewerSpace | Finds text block (WebPdfTextBlockJS object) on PDF page. |
![]() | get_ActionButton | Gets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS) |
![]() | get_ActionCursor | Gets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS) |
![]() | get_CanResizeSelectedText | Gets the value indicating whether selected text block can be resized. |
![]() | get_Cursor | Gets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS) |
![]() | get_DisableContextMenu | Gets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool. (Inherited from WebVisualToolJS) |
![]() | get_IsEnabled | Gets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS) |
![]() | get_IsMultipageModeSupported | Gets a value indicating whether this tool supports multipage mode. (Inherited from WebVisualToolJS) |
![]() | get_IsUndoEnabled | Gets a value indicating whether undo/redo is enabled. |
![]() | get_MouseClickCount | Gets the count of mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
![]() | get_MouseClicksDelta | Gets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
![]() | get_Name | Gets the name of visual tool. (Inherited from WebVisualToolJS) |
![]() | get_SelectedTextBlock | Gets the selected text block. |
![]() | get_SelectedTextBlockBorderColor | Gets the border color for selected text block. |
![]() | get_SelectedTextBlockFillColor | Gets the fill color for selected text block. |
![]() | get_SelectedTextBlockResizePointBorderColor | Gets the border color for resize point for selected text block. |
![]() | get_SelectedTextBlockResizePointFillColor | Gets the fill color for resize point for selected text block. |
![]() | get_SelectedTextBlockResizePointRadius | Gets the radius for resize point for selected text block. |
![]() | get_TextBlockBorderColor | Gets the border color for text block. |
![]() | get_TextBlockFillColor | Gets the fill color for text block. |
![]() | getDrawingBox | Returns the drawing box of visual tool. |
![]() | getTextBlocks | Returns the text blocks of visual tool. |
![]() | pasteTextBlock | Pastes previously copied text block to a PDF page. |
![]() | redoChanges | Redoes changes. |
![]() | reset | Resets the visual tool. |
![]() | saveChanges | Saves changes in edited content. |
![]() | set_ActionButton | Sets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS) |
![]() | set_ActionCursor | Sets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS) |
![]() | set_CanResizeSelectedText | Sets the value indicating whether selected text block can be resized. |
![]() | set_Cursor | Sets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS) |
![]() | set_DisableContextMenu | Sets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool. (Inherited from WebVisualToolJS) |
![]() | set_IsEnabled | Sets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS) |
![]() | set_IsUndoEnabled | Sets a value indicating whether undo/redo is enabled. |
![]() | set_MouseClicksDelta | Sets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
![]() | set_SelectedTextBlock | Sets the selected text block. |
![]() | set_SelectedTextBlockBorderColor | Sets the border color for selected text block. |
![]() | set_SelectedTextBlockFillColor | Sets the fill color for selected text block. |
![]() | set_SelectedTextBlockResizePointBorderColor | Sets the border color for resize point for selected text block. |
![]() | set_SelectedTextBlockResizePointFillColor | Sets the fill color for resize point for selected text block. |
![]() | set_SelectedTextBlockResizePointRadius | Sets the radius for resize point for selected text block. |
![]() | set_TextBlockBorderColor | Sets the border color for text block. |
![]() | set_TextBlockFillColor | Sets the fill color for text block. |
![]() | toString | Returns the string representation of this object. (Inherited from WebVisualToolJS) |
![]() | undoChanges | Undoes changes. |
Name | Description | |
---|---|---|
![]() | activated | Occurs when the visual tool is activated in the image viewer. (Inherited from WebVisualToolJS) |
![]() | deactivated | Occurs when the visual tool is deactivated in the image viewer. (Inherited from WebVisualToolJS) |
![]() | initializationException | Occurs when the visual tool initialization is failed. (Inherited from WebVisualToolJS) |
![]() | initializationException | Occurs when the visual tool initialization is failed. |
![]() | initializationFinished | Occurs when the visual tool initialization is finished. |
![]() | initializationFinished | Occurs when the visual tool initialization is finished. (Inherited from WebVisualToolJS) |
![]() | initializationStarted | Occurs when the visual tool initialization is started. (Inherited from WebVisualToolJS) |
![]() | initializationStarted | Occurs when the visual tool initialization is started. |
![]() | mouseDoubleClick | Occurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is double clicked. (Inherited from WebVisualToolJS) |
![]() | mouseDown | Occurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is pressed. (Inherited from WebVisualToolJS) |
![]() | mouseMove | Occurs when the mouse pointer is moved and this tool is enabled. (Inherited from WebVisualToolJS) |
![]() | mouseUp | Occurs when this tool is enabled and a mouse button is released. (Inherited from WebVisualToolJS) |
![]() | selectedTextBlockChanged | Occurs when selected PDF text block is changed. |
![]() | selectedTextBlockEditingFinished | Occurs when editing of selected PDF text block is finished. |
![]() | selectedTextBlockEditingStarted | Occurs when editing of selected PDF text block is started. |
![]() | selectedTextSymbolChanged | Occurs when selected text symbol is changed. |
![]() | textBlockAdded | Occurs when PDF text block is added. |
![]() | textBlockMouseDown | Occurs when the mouse pointer is over a text block on PDF page and the mouse button is pressed. |
![]() | textBlockMouseEnter | Occurs when the mouse pointer enters a text block on PDF page. |
![]() | textBlockMouseLeave | Occurs when the mouse pointer leaves a text block on PDF page. |
![]() | textBlockMouseUp | Occurs when the mouse pointer is over a text block on PDF page and the mouse button is released. |
![]() | textBlockRemoved | Occurs when PDF text block is removed. |