VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentContentEditorToolAction Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DocumentContentEditorToolAction Enumeration
    In This Topic
    Specifies available navigation actions for the document content editor tool.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum DocumentContentEditorToolAction
       Inherits System.Enum
    
    
    [Flags()]
    public enum DocumentContentEditorToolAction : System.Enum
    
    
    [Flags()]
    __value public enum DocumentContentEditorToolAction : public System.Enum
    
    
    [Flags()]
    public enum class DocumentContentEditorToolAction : public System.Enum
    
    
    Members
    MemberDescription
    SelectionText selection must be changed.
    PreviousSymbolMove focused symbol to the previous symbol.
    PreviousWordMove focused symbol to the previous word.
    NextSymbolMove focused symbol to the next symbol.
    NextWordMove focused symbol to the next word.
    PreviousLineMove focused symbol to the previous line.
    NextLineMove focused symbol to the next line.
    FirstLineSymbolMove focused symbol to the first symbol in line.
    FirstDocumentSymbolMove focused symbol to the first symbol in document.
    LastLineSymbolMove caret to the last symbol in line.
    LastDocumentSymbolMove focused symbol to the last symbol in document.
    PageUpMove focused symbol to the screen page up.
    PreviousPageMove focused symbol to the previous page.
    PageDownMove focused symbol to the screen page down.
    NextPageMove focused symbol to the next page.
    DeleteBackDelete selection or back content.
    DeleteForwardDelete selection or forward content.
    AddTextAdd the text.
    AddTextBreakAdd the text break.
    AddParagraphBreakAdd the paragraph break.
    AddPageBreakAdd the page break.
    PageFirstSymbolMove focused symbol to the first symbol in focused page.
    AddColumnBreakAdd the column break.
    FirstParagraphSymbolMove focused symbol to the first symbol in paragraph.
    LastParagraphSymbolMove focused symbol to the first symbol in paragraph.
    AddSectionBreakAdd the section break.
    SelectAllSelect all content in focused content area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentEditorToolAction

    Requirements

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

    See Also