US12614020B2 - Document editing method and apparatus, and terminal and non-transitory storage medium - Google Patents
Document editing method and apparatus, and terminal and non-transitory storage mediumInfo
- Publication number
- US12614020B2 US12614020B2 US18/279,548 US202218279548A US12614020B2 US 12614020 B2 US12614020 B2 US 12614020B2 US 202218279548 A US202218279548 A US 202218279548A US 12614020 B2 US12614020 B2 US 12614020B2
- Authority
- US
- United States
- Prior art keywords
- content
- region
- editing
- document
- content block
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/103—Formatting, i.e. changing of presentation of documents
- G06F40/106—Display of layout of documents; Previewing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
- G06F40/143—Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Artificial Intelligence (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
-
- in response to receiving a first creation operation in a document, creating a first content block, wherein the first content block comprises an interactive region and the first content block is of a first type;
- generating a first editing region in response to a first triggering operation on the first content block, the first editing region being configured to edit the first content block; and
- updating content of the interactive region of the first content block in the document based on input information received in the first editing region.
-
- in response to receiving a second creation operation in a document, creating a second content block, wherein the second content block is of a second type, the second content block comprises a second editing region, and the second editing region is configured to edit the document;
- in response to a third triggering operation on the second content block, generating a third editing region, the third editing region being configured to compile the second content block; and
- updating a block type and/or content of the second content block in the document based on input information received in the third editing region.
-
- a creation module, configured to, in response to receiving a first creation operation in a document, create a first content block, wherein the first content block comprises an interactive region and the first content block is of a first type;
- a generation module, configured to generate a first editing region in response to a first triggering operation on the first content block, the first editing region being configured to edit the first content block; and
- an updating module, configured to update content of the interactive region of the first content block in the document based on input information received in the first editing region.
-
- a creation module, configured to, in response to receiving a second creation operation in a document, create a second content block, wherein the second content block is of a second type, the second content block comprises a second editing region, and the second editing region is configured to edit the document;
- a generation module, configured to, in response to a third triggering operation on the second content block, generate a third editing region, the third editing region being configured to compile the second content block; and
- an updating module, configured to update a block type and/or content of the second content block in the document based on input information received in the third editing region.
-
- in response to receiving a first creation operation in a document, creating a first content block, wherein the first content block comprises an interactive region and the first content block is of a first type;
- generating a first editing region in response to a first triggering operation on the first content block, the first editing region being configured to edit the first content block; and
- updating content of the interactive region of the first content block in the document based on input information received in the first editing region.
-
- replacing the interactive region by the first editing region.
-
- prior to the updating content of the interactive region of the first content block in the document, receiving a second triggering operation at an interface where the first editing region is located; and
- in response to the second triggering operation, updating the content of the interactive region of the first content block in the document.
-
- generating the first editing region at an associated region of the interactive region,
- wherein the interactive region and the first editing region are displayed simultaneously.
-
- updating the content of the interactive region in real-time in response to receiving input information in the first editing region.
-
- hiding the first editing region; or
- adjusting a display scale of the first editing region.
-
- creating a connection file;
- retrieving a target module in a database through the connection file;
- acquiring a dependency tree of the target module; and
- recursively parsing the target module based on the dependency tree to obtain a target file.
-
- acquiring a call instruction;
- replacing the call instruction with a target instruction; and
- taking the target instruction as the connection file;
- wherein the target module comprises an asynchronous module, a global variable export module or a cascading style sheets module.
-
- acquiring instruction information for re-editing the content block; and
- re-editing the content block based on the instruction information, and acquiring an editing result.
-
- defining a creator of the content block as a host;
- determining a sender of the instruction information;
- if the sender is not the host, sending the instruction information to the host, and executing the instruction information by the host; and
- returning the editing result to the sender;
- wherein the instruction information comprises: a replacing operation, an inserting operation, and a removing operation.
-
- in response to receiving a second creation operation in a document, creating a second content block, wherein the second content block is of a second type, the second content block comprises a second editing region, and the second editing region is configured to edit the document;
- in response to a third triggering operation on the second content block, generating a third editing region, the third editing region being configured to compile the second content block; and
- updating a block type and/or content of the second content block in the document based on input information received in the third editing region.
-
- a creation module, configured to, in response to receiving a first creation operation in a document, create a first content block, wherein the first content block comprises an interactive region and the first content block is of a first type, or configured to, in response to receiving a second creation operation in a document, create a second content block, wherein the second content block is of a second type, the second content block comprises a second editing region configured to edit the document;
- a generation module, configured to generate a first editing region in response to a first triggering operation on the first content block, the first editing region being configured to edit the first content block, or configured to, in response to a third triggering operation on the second content block, generate a third editing region, the third editing region being configured to compile the second content block; and
- an updating module, configured to update content of the interactive region of the first content block in the document based on input information received in the first editing region, or configured to update a block type and/or content of the second content block in the document based on input information received in the third editing region.
Claims (13)
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110232005.7A CN114997117B (en) | 2021-03-02 | 2021-03-02 | Methods, apparatus, terminals, and non-transitory storage media for document editing |
| CN202110232005.7 | 2021-03-02 | ||
| PCT/CN2022/078727 WO2022184077A1 (en) | 2021-03-02 | 2022-03-02 | Document editing method and apparatus, and terminal and non-transitory storage medium |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20240303413A1 US20240303413A1 (en) | 2024-09-12 |
| US12614020B2 true US12614020B2 (en) | 2026-04-28 |
Family
ID=83018191
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US18/279,548 Active 2042-06-03 US12614020B2 (en) | 2021-03-02 | 2022-03-02 | Document editing method and apparatus, and terminal and non-transitory storage medium |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US12614020B2 (en) |
| CN (1) | CN114997117B (en) |
| WO (1) | WO2022184077A1 (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115688698A (en) * | 2022-09-29 | 2023-02-03 | 华为技术有限公司 | A text code editing method and system |
| CN116170627A (en) * | 2023-02-10 | 2023-05-26 | 北京字跳网络技术有限公司 | Processing method, device, electronic device and storage medium of special effect props |
| CN117610505B (en) * | 2023-11-24 | 2024-05-10 | 中国人民解放军军事科学院系统工程研究院 | Data processing method and device based on standard model |
| CN119294361B (en) * | 2024-12-13 | 2025-03-11 | 长江证券股份有限公司 | A method and system for automatically generating a user manual by online editing |
Citations (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040205644A1 (en) | 2000-12-29 | 2004-10-14 | International Business Machines Corporation | Method and system for allowing in place editing of office documents in a place |
| US7370315B1 (en) * | 2000-11-21 | 2008-05-06 | Microsoft Corporation | Visual programming environment providing synchronization between source code and graphical component objects |
| CN101493839A (en) | 2009-03-04 | 2009-07-29 | 北京航空航天大学 | Method for generating general-purpose test document |
| US20100293523A1 (en) * | 2009-05-12 | 2010-11-18 | International Business Machines, Corporation | Development environment configured to generate application source code from database objects |
| US20110087959A1 (en) | 2008-06-05 | 2011-04-14 | Peking University Founder Group Co., Ltd. | Method and device for processing the structure of a layout file |
| US20120072367A1 (en) * | 2010-09-20 | 2012-03-22 | Sap Ag | Dry-run design time environment |
| CN102662928A (en) | 2012-03-28 | 2012-09-12 | 福建榕基软件股份有限公司 | Rich text editing method for importing documents and device thereof |
| US20130117657A1 (en) * | 2011-11-08 | 2013-05-09 | Microsoft Corporation | Designing interactive web templates |
| US20140059521A1 (en) * | 2009-01-08 | 2014-02-27 | Adobe Systems Incorporated | Systems and Methods for Editing A Computer Application From Within A Runtime Environment |
| CN104239317A (en) | 2013-06-13 | 2014-12-24 | 腾讯科技(深圳)有限公司 | Method and device for compiling pictures in browser |
| US20150046799A1 (en) | 2013-08-07 | 2015-02-12 | Eustace Prince Isidore | Advanced Editing and Interfacing in User Applications |
| CN105144153A (en) | 2013-01-30 | 2015-12-09 | 微软技术许可有限责任公司 | Application programming interfaces for content curation |
| US20160170720A1 (en) * | 2014-12-10 | 2016-06-16 | Yunjiao Xue | Bi-directional editing between visual screen designer and source code |
| CN106096049A (en) | 2016-06-29 | 2016-11-09 | 江苏中威科技软件系统有限公司 | A kind of method and system of Visual Production web page template |
| CN106202021A (en) | 2010-11-02 | 2016-12-07 | 谷歌公司 | By multiple users real-time synchronization documents editing to blog |
| US20170228711A1 (en) * | 2011-12-13 | 2017-08-10 | Pawan Chawla | Payment platform interface widget generation apparatuses, methods and systems |
| US20190013007A1 (en) * | 2017-07-08 | 2019-01-10 | International Business Machines Corporation | Natural language processing to merge related alert messages for accessibility |
| CN109948102A (en) | 2019-03-27 | 2019-06-28 | 维沃移动通信有限公司 | Content of pages edit methods and terminal |
| US20190311022A1 (en) * | 2018-04-10 | 2019-10-10 | Microsoft Technology Licensing, Llc | Automated document content modification |
| CN110582018A (en) | 2019-09-16 | 2019-12-17 | 腾讯科技(深圳)有限公司 | Video file processing method, related device and equipment |
| US20200233879A1 (en) | 2019-01-22 | 2020-07-23 | PRMA Consulting Limited | Syncronizing content blocks between multiple electronic documents |
| CN111985203A (en) | 2020-08-14 | 2020-11-24 | 维沃移动通信有限公司 | Document processing method, document processing device and electronic equipment |
| CN112306595A (en) | 2020-04-30 | 2021-02-02 | 北京字节跳动网络技术有限公司 | Interaction method, apparatus and electronic device |
| US20210103380A1 (en) * | 2019-10-02 | 2021-04-08 | Palantir Technologies Inc. | Enhanced techniques for building user interfaces |
| US20210334456A1 (en) * | 2019-05-08 | 2021-10-28 | Beijing Bytedance Network Technology Co., Ltd. | Document marking method and device |
-
2021
- 2021-03-02 CN CN202110232005.7A patent/CN114997117B/en active Active
-
2022
- 2022-03-02 US US18/279,548 patent/US12614020B2/en active Active
- 2022-03-02 WO PCT/CN2022/078727 patent/WO2022184077A1/en not_active Ceased
Patent Citations (26)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7370315B1 (en) * | 2000-11-21 | 2008-05-06 | Microsoft Corporation | Visual programming environment providing synchronization between source code and graphical component objects |
| US20040205644A1 (en) | 2000-12-29 | 2004-10-14 | International Business Machines Corporation | Method and system for allowing in place editing of office documents in a place |
| US20110087959A1 (en) | 2008-06-05 | 2011-04-14 | Peking University Founder Group Co., Ltd. | Method and device for processing the structure of a layout file |
| US20140059521A1 (en) * | 2009-01-08 | 2014-02-27 | Adobe Systems Incorporated | Systems and Methods for Editing A Computer Application From Within A Runtime Environment |
| CN101493839A (en) | 2009-03-04 | 2009-07-29 | 北京航空航天大学 | Method for generating general-purpose test document |
| US20100293523A1 (en) * | 2009-05-12 | 2010-11-18 | International Business Machines, Corporation | Development environment configured to generate application source code from database objects |
| US20120072367A1 (en) * | 2010-09-20 | 2012-03-22 | Sap Ag | Dry-run design time environment |
| CN106202021A (en) | 2010-11-02 | 2016-12-07 | 谷歌公司 | By multiple users real-time synchronization documents editing to blog |
| US20130117657A1 (en) * | 2011-11-08 | 2013-05-09 | Microsoft Corporation | Designing interactive web templates |
| US20170228711A1 (en) * | 2011-12-13 | 2017-08-10 | Pawan Chawla | Payment platform interface widget generation apparatuses, methods and systems |
| CN102662928A (en) | 2012-03-28 | 2012-09-12 | 福建榕基软件股份有限公司 | Rich text editing method for importing documents and device thereof |
| CN105144153A (en) | 2013-01-30 | 2015-12-09 | 微软技术许可有限责任公司 | Application programming interfaces for content curation |
| US9946691B2 (en) * | 2013-01-30 | 2018-04-17 | Microsoft Technology Licensing, Llc | Modifying a document with separately addressable content blocks |
| CN104239317A (en) | 2013-06-13 | 2014-12-24 | 腾讯科技(深圳)有限公司 | Method and device for compiling pictures in browser |
| US20150046799A1 (en) | 2013-08-07 | 2015-02-12 | Eustace Prince Isidore | Advanced Editing and Interfacing in User Applications |
| US20160170720A1 (en) * | 2014-12-10 | 2016-06-16 | Yunjiao Xue | Bi-directional editing between visual screen designer and source code |
| CN106096049A (en) | 2016-06-29 | 2016-11-09 | 江苏中威科技软件系统有限公司 | A kind of method and system of Visual Production web page template |
| US20190013007A1 (en) * | 2017-07-08 | 2019-01-10 | International Business Machines Corporation | Natural language processing to merge related alert messages for accessibility |
| US20190311022A1 (en) * | 2018-04-10 | 2019-10-10 | Microsoft Technology Licensing, Llc | Automated document content modification |
| US20200233879A1 (en) | 2019-01-22 | 2020-07-23 | PRMA Consulting Limited | Syncronizing content blocks between multiple electronic documents |
| CN109948102A (en) | 2019-03-27 | 2019-06-28 | 维沃移动通信有限公司 | Content of pages edit methods and terminal |
| US20210334456A1 (en) * | 2019-05-08 | 2021-10-28 | Beijing Bytedance Network Technology Co., Ltd. | Document marking method and device |
| CN110582018A (en) | 2019-09-16 | 2019-12-17 | 腾讯科技(深圳)有限公司 | Video file processing method, related device and equipment |
| US20210103380A1 (en) * | 2019-10-02 | 2021-04-08 | Palantir Technologies Inc. | Enhanced techniques for building user interfaces |
| CN112306595A (en) | 2020-04-30 | 2021-02-02 | 北京字节跳动网络技术有限公司 | Interaction method, apparatus and electronic device |
| CN111985203A (en) | 2020-08-14 | 2020-11-24 | 维沃移动通信有限公司 | Document processing method, document processing device and electronic equipment |
Non-Patent Citations (7)
| Title |
|---|
| "GoodNess"; https://www.cnblogs.com/goodness2010/archive/2010/03/25/1695241.html; Goodness; Mar. 2010; accessed Nov. 3, 2025; 6 pages. |
| China Patent Application No. 202110232005.7; Notification to Grant; dated Jan. 15, 2026; 6 pages. |
| China Patent Application No. 202110232005.7; Second Office Action; dated Aug. 19, 2025; 18 pages. |
| First Office Action for Chinese Application No. 202110232005.7, mailed on Jan. 25, 2025, 13 pages. |
| Guanhui D., et al., "Research and Implementation of Visual Graphics Tools Based on Page Flow," Computer Knowledge and Technology, Issue S2, Nov. 25, 2008. p. 66-67 (Englsish Abstract only). |
| International Patent Application No. PCT/CN2022/078727; Int'l Search Report; dated May 26, 2022; 2 pages. |
| Written Opinion for International Application No. PCT/CN2022/078727, mailed May 26, 2022, 8 Pages. |
Also Published As
| Publication number | Publication date |
|---|---|
| CN114997117A (en) | 2022-09-02 |
| WO2022184077A1 (en) | 2022-09-09 |
| CN114997117B (en) | 2026-03-17 |
| US20240303413A1 (en) | 2024-09-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12614020B2 (en) | Document editing method and apparatus, and terminal and non-transitory storage medium | |
| CN110046021B (en) | Page display method, device, system, equipment and storage medium | |
| CN113110829B (en) | Multi-UI component library data processing method and device | |
| CN113419710B (en) | Development method and device of applet, electronic equipment and medium | |
| CN110070593B (en) | Method, device, equipment and medium for displaying picture preview information | |
| US20250103302A1 (en) | Code generation method, electronic device and medium | |
| CN112764802A (en) | Business logic customization method and device, electronic equipment and storage medium | |
| CN118132056A (en) | Page development method, device, equipment and storage medium | |
| CN114595670A (en) | Method, device, medium and device for editing dwg file format based on B/S architecture | |
| US11818491B2 (en) | Image special effect configuration method, image recognition method, apparatus and electronic device | |
| EP4300303A1 (en) | Animation resource information processing method and apparatus, device, medium and product | |
| US20260064735A1 (en) | Data processing method, apparatus, medium, device and computer program product | |
| CN115617420A (en) | Application program generation method, device, device and storage medium | |
| WO2025036409A1 (en) | Media content processing method and device, and storage medium and program product | |
| CN114553688B (en) | Cloud computing deployment method, device, equipment and computer readable storage medium | |
| CN116467145A (en) | Page performance data collection method, device, computer equipment and storage medium | |
| CN116931934A (en) | Method, device, equipment and storage medium for converting shader codes | |
| CN112380821B (en) | Graphics display method, device and electronic device | |
| CN116701790B (en) | Front-end authority control method based on route and related equipment | |
| EP4455861A1 (en) | Method and apparatus for generating combined graphical control, and device and storage medium | |
| US20250299398A1 (en) | Map editing method, electronic device, and storage medium | |
| CN112925573A (en) | Webpage loading method, device, equipment and computer readable medium | |
| US20240402894A1 (en) | Effect processing method and apparatus, electronic device and storage medium | |
| US20250217580A1 (en) | Method for editing online document, electronic device, and storage medium | |
| CN117215668A (en) | Model loading method and device, computer readable storage medium and electronic equipment |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| AS | Assignment |
Owner name: SHENZHEN JINRITOUTIAO TECHNOLOGY CO., LTD., CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CHEN, XUEJIA;REEL/FRAME:068484/0020 Effective date: 20230901 Owner name: BEIJING ZITIAO NETWORK TECHNOLOGY CO., LTD., CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LEMON TECHNOLOGY (SHENZHEN) CO., LTD.;REEL/FRAME:068484/0314 Effective date: 20231122 Owner name: LEMON TECHNOLOGY (SHENZHEN) CO., LTD., CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ZHUANG, RUIMING;REEL/FRAME:068483/0513 Effective date: 20230731 Owner name: BEIJING ZITIAO NETWORK TECHNOLOGY CO., LTD., CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SHENZHEN JINRITOUTIAO TECHNOLOGY CO., LTD.;REEL/FRAME:068484/0411 Effective date: 20231122 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION COUNTED, NOT YET MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: ADVISORY ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: ALLOWED -- NOTICE OF ALLOWANCE NOT YET MAILED Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: AWAITING TC RESP., ISSUE FEE NOT PAID Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |