CN111598971A - Universal vector diagram drawing method, system and readable medium - Google Patents

Universal vector diagram drawing method, system and readable medium Download PDF

Info

Publication number
CN111598971A
CN111598971A CN202010255907.8A CN202010255907A CN111598971A CN 111598971 A CN111598971 A CN 111598971A CN 202010255907 A CN202010255907 A CN 202010255907A CN 111598971 A CN111598971 A CN 111598971A
Authority
CN
China
Prior art keywords
primitive
vector
vector diagram
module
diagram
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
CN202010255907.8A
Other languages
Chinese (zh)
Other versions
CN111598971B (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.)
ZHUHAI VALWELL ELECTRIC TECHNOLOGY CO LTD
Original Assignee
ZHUHAI VALWELL ELECTRIC TECHNOLOGY 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 ZHUHAI VALWELL ELECTRIC TECHNOLOGY CO LTD filed Critical ZHUHAI VALWELL ELECTRIC TECHNOLOGY CO LTD
Priority to CN202010255907.8A priority Critical patent/CN111598971B/en
Publication of CN111598971A publication Critical patent/CN111598971A/en
Application granted granted Critical
Publication of CN111598971B publication Critical patent/CN111598971B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/56Information retrieval; Database structures therefor; File system structures therefor of still image data having vectorial format
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/18Network design, e.g. design based on topological or interconnect aspects of utility systems, piping, heating ventilation air conditioning [HVAC] or cabling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text

Abstract

The technical scheme of the invention relates to a universal vector diagram drawing method, a universal vector diagram drawing system and a readable medium, and the universal vector diagram drawing method comprises the following steps: calling a primitive library and/or executing basic primitive drawing through an interactive interface to finish drawing of the vector diagram to obtain a corresponding vector diagram; carrying out localized loading and storage on the vector diagram; and carrying out corresponding format conversion on the saved vector diagram. The invention has the beneficial effects that: the universality is stronger, and the application range is wider; the universal efficient drawing tool ensures that the main wiring diagram of the electric power safety system is drawn more normatively and is safer and more reliable to use; the work efficiency of fortune dimension personnel has been promoted, has obviously shortened operating time.

Description

Universal vector diagram drawing method, system and readable medium
Technical Field
The invention relates to the field of computers, in particular to a method and a system for drawing a universal vector diagram and a readable medium.
Background
The vector diagram is used for drawing the graph according to geometric characteristics, the vector can be a point or a line, the vector diagram can be generated only by software, the internal space occupied by the file is small, and the image file of the type comprises independent and separated images and can be freely recombined without limit.
In the field of electric power, the universality of the conventional vector diagram drawing tool is poor, and the vector diagram drawing tool cannot be suitable for different operating systems and the field of industries.
Disclosure of Invention
The invention aims to solve at least one of the technical problems in the prior art, provides a universal vector diagram drawing method, a universal vector diagram drawing system and a readable medium, and ensures that the main wiring diagram of the power safety system is drawn more normally and has stronger universality.
The technical scheme of the invention comprises a general vector diagram drawing method, which is characterized by comprising the following steps: s100, calling a primitive library and/or executing basic primitive drawing through an interactive interface to finish drawing of a vector diagram to obtain a corresponding vector diagram; s200, carrying out localized loading and storage on the vector diagram; and S300, performing corresponding format conversion on the saved vector diagram.
According to the general vector diagram rendering method, S100 specifically includes: drawing a basic primitive, wherein the basic primitive is drawn in a full mode; the basic equipment state combination is used for connecting the basic equipment according to the set combination mode during drawing; the generation of the electric power equipment is used for calling one or more primitives in the primitive library to generate corresponding electric power equipment primitives according to the set electric power equipment; and displaying the primitive attribute, wherein the primitive attribute is used for selecting and displaying corresponding primitive information according to the cursor.
According to the general vector diagram drawing method, the primitive library comprises electric equipment primitives and general primitives.
The method for drawing the universal vector diagram is based on the development environment of Qt and C + +.
According to the general vector diagram rendering method, S100 is used for rendering vector diagrams in a plurality of different systems.
According to the general vector graphics rendering method, wherein the step S200 of locally storing the vector graphics specifically includes: the system is used for retrieving all existing primitives in a scene and analyzing the types of the primitives; performing type-based serialization operation on the primitives according to different primitive types; storing the topological relation among different primitives to obtain static topological storage; and writing the serialization result of the topology storage into a local file.
According to the general vector diagram rendering method, the step S200 of locally loading the vector diagram specifically includes: loading and opening a vector diagram file of a corresponding type according to selection, performing deserialization operation on the vector diagram file, and reading different types of primitives in the vector diagram file; and (4) performing primitive combination according to the primitive type and the primitive attribute, and combing the locally stored static topological relation.
The method for rendering a universal vector diagram, wherein the method further comprises topology analysis of the vector diagram, comprising: in the process of drawing the vector diagram, performing hotspot connection, and storing the connection relation into the primitive attribute; collecting and analyzing voltage and current analog quantities of related hot spots in a primary wiring diagram, and judging a power supply side and a load side; according to the connection relation between the power supply side and the load side as well as the pixels, the dynamic logic judgment is realized; and carrying out power flow analysis on the vector diagram based on the connection relation.
The technical scheme of the invention also comprises a general vector diagram drawing system, wherein the general vector diagram drawing system is used for realizing the method and is characterized in that: the drawing module is used for calling the primitive library through the interactive interface and/or executing basic primitive drawing to finish drawing the vector diagram so as to obtain a corresponding vector diagram; the storage module is used for locally loading and storing the vector diagram; and the conversion module is used for carrying out corresponding format conversion on the saved vector diagram.
According to the general vector diagram rendering system, the system further comprises: the positioning module is used for creating a navigation window in a dialog box form for floating display and positioning the vector graphics; the scale module is used for fine adjustment of pixel level during drawing of the vector diagram; the format module is used for adjusting the graphic layout on the interactive interface; the checking module is used for checking whether the primitive attribute in the current file is empty and the connection relation of the primitives, and if an error exists, automatically repairing the graphic file according to the content of the error; and the language module is used for switching between Chinese and English on the graphical interface.
An aspect of the present invention is a computer-readable storage medium having a computer program stored thereon, the computer program being executed by a processor when executed, for performing the general vector graphics rendering method according to any one of the preceding claims.
The invention has the beneficial effects that: the universality is stronger, and the application range is wider; the universal efficient drawing tool ensures that the main wiring diagram of the electric power safety system is drawn more normatively and is safer and more reliable to use; the work efficiency of fortune dimension personnel has been promoted, has obviously shortened operating time.
Drawings
The invention is further described below with reference to the accompanying drawings and examples;
FIG. 1 illustrates an overall flow diagram according to an embodiment of the invention;
FIG. 2 is a block diagram of a system according to an embodiment of the invention;
FIG. 3 is a block diagram of an apparatus according to the present invention;
fig. 4a is a schematic primary main wiring diagram of a substation according to an embodiment of the invention;
FIG. 4b is a diagram of a power fail safe graphic library according to an embodiment of the present invention;
FIG. 4c is a diagram illustrating properties of a primitive according to an embodiment of the present invention;
fig. 4d is a schematic diagram of the attributes of the power device according to the embodiment of the present invention.
Detailed Description
Reference will now be made in detail to the present preferred embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to like elements throughout.
In the description of the present invention, the meaning of a plurality of means is one or more, the meaning of a plurality of means is two or more, and larger, smaller, larger, etc. are understood as excluding the number, and larger, smaller, inner, etc. are understood as including the number. If the first and second are described for the purpose of distinguishing technical features, they are not to be understood as indicating or implying relative importance or implicitly indicating the number of technical features indicated or implicitly indicating the precedence of the technical features indicated.
In the description of the present invention, unless otherwise explicitly defined, terms such as set, etc. should be broadly construed, and those skilled in the art can reasonably determine the specific meanings of the above terms in the present invention in combination with the detailed contents of the technical solutions.
FIG. 1 shows a general flow diagram according to an embodiment of the invention. The process comprises the following steps: s100, calling a primitive library and/or executing basic primitive drawing through an interactive interface to finish drawing of a vector diagram to obtain a corresponding vector diagram; s200, carrying out localized loading and storage on the vector diagram; and S300, performing corresponding format conversion on the saved vector diagram.
For S100, the invention specifically discloses the following technical scheme: (refer to fig. 4 a-4 b) drawing a base primitive, for drawing the base primitive, wherein the drawing of the base primitive is full drawing; the basic equipment state combination is used for connecting the basic equipment according to the set combination mode during drawing; the generation of the electric power equipment is used for calling one or more primitives in the primitive library to generate corresponding electric power equipment primitives according to the set electric power equipment; and displaying the primitive attribute, wherein the primitive attribute is used for selecting and displaying corresponding primitive information according to the cursor. In order to better realize the universality, a Qt C + + development environment is adopted to support various operating systems, all basic primitives are realized in a drawing mode, and the conversion of various graphic formats is supported.
The C + + programming language is cross-platform, if we only use standard library, it can realize cross-platform, but when needing to call api of specific system platform, we need an application of cross-platform framework, at this moment we adopt cross-platform framework of QT, realize "once coding, multiple compiling".
In addition, the cross-platform library of the QT is packaged according to the system API library of each platform, each operating system has a specific macro, and then the code calls APIs of different platforms according to different macros.
Although the platforms seem to be very different, commonly recognized specifications are gradually formed, for example, Windows, Linux and Unix all conform to the POSIX interface specification, so that most common interfaces among the platforms are approximate, most codes can be shared in a cross-platform framework, and only a few interfaces which are rarely used need to be distinguished and written separately.
For S200, the invention specifically discloses the following technical scheme:
the process of storing the local file comprises the following steps: and retrieving all existing primitives in the scene, and performing type analysis on the primitives. And performing type-based serialization operation according to different primitive types. And storing the topological relation among different primitives, thereby realizing static topological storage. Writing the serialized results into a local file
The local file loading process comprises the following steps: selecting a file type to be loaded retrieves a file of the relevant type, selects and opens. And performing deserialization operation on the file, and reading different types of primitives. And (4) performing primitive combination according to the primitive type and the related attributes, and combing the locally stored static topological relation.
The technical scheme of the invention also comprises topology analysis of the vector diagram, which comprises the following steps: in the process of drawing the graph, performing hotspot connection, and storing the connection relation into the attribute of the primitive; collecting and analyzing voltage and current analog quantities of related hot spots in a primary wiring diagram, and judging a power supply side and a load side; according to the connection relation between the power supply side and the load side as well as the pixels, the dynamic logic judgment is realized; and carrying out power flow analysis on the vector diagram according to the connection relation and the logic judgment.
FIG. 2 is a block diagram of a system according to an embodiment of the present invention. The system comprises: the drawing module is used for calling the primitive library through the interactive interface and/or executing basic primitive drawing to finish drawing the vector diagram so as to obtain a corresponding vector diagram; the storage module is used for locally loading and storing the vector diagram; and the conversion module is used for carrying out corresponding format conversion on the saved vector diagram. Wherein the drawing module further comprises: the positioning module is used for creating a navigation window in a dialog box form for floating display and positioning the vector graphics; the scale module is used for fine adjustment of pixel level during drawing of the vector diagram; the format module is used for adjusting the graphic layout on the interactive interface; the checking module is used for checking whether the primitive attribute in the current file is empty and the connection relation of the primitives, and if an error exists, automatically repairing the graphic file according to the content of the error; and the language module is used for switching between Chinese and English on the graphical interface.
Fig. 3 shows a block diagram of an apparatus according to the invention. The method comprises the following steps: memory 100, processor 200, wherein the memory is configured to store corresponding data for vector graphics storage and read, and wherein the processor is configured to perform the steps of: calling a primitive library and/or executing basic primitive drawing through an interactive interface to finish drawing of the vector diagram to obtain a corresponding vector diagram; carrying out localized loading and storage on the vector diagram; and carrying out corresponding format conversion on the saved vector diagram.
Fig. 4a is a schematic primary main wiring diagram of a substation according to an embodiment of the present invention, which shows a schematic diagram of an overall editing interface.
Fig. 4b is a schematic diagram of an electrical five-prevention graphics library according to an embodiment of the present invention, which is used for representing a primitive library.
Fig. 4c is a diagram of basic primitive attributes according to an embodiment of the present invention, which is a diagram of primitive basic attributes used for indicating click display when a basic primitive is rendered.
Fig. 4d is a schematic diagram of the attributes of the power device according to the embodiment of the present invention. And the corresponding power equipment attribute schematic diagram is used for drawing the power field graphic primitive.
The technical scheme of the invention has the following advantages: the cross-platform function supports vector diagram drawing under various operating systems; the exporting of a plurality of primitive formats is supported; the dynamic topology analysis is supported, and the method can be applied to load flow detection; the vector diagram drawing in various industry fields is supported; the local file of the drawing data is saved without depending on a system and a third-party database.
The embodiments of the present invention have been described in detail with reference to the accompanying drawings, but the present invention is not limited to the above embodiments, and various changes can be made within the knowledge of those skilled in the art without departing from the gist of the present invention.

