Method and device for fast switching views based on cursor positioning
A cursor positioning and fast switching technology, applied in the field of view switching, can solve the problems of inconvenience and low efficiency, and achieve the effect of convenient viewing
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0050] Reference will now be made to the accompanying drawings which illustrate exemplary embodiments of the invention. figure 1 , to describe the present invention more fully. However, the present invention may be embodied in many different programming languages and forms and should not be construed as limited to the embodiments described herein; The concepts are fully conveyed to those skilled in the art.
[0051] 1. Create 4 buttons in Word as a set of shortcut keys. Also, name them: "Mark", "Go To", "Back" and "Description". Map these 4 buttons to the 4 methods of "Mark", "Go", "Back", and "Description" in turn (using onAction).
[0052] 2. Mark the module:
[0053] (1) Read cursor position data 1. Here, locate by the number of pages and lines, and extract the text of this line (nearby text) and provide it to the "Description Module" to help users compare and view.
[0054] (2) Store the read data into public variables a, b, c 2 respectively. The main code is:
...
Embodiment 2
[0070] Reference will now be made to the accompanying drawings which illustrate exemplary embodiments of the invention. figure 2 , to describe the present invention more fully.
[0071] 1. Use VBA to create 3 buttons in Word as a set of shortcut keys. Also, name them: "Mark", "Switch Back" and "Description". Map these 3 buttons to the 3 methods of "Mark", "Back", and "Description" in turn (using onAction).
[0072] 2. Mark the module:
[0073] (1) Read cursor position data 8. Here, the positioning is based on the number of pages and lines, and the text in this line (nearby text) is provided to the "Description Module" to help users compare and view.
[0074] (2) Store the read data into public variables a, b, c 9 respectively. The main code is:
[0075] a = Selection. Information(3)
[0076] b = Selection. Information(10)
[0077] Selection.HomeKey unit:=wdLine
[0078] Selection.EndKey unit:=wdLine, Extend:=wdExtend
[0079] c = Selection.Range.Text
[0080] 3. Sw...
Embodiment 3
[0095] Reference will now be made to the accompanying drawings which illustrate exemplary embodiments of the invention. image 3 , to describe the present invention more fully.
[0096] 1. Use VBA to create 5 buttons in Word as a set of shortcut keys. At the same time, name them respectively: "Mark 1", "Mark 2", "Mark 3", "Return 3" and "Description". Map these 5 buttons to the 5 methods of "Mark 1", "Mark 2", "Mark 3", "Return 3" and "Description" in turn (using onAction).
[0097] 2. Mark 1 Module 29:
[0098] (1) Read the cursor position data. Here, the positioning is based on the number of pages and lines, and the text in this line (nearby text) is provided to the "Description Module" to help users compare and view.
[0099] (2) Store the read data into public variables a1, b1, and c1 respectively. The main code is:
[0100] a1 = Selection. Information(3)
[0101] b1 = Selection. Information(10)
[0102] Selection.HomeKey unit:=wdLine
[0103] Selection.EndKey uni...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com