VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction Namespace / OfficeDocumentVisualEditor Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    OfficeDocumentVisualEditor Class
    In This Topic
    An interaction controller that allows to do visual editing of Office document interactive object.
    Object Model
    IObjectClipboard OfficeDocumentVisualEditorUIActionFactory TextRegion OfficeDocumentVisualEditorTextTool TextRegionSymbol IOfficeDocumentInteractiveObject InteractionArea OfficeDocumentVisualEditor
    Syntax
    Remarks

    Editor allows to start editing of content if at least one content element can be layouted in edit region. Editor will stop editing of content if after editing operation no one content element cannot be layouted in edit region.

    Current version allows to edit DOCX documents only.

    Hot keys:

    • CTRL + X - Cut selected content
    • CTRL + C - Copy selected content
    • CTRL + V - Paste content
    • Shift + Delete - Cut selected content
    • CTRL + Insert - Copy selected content
    • Shift + Insert - Paste content
    • CTRL + B - Change the Bold status of text
    • CTRL + I - Change the Italic status of text
    • CTRL + U - Change the Underline status of text
    • CTRL + Plus - Increase font size
    • CTRL + Minus - Decrease font size
    • CTRL + L - Set paragraph justification to the left justification
    • CTRL + E - Set paragraph justification to the center justification
    • CTRL + R - Set paragraph justification to the right justification
    • CTRL + J - Set paragraph justification to the both justification

    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also