Claims (10)

1. The general vector diagram drawing method is characterized by comprising the following steps:
s100, calling a primitive library and/or executing basic primitive drawing through an interactive interface to finish drawing of a vector diagram to obtain a corresponding vector diagram;
s200, carrying out localized loading and storage on the vector diagram;
and S300, performing corresponding format conversion on the saved vector diagram.
2. The universal vector graphics rendering method of claim 1, wherein said S100 specifically comprises:
drawing a basic primitive, wherein the basic primitive is drawn in a full mode;
the basic equipment state combination is used for connecting the basic equipment according to the set combination mode during drawing;
the generation of the electric power equipment is used for calling one or more primitives in the primitive library to generate corresponding electric power equipment primitives according to the set electric power equipment;
and displaying the primitive attribute, wherein the primitive attribute is used for selecting and displaying corresponding primitive information according to the cursor.
3. The method of claim 1 wherein said primitive library comprises power equipment primitives and generic primitives.
4. The universal vector graphics rendering method of claim 1, wherein said method is based on Qt and C + + development environment and renders vector graphics in a variety of different systems.
5. The universal vector graphics rendering method of claim 1, wherein said S200 of localized saving of said vector graphics specifically comprises:
the system is used for retrieving all existing primitives in a scene and analyzing the types of the primitives; performing type-based serialization operation on the primitives according to different primitive types; storing the topological relation among different primitives to obtain static topological storage; and writing the serialization result of the topology storage into a local file.
6. The universal vector graphics rendering method of claim 5, wherein said S200 localized loading of said vector graphics specifically comprises:
the device comprises a vector graph file loading module, a vector graph file reading module, a graphic element reading module and a graphic element reading module, wherein the vector graph file loading module is used for loading and opening a vector graph file of a corresponding type according to selection, performing deserialization operation on the vector graph file, and reading different types of graphic elements in the vector graph file; and (4) performing primitive combination according to the primitive type and the primitive attribute, and combing the locally stored static topological relation.
7. The universal vector graphics rendering method of claim 1 further comprising performing topology analysis on said vector graphics characterized in that:
in the process of drawing the vector diagram, performing hotspot connection, and storing the connection relation into the primitive attribute; collecting and analyzing voltage and current analog quantities of related hot spots in a primary wiring diagram, and judging a power supply side and a load side; according to the connection relation between the power supply side and the load side as well as the pixels, the dynamic logic judgment is realized; and carrying out power flow analysis on the vector diagram based on the connection relation.
8. A universal vector graphics rendering system for implementing the method of any of claims 1-7, characterized by:
the drawing module is used for calling the primitive library through the interactive interface and/or executing basic primitive drawing to finish drawing the vector diagram so as to obtain a corresponding vector diagram;
the storage module is used for locally loading and storing the vector diagram;
and the conversion module is used for carrying out corresponding format conversion on the saved vector diagram.
9. The universal vector graphics rendering system of claim 8, further comprising:
the positioning module is used for creating a navigation window in a dialog box form for floating display and positioning the vector graphics;
the scale module is used for fine adjustment of pixel level during drawing of the vector diagram;
the format module is used for adjusting the graphic layout on the interactive interface;
the checking module is used for checking whether the primitive attribute in the current file is empty and the connection relation of the primitives, and if an error exists, automatically repairing the graphic file according to the content of the error;
and the language module is used for switching between Chinese and English on the graphical interface.
10. A computer-readable storage medium having stored thereon a computer program for execution by a processor when executing the method of general vector image rendering of any of claims 1 to 7.
CN202010255907.8A 2020-04-02 2020-04-02 Universal vector diagram drawing method, system and readable medium Active CN111598971B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010255907.8A CN111598971B (en) 2020-04-02 2020-04-02 Universal vector diagram drawing method, system and readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010255907.8A CN111598971B (en) 2020-04-02 2020-04-02 Universal vector diagram drawing method, system and readable medium

Publications (2)

Publication Number Publication Date
CN111598971A true CN111598971A (en) 2020-08-28
CN111598971B CN111598971B (en) 2024-01-30

Family

ID=72190355

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010255907.8A Active CN111598971B (en) 2020-04-02 2020-04-02 Universal vector diagram drawing method, system and readable medium

Country Status (1)

Country Link
CN (1) CN111598971B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132928A (en) * 2020-09-18 2020-12-25 网易(杭州)网络有限公司 Vector diagram processing method and device, electronic equipment and computer readable medium
CN117274553A (en) * 2023-11-20 2023-12-22 国网浙江省电力有限公司 Intelligent monitoring method and system for power scene data

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101630340A (en) * 2009-05-27 2010-01-20 江西九江供电公司 Graphic-object-oriented single-line diagram vector drawing tool of distribution network
CN103473068A (en) * 2013-09-24 2013-12-25 北京天源科创风电技术有限责任公司 Customizing system and customizing method for graph real-time monitoring interface based on SVG (Scalable Vector Graphics)
CN103559355A (en) * 2013-11-11 2014-02-05 国家电网公司 SVG (Scalable Vector Graphics) technology-based distribution network modeling system
WO2017018609A1 (en) * 2015-07-30 2017-02-02 현대엠엔소프트 주식회사 Vector map drawing device and method
CN107145655A (en) * 2017-04-25 2017-09-08 南京南瑞集团公司 The method for setting up the grid equipment vector graphical element sign mould comprising topology information
US20180357776A1 (en) * 2017-06-08 2018-12-13 Microsoft Technology Licensing, Llc Vector graphics handling processes for user applications
CN109493398A (en) * 2018-10-23 2019-03-19 南京国电南自电网自动化有限公司 A kind of graphical and customization configuration method of the main wiring diagram based on QT

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101630340A (en) * 2009-05-27 2010-01-20 江西九江供电公司 Graphic-object-oriented single-line diagram vector drawing tool of distribution network
CN103473068A (en) * 2013-09-24 2013-12-25 北京天源科创风电技术有限责任公司 Customizing system and customizing method for graph real-time monitoring interface based on SVG (Scalable Vector Graphics)
CN103559355A (en) * 2013-11-11 2014-02-05 国家电网公司 SVG (Scalable Vector Graphics) technology-based distribution network modeling system
WO2017018609A1 (en) * 2015-07-30 2017-02-02 현대엠엔소프트 주식회사 Vector map drawing device and method
CN107145655A (en) * 2017-04-25 2017-09-08 南京南瑞集团公司 The method for setting up the grid equipment vector graphical element sign mould comprising topology information
US20180357776A1 (en) * 2017-06-08 2018-12-13 Microsoft Technology Licensing, Llc Vector graphics handling processes for user applications
CN109493398A (en) * 2018-10-23 2019-03-19 南京国电南自电网自动化有限公司 A kind of graphical and customization configuration method of the main wiring diagram based on QT

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
孙建伟: "基于SVG技术和CIM模型的电力系统可视化研究", 《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》, pages 1 *
杨丰萍;傅华;: "基于Batik及SVG的监控画面的图模库一体化平台设计", no. 05 *
黄缙华: "基于SVG的电力系统图库模一体化的研究与实现", pages 042 - 458 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132928A (en) * 2020-09-18 2020-12-25 网易(杭州)网络有限公司 Vector diagram processing method and device, electronic equipment and computer readable medium
CN117274553A (en) * 2023-11-20 2023-12-22 国网浙江省电力有限公司 Intelligent monitoring method and system for power scene data
CN117274553B (en) * 2023-11-20 2024-02-02 国网浙江省电力有限公司 Intelligent monitoring method and system for power scene data

Also Published As

Publication number Publication date
CN111598971B (en) 2024-01-30

Similar Documents

Publication Publication Date Title
KR100196980B1 (en) Data processing system
CN111598971A (en) Universal vector diagram drawing method, system and readable medium
US6232985B1 (en) Interactive, dynamic, automatic dimension arrangement generator for computer-aided drafting programs
US9767531B2 (en) Systems and methods for scaling visualizations
US5020003A (en) Graphics controller image creation
CN109101228B (en) Application program execution method and device
US20110138236A1 (en) Apparatus and method for providing visual interface for information of error generated in multithread testing
CN112100296B (en) GIS system convenient to carry out GIS vector data editing
US20040130564A1 (en) Software tool for providing a demonstration screen
CN107220067A (en) The loading method and device of scalable vector graphicses picture under Android system
US5553228A (en) Accelerated interface between processors and hardware adapters
CN111414085B (en) Input method operation method, system and medium of kylin mobile operation system
CN104809053A (en) Control style testing method and device
WO2020057265A1 (en) Method and system for chat function development, terminal and computer readable storage medium
CN112416329A (en) Data editing method and device and storage medium
CN115830184A (en) General file and picture annotation method, system and medium
CN116797707B (en) Interface graphic rendering method and system based on operating system adaptation
CN114442930A (en) Method and device for controlling group disk array, electronic equipment and readable storage medium
CN111054072B (en) Method, device, equipment and storage medium for role model tailing
CN116050036B (en) Power grid diagram construction method, device and equipment
CN112233206B (en) Character image generation method, device, equipment and storage medium
CN108897537A (en) Document display method, computer-readable medium and a kind of computer
JP3198754B2 (en) Graphic instruction receiving device for CAD system
JPH10133922A (en) Document preparation device and its document file processing method
CN113076725B (en) Method and terminal for popularizing third-party software based on PPT

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