[go: up one dir, main page]

CN111563157A - Thumbnail display method and device - Google Patents

Thumbnail display method and device Download PDF

Info

Publication number
CN111563157A
CN111563157A CN202010335039.4A CN202010335039A CN111563157A CN 111563157 A CN111563157 A CN 111563157A CN 202010335039 A CN202010335039 A CN 202010335039A CN 111563157 A CN111563157 A CN 111563157A
Authority
CN
China
Prior art keywords
text
thumbnail
main panel
displaying
displayed
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.)
Granted
Application number
CN202010335039.4A
Other languages
Chinese (zh)
Other versions
CN111563157B (en
Inventor
门宗伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Mininglamp Software System Co ltd
Original Assignee
Beijing Mininglamp Software System Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Beijing Mininglamp Software System Co ltd filed Critical Beijing Mininglamp Software System Co ltd
Priority to CN202010335039.4A priority Critical patent/CN111563157B/en
Publication of CN111563157A publication Critical patent/CN111563157A/en
Application granted granted Critical
Publication of CN111563157B publication Critical patent/CN111563157B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/34Browsing; Visualisation therefor
    • G06F16/345Summarisation for human users
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction 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
    • G06F3/0483Interaction with page-structured environments, e.g. book metaphor
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2203/00Indexing scheme relating to G06F3/00 - G06F3/048
    • G06F2203/048Indexing scheme relating to G06F3/048
    • G06F2203/04806Zoom, i.e. interaction techniques or interactors for controlling the zooming operation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computational Linguistics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a thumbnail display method, which comprises the steps of recording rendering parameters used when a main panel displays a text when the main panel displays the text; displaying a thumbnail corresponding to the text displayed in the main panel in a predetermined position, wherein a rendering parameter of the thumbnail is consistent with a rendering parameter of the text displayed in the main panel. The invention also discloses a display device of the thumbnail.

Description

Thumbnail display method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for displaying a thumbnail, a storage medium, and an electronic apparatus.
Background
In the field of computer information display and processing, the lengthy text information brings browsing burden to the user, and the visual presentation can reduce reading pressure and enable the user to quickly obtain content key points. If it is difficult for the user to make an appropriate selection (at least without jumping the page back and forth) with only a list of text styles, then thumbnails can be considered in the list design. For example, many commercial websites all use a form of a graphic and text list, and users perform preliminary screening through picture comparison. If the list content is primarily visual (e.g., video or photo), the thumbnail is used to draw the user's attention or guide the user to click on it, which ensures that the thumbnail is large enough and the content is accurate enough to maximize the thumbnail's effectiveness. At present, the main implementation mode is to generate canvas drawings through the front end, and transmit the canvas drawings to the back end for storage. And then returns to the front end when needed. This approach creates a great pressure on front-end and back-end data transmission, and real-time data update cannot be achieved.
Disclosure of Invention
In order to solve the technical problem, the invention provides a thumbnail display method and device, which are used for producing and displaying thumbnails at the front end of an unstructured text processing tool, and improving the display consistency of the thumbnails and reducing the data transmission pressure of the front end and the background through a mechanism that a main graph display area and a thumbnail display area share rendering parameters.
The embodiment of the invention provides a method for displaying a thumbnail, which comprises the following steps,
when a text is displayed in a main panel, recording rendering parameters used when the main panel displays the text;
displaying a thumbnail corresponding to the text displayed in the main panel in a predetermined position, wherein a rendering parameter of the thumbnail is consistent with a rendering parameter of the text displayed in the main panel.
An embodiment of the present invention provides a display device for thumbnail images, including,
the recording module is used for recording rendering parameters used when the main panel displays the text;
and the display module displays a thumbnail corresponding to the text displayed in the main panel in a preset position, wherein the rendering parameter of the thumbnail is consistent with the rendering parameter of the text displayed in the main panel.
An embodiment of the present invention further provides a storage medium, where a computer program is stored in the storage medium, where the computer program is configured to execute any one of the above thumbnail display methods when the computer program runs.
An embodiment of the present invention further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program, and the processor is configured to execute any one of the above thumbnail display methods.
Drawings
FIG. 1 is a schematic diagram illustrating an effect of a thumbnail display according to an embodiment;
fig. 2 is a flowchart of a thumbnail display method according to the first and second embodiments;
FIG. 3 is a diagram illustrating the effect of displaying text and thumbnails according to the first embodiment;
fig. 4 is a structural diagram of a thumbnail display apparatus according to a third embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
Example one
The invention provides a thumbnail display method, wherein a front page is divided into a main picture display area for displaying a main panel and a thumbnail display area for displaying thumbnails, as shown in figure 1, the left side is the thumbnail display area, and the right side is the main picture display area.
The technology of the main panel is realized in the current front three frames in a similar way. Vue Frames used domPropsInnerHTML, angular used ng-bind, while this example uses exact as an example, which uses mainly the dangeruslySetInnerHTML method. The content that needs to be rendered in the main panel is generated and passed to the main panel component in HTML.
A thumbnail display method, the flow of which is shown in fig. 2, includes:
step 201: recording rendering parameters used by a main panel to display unstructured text when the text is displayed in the main panel;
step 202: displaying a thumbnail corresponding to the text displayed in the main panel in a predetermined position, wherein a rendering parameter of the thumbnail is consistent with a rendering parameter of the text displayed in the main panel;
wherein the predetermined position refers to a predetermined position in the thumbnail display area in the present embodiment.
Taking fig. 3 as an example, a act frame is adopted, and the display effect of the page markup content is further changed by changing the annotation data controlled by the markup behavior each time in the markup mode, where the annotation data is as follows:
Figure BDA0002466263280000031
the rendering parameters are annotation data; according to this example, those skilled in the art can know that the rendering parameters specifically corresponding to when selecting other frames are not limited to those exemplified in the present embodiment.
Under the above framework, the thumbnail adopts the same rendering parameters for the main graph, and as shown in fig. 3, when "brazil" in the main graph is marked and marked by an instance (marked as country), the thumbnail also displays the corresponding marking and marking. Where entities or tagged relationships may be tagged.
Optionally, the method further comprises:
when partial content of the text is displayed in the main panel, displaying thumbnails corresponding to the text outside the content of the text displayed in the main panel in other preset positions. Wherein the other predetermined location is also in the thumbnail display area; as shown in fig. 1, 2 thumbnails are displayed, one for the current main panel text content and the other for the non-current main panel text content, the thumbnails corresponding to the text content before or after the current main panel text content.
Optionally, the thumbnail display area may be in the same display interface as the main panel, or may not be in the same display interface as the main panel. For example, the thumbnail display area may also be in a display interface of another device. That is, other predetermined locations may also be located in the display interface of another device. The specific implementation mode that the display interfaces of the multiple devices jointly form one display interface is realized according to the related technical scheme and is not within the range limited by the scheme of the invention.
Optionally. When a plurality of thumbnails are displayed, the plurality of thumbnails can be displayed in the same thumbnail display area or can be displayed in different thumbnail display areas respectively; alternatively, the plurality of thumbnail display areas may be located in display interfaces of different devices. The specific implementation mode that the display interfaces of the multiple devices jointly form one display interface is realized according to the related technical scheme and is not within the range limited by the scheme of the invention.
Optionally, the content of a part of the text is displayed in the main panel according to the budget parameters, for example, the main panel displays X lines of the text at a time, and performs page display with X lines one by one. For example, the content of the X +1 th to 2X th rows is displayed in the main panel, and the corresponding thumbnail B also displays the content of the X +1 th to 2X th rows, and the thumbnail B is the current focus thumbnail; displaying a thumbnail A in front of the thumbnail B, wherein the thumbnail A correspondingly displays the contents of the 1 st to X-th lines of the text; displaying a thumbnail C behind the thumbnail B, wherein the thumbnail C correspondingly displays the contents of the 2X +1 to 3X lines of the text; and so on if the text has more content.
Optionally, if the main panel displays 10 lines of text at a time, the text has 23 lines, the current main panel displays the contents of the 6 th to 15 th lines, and the corresponding thumbnail B also displays the contents of the 6 th to 15 th lines, and the thumbnail B is the current focus thumbnail; displaying a thumbnail A in front of the thumbnail B, wherein the thumbnail A corresponds to the content of the 1 st to 5 th lines of the text; or the thumbnail A correspondingly displays the contents of the 1 st to 10 th lines of the text; after the thumbnail B, a thumbnail C is displayed, which corresponds to the contents of the 16 th to 23 th lines displaying the text.
Optionally, when the text corresponds to a plurality of thumbnails, if all thumbnails cannot be displayed in one thumbnail display area according to preset parameters, the method further includes displaying a scroll bar in the thumbnail display area; and displaying a corresponding thumbnail in the thumbnail display area according to the position of the scroll bar.
For example: the thumbnail is internally wrapped with < pre > </pre > tags, and the css attribute is scaled and warped with transform. As another example, the user interaction of the thumbnail components is optimized using smooth-scrollbar and scrollIntoView. The current element may be caused to scroll into the viewable area of the browser window and the sliding scroll bar may be displayed and hidden according to user manipulation.
It is to be noted that security of the rendered contents is ensured when the rendering function is used. Untimely use of inerHTML may lead to cross-site scripting (XSS) attacks. When the input of the user is purified to be displayed, errors often occur, and improper purification is also one of the reasons for webpage attack. The designation of prop is deliberately designed to warn that its prop value (an object rather than a string) should be used to indicate sanitized data.
In the exact framework, for example, the thumbnails are in a format that uses pre tags to hold text,
<pre
className=”pre-container tag-color”
v/insert the label and show it correctly
dangerouslySetInnerHTML={{_html:renderHtml.join(‘’)}}
/>
Alternatively, under the angular framework, as follows:
<pre
className=”pre-container tag-color”
v/insert the label and show it correctly
Ng-bind={{renderHtml}}
/>
Optionally, when a plurality of thumbnails are displayed, one thumbnail is selected as the focus thumbnail, and the content of the text corresponding to the selected focus thumbnail is correspondingly displayed in the corresponding main panel.
Optionally, the method further comprises: receiving an operation instruction of a user on a text displayed in the main panel, modifying and/or rendering the text according to the operation instruction, displaying the updated text, and recording the rendering parameter of the updated text;
updating and displaying the thumbnail corresponding to the text at the preset position according to the updated rendering parameter of the text;
wherein the operation instruction at least comprises one of the following: example sliding, example clicking, text editing and example marking.
Optionally, the method further comprises: and saving the operation result of the text, namely saving the updated text.
Optionally, the method further comprises: canceling the operation of the user operation instruction on the text, displaying the text subjected to the canceling operation in the main panel, and recording the rendering parameters of the text subjected to the canceling operation; and displaying the thumbnail corresponding to the text at the preset position according to the rendering parameter of the text after the cancel operation. That is, the thumbnail synchronizes the rendering parameters with the text in the main panel.
Example two
An embodiment of the present invention provides a method for displaying a thumbnail, a flow of which is shown in fig. 2, including,
step 201, when a text is displayed in a main panel, recording rendering parameters used when the main panel displays the text;
step 202, displaying a thumbnail corresponding to the text displayed in the main panel in a predetermined position, wherein the rendering parameters of the thumbnail are consistent with the rendering parameters of the text displayed in the main panel;
the text refers to unstructured data in the form of text (e.g., characters, numbers, punctuation, various printable symbols, etc.) as data.
Optionally, when a part of the content of the text is displayed in the main panel, the method further includes:
and step 203, displaying the thumbnail corresponding to the text of the text displayed in the main panel in other preset positions.
Optionally, the method further comprises: and selecting one thumbnail, and displaying the content of the selected thumbnail in the text in the main panel according to the selected thumbnail. The steps are not limited to the execution sequence of the aforementioned steps 201-203.
Optionally, the method further comprises: receiving an operation instruction of a user on a text displayed in the main panel, modifying and/or rendering the text according to the operation instruction, displaying the updated text, and recording the rendering parameter of the updated text;
updating and displaying the thumbnail corresponding to the text at the preset position according to the updated rendering parameter of the text;
wherein the operation instruction at least comprises one of the following: example sliding, example clicking, text editing and example marking.
Optionally, the method further comprises: saving the updated text;
or canceling the operation corresponding to the user operation instruction, displaying the text subjected to the canceling operation in the main panel, and recording the rendering parameters of the text subjected to the canceling operation; and displaying the thumbnail corresponding to the text at the preset position according to the rendering parameter of the text after the cancel operation.
Optionally, the displaying of the text and the displaying of the thumbnail in the main panel employ Vue framework technology, Angular framework technology, or reach framework technology.
Optionally, when the text corresponds to a plurality of thumbnails and cannot be displayed in the current visual area according to preset parameters, the method further includes: and displaying a scroll bar, and displaying a corresponding thumbnail in the current visible area according to the position of the scroll bar.
EXAMPLE III
An embodiment of the present invention provides a display device 40 for thumbnail images, which has a structure as shown in fig. 4, and includes
A recording module 401 configured to record rendering parameters used when a main panel displays a text when the main panel displays the text when the text is displayed in the main panel;
a display module 402, configured to display a thumbnail corresponding to the text displayed in the main panel in a predetermined position, where a rendering parameter of the thumbnail is consistent with a rendering parameter of the text displayed in the main panel.
Optionally, when partial content of text is displayed in the main panel, the display module 402 is further configured to display, in another predetermined position, a thumbnail corresponding to text that the text is displayed outside the content in the main panel.
Optionally, the display module 402 is further configured to, when a thumbnail is selected, display, in the main panel, content corresponding to the selected thumbnail in the text according to the selected thumbnail.
Optionally, the display module 402 is further configured to receive an operation instruction of a user on a text displayed in the main panel, modify and/or render the text according to the operation instruction, display the updated text, and record a rendering parameter of the updated text;
updating and displaying the thumbnail corresponding to the text at the preset position according to the updated rendering parameter of the text;
wherein the operation instruction at least comprises one of the following: example sliding, example clicking, text editing and example marking.
Optionally, the apparatus further includes a saving module 403 configured to save the updated text;
or, the display module 402 is further configured to, when an operation corresponding to the user operation instruction is cancelled, display a text after the operation is cancelled in the main panel, and record a rendering parameter of the text after the operation is cancelled; and displaying the thumbnail corresponding to the text at the preset position according to the rendering parameter of the text after the cancel operation.
Optionally, the displaying of the text and the displaying of the thumbnail in the main panel employ Vue framework technology, Angular framework technology, or reach framework technology.
Optionally, when the text corresponds to a plurality of thumbnails and cannot be displayed in the current visible region according to preset parameters, the display module 402 is further configured to display a scroll bar, and display a corresponding thumbnail in the current visible region according to a position of the scroll bar.
An embodiment of the present invention further provides a storage medium, where a computer program is stored in the storage medium, where the computer program is configured to execute any one of the above thumbnail display methods when the computer program runs.
An embodiment of the present invention further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program, and the processor is configured to execute any one of the above thumbnail display methods.
It will be understood by those of ordinary skill in the art that all or part of the steps of the above embodiments may be implemented using a computer program flow, which may be stored in a computer readable storage medium and executed on a corresponding hardware platform (e.g., system, apparatus, device, etc.), and when executed, includes one or a combination of the steps of the method embodiments.
Alternatively, all or part of the steps of the above embodiments may be implemented by using an integrated circuit, and the steps may be respectively manufactured as an integrated circuit module, or a plurality of the blocks or steps may be manufactured as a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The devices/functional modules/functional units in the above embodiments may be implemented by general-purpose computing devices, and they may be centralized on a single computing device or distributed on a network formed by a plurality of computing devices.
Each device/function module/function unit in the above embodiments may be implemented in the form of a software function module and may be stored in a computer-readable storage medium when being sold or used as a separate product. The computer readable storage medium mentioned above may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for displaying a thumbnail, comprising,
when a text is displayed in a main panel, recording rendering parameters used when the main panel displays the text;
displaying a thumbnail corresponding to the text displayed in the main panel in a predetermined position, wherein a rendering parameter of the thumbnail is consistent with a rendering parameter of the text displayed in the main panel.
2. The method of claim 1, wherein when a portion of the content of text is displayed in the main panel,
the method further comprises the following steps: and displaying thumbnails corresponding to texts of which the texts are displayed outside the contents in the main panel in other preset positions.
3. The method of claim 2,
the method further comprises the following steps: selecting a thumbnail;
and displaying the content corresponding to the selected thumbnail in the text in the main panel according to the selected thumbnail.
4. The method according to claim 1 or 3,
the method further comprises the following steps: receiving an operation instruction of a user on a text displayed in the main panel, modifying and/or rendering the text according to the operation instruction, displaying the updated text, and recording the rendering parameter of the updated text;
updating and displaying the thumbnail corresponding to the text at the preset position according to the updated rendering parameter of the text;
wherein the operation instruction at least comprises one of the following: example sliding, example clicking, text editing and example marking.
5. The method of claim 4,
the method further comprises the following steps: saving the updated text;
or canceling the operation corresponding to the user operation instruction, displaying the text subjected to the canceling operation in the main panel, and recording the rendering parameters of the text subjected to the canceling operation; and displaying the thumbnail corresponding to the text at the preset position according to the rendering parameter of the text after the cancel operation.
6. The method of claim 1,
the text display and the thumbnail display in the main panel adopt Vue frame technology, Angular frame technology or React frame technology.
7. The method of claim 2,
when the text corresponds to a plurality of thumbnails and cannot be completely displayed in the current visual area according to preset parameters, the method further comprises the following steps: and displaying a scroll bar, and displaying a corresponding thumbnail in the current visible area according to the position of the scroll bar.
8. A display device of thumbnail images, comprising,
the recording module is used for recording rendering parameters used when the main panel displays the text;
and the display module is arranged for displaying the thumbnail corresponding to the text displayed in the main panel in a preset position, wherein the rendering parameter of the thumbnail is consistent with the rendering parameter of the text displayed in the main panel.
9. A storage medium, in which a computer program is stored, wherein the computer program is arranged to perform the method of any of claims 1 to 7 when executed.
10. An electronic device comprising a memory and a processor, wherein the memory has stored therein a computer program, and wherein the processor is arranged to execute the computer program to perform the method of any of claims 1 to 7.
CN202010335039.4A 2020-04-24 2020-04-24 Thumbnail display method and device Active CN111563157B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010335039.4A CN111563157B (en) 2020-04-24 2020-04-24 Thumbnail display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010335039.4A CN111563157B (en) 2020-04-24 2020-04-24 Thumbnail display method and device

Publications (2)

Publication Number Publication Date
CN111563157A true CN111563157A (en) 2020-08-21
CN111563157B CN111563157B (en) 2024-04-26

Family

ID=72070561

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010335039.4A Active CN111563157B (en) 2020-04-24 2020-04-24 Thumbnail display method and device

Country Status (1)

Country Link
CN (1) CN111563157B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110786A (en) * 2021-06-15 2021-07-13 南京统信软件技术有限公司 Page sliding control method and mobile terminal
CN116820303A (en) * 2023-03-22 2023-09-29 北京安证通信息科技股份有限公司 A method for linked reading through document thumbnails and document visible areas

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006163774A (en) * 2004-12-07 2006-06-22 Canon Inc Multiple image processing system
CN105335052A (en) * 2015-11-30 2016-02-17 腾讯科技(深圳)有限公司 Information processing method and terminal equipment
CN107608993A (en) * 2016-07-12 2018-01-19 腾讯科技(深圳)有限公司 The method and apparatus of web animation generation
CN109389659A (en) * 2018-09-11 2019-02-26 广州视源电子科技股份有限公司 Rendering method and device of PPT (Power Point) mathematical formula, storage medium and terminal equipment
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
CN109885369A (en) * 2019-02-22 2019-06-14 北京知道创宇信息技术股份有限公司 Image interlock method and device
CN110069254A (en) * 2019-04-30 2019-07-30 广东三维家信息科技有限公司 Text display method, device and server
CN110866374A (en) * 2018-08-10 2020-03-06 上海互盾信息科技有限公司 Easy operation method for PDF (Portable document Format) file thumbnail on webpage

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006163774A (en) * 2004-12-07 2006-06-22 Canon Inc Multiple image processing system
CN105335052A (en) * 2015-11-30 2016-02-17 腾讯科技(深圳)有限公司 Information processing method and terminal equipment
CN107608993A (en) * 2016-07-12 2018-01-19 腾讯科技(深圳)有限公司 The method and apparatus of web animation generation
CN110866374A (en) * 2018-08-10 2020-03-06 上海互盾信息科技有限公司 Easy operation method for PDF (Portable document Format) file thumbnail on webpage
CN109389659A (en) * 2018-09-11 2019-02-26 广州视源电子科技股份有限公司 Rendering method and device of PPT (Power Point) mathematical formula, storage medium and terminal equipment
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
CN109885369A (en) * 2019-02-22 2019-06-14 北京知道创宇信息技术股份有限公司 Image interlock method and device
CN110069254A (en) * 2019-04-30 2019-07-30 广东三维家信息科技有限公司 Text display method, device and server

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110786A (en) * 2021-06-15 2021-07-13 南京统信软件技术有限公司 Page sliding control method and mobile terminal
CN113110786B (en) * 2021-06-15 2021-09-03 南京统信软件技术有限公司 Page sliding control method and mobile terminal
CN116820303A (en) * 2023-03-22 2023-09-29 北京安证通信息科技股份有限公司 A method for linked reading through document thumbnails and document visible areas

Also Published As

Publication number Publication date
CN111563157B (en) 2024-04-26

Similar Documents

Publication Publication Date Title
US8086960B1 (en) Inline review tracking in documents
CN102542008B (en) The summary view of document is provided
US9262036B2 (en) Website image carousel generation
US9311422B2 (en) Dynamic simulation of a responsive web page
US9047261B2 (en) Document editing method
US8812951B1 (en) Publisher formatting controls
US20080288894A1 (en) User interface for documents table of contents
US8700985B2 (en) Collecting user feedback about web pages
JP2021512415A (en) Backdrop rendering of digital components
US9548042B2 (en) Responsive document breakpoints systems and methods
US20150019977A1 (en) Object selection in web page authoring
US20140040734A1 (en) Visualizing content referenced in an electronic document
CN111915705A (en) Picture visual editing method, device, equipment and medium
US20120089899A1 (en) Method and system for redisplaying a web page
CN111563157B (en) Thumbnail display method and device
CN105956133B (en) Method and device for displaying file on intelligent terminal
CN106155654A (en) Method, device and electronic equipment for shielding web page operations
EP3289479A1 (en) Rendering graphical assets natively on multiple screens of electronic devices
US20150248378A1 (en) Readability on mobile devices
CN110209965B (en) Method and apparatus for displaying information
US8458588B1 (en) Determining content layout positions produced by a layout engine
US20070168855A1 (en) Screen splitting for Web browsers
CN114676097A (en) A kind of OFD file processing method, device, equipment and medium
CN119720947B (en) Method, device, electronic device and storage medium for processing legend objects in Echarts
CA2838371A1 (en) Transitioning between an editing view and a backstage view of an electronic document

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant