[go: up one dir, main page]

CN101706771A - Template-based intelligent format checking method for Word document - Google Patents

Template-based intelligent format checking method for Word document Download PDF

Info

Publication number
CN101706771A
CN101706771A CN200910237434A CN200910237434A CN101706771A CN 101706771 A CN101706771 A CN 101706771A CN 200910237434 A CN200910237434 A CN 200910237434A CN 200910237434 A CN200910237434 A CN 200910237434A CN 101706771 A CN101706771 A CN 101706771A
Authority
CN
China
Prior art keywords
rules
word
template
document
format
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.)
Pending
Application number
CN200910237434A
Other languages
Chinese (zh)
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 Institute of Technology BIT
Original Assignee
Beijing Institute of Technology BIT
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 Institute of Technology BIT filed Critical Beijing Institute of Technology BIT
Priority to CN200910237434A priority Critical patent/CN101706771A/en
Publication of CN101706771A publication Critical patent/CN101706771A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

The invention relates to an intelligent format checking method for Word documents based on a template, belonging to the technical field of computer application. The invention analyzes the standard Word document template to obtain the rules of document format, style and the like; rules can be edited, set, saved and loaded; and then carrying out format check on the Word document according to the rules, and giving a check result, including indicating the content which does not conform to the format specification and a modification suggestion to help a user to modify. The intelligent format checking method for Word documents provided by the invention is realized by writing a program on a computer, wherein the program refers to an application program, a Web application or a dynamic link library or macro which can be run by the Microsoft Word operating system. The method is simple to use and wide in application range, and can greatly improve the checking efficiency and reduce careless omission, thereby improving the document quality and reducing the workload of a user.

Description

一种基于模板的针对Word文档的智能格式检查方法 A Template-Based Intelligent Format Checking Method for Word Documents

技术领域technical field

本发明涉及一种基于模板的针对Word文档的智能格式检查方法,属于计算机应用技术领域。The invention relates to a template-based intelligent format checking method for Word documents, which belongs to the technical field of computer applications.

背景技术Background technique

Microsoft Office是一套由美国微软公司开发的办公软件,它为MicrosoftWindows和Apple Macintosh操作系统而开发,被认为是一个开发文档的事实标准,并且有一些特性在其他产品中并不存在。Microsoft Word是微软公司的一个文字处理器应用程序,是Microsoft Office的主要程序,在文字处理软件市场上居于统治地位,Word文档在文件复制及拷贝、粘贴等文档编辑方面为使用者提供了极大的方便。Microsoft Office is a set of office software developed by Microsoft Corporation in the United States. It is developed for Microsoft Windows and Apple Macintosh operating systems. It is considered to be a de facto standard for developing documents, and some features do not exist in other products. Microsoft Word is a word processor application program of Microsoft Corporation. It is the main program of Microsoft Office and occupies a dominant position in the word processing software market. convenience.

但Word的这些方便性往往会给用户带来多样性,使得文档布局各异、样式繁多,导致Word文档不能满足一些特定用户的格式要求。Word文档使用模板来初始化格式,任何Microsoft Word文档都是以模板为基础。模板决定文档的基本结构和基本设置,包括页边距、页眉、页脚和其他页面版式等页面布局参数,以及诸如字符格式、段落格式、页面格式等样式参数。当默认打开Word时,程序按照“normal.dot”模板创建文档,用户也可以按照Word提供的其它模板或者用户自定义模板来创建文档。以同一个模板创建的文档便具有相同的页面布局和样式。但是,一旦用户对布局和样式进行修改或增加新的样式,用户的文档就会偏离模板所规定的格式;另外,拷贝、粘贴等操作也会导致出现多种新格式,从而导致文档不再满足模板的规范。因此,几乎每一个Word文档在内容完成以后,都需要进行格式检查,并将不符合用户需求的格式更正过来。However, these conveniences of Word often bring diversity to users, resulting in various document layouts and various styles, resulting in Word documents that cannot meet the format requirements of some specific users. Word documents use templates to initialize formatting, and any Microsoft Word document is based on templates. Templates determine the basic structure and basic settings of a document, including page layout parameters such as margins, headers, footers, and other page layouts, and style parameters such as character formatting, paragraph formatting, and page formatting. When Word is opened by default, the program creates documents according to the "normal.dot" template, and users can also create documents according to other templates provided by Word or user-defined templates. Documents created from the same template have the same page layout and style. However, once the user modifies the layout and style or adds a new style, the user's document will deviate from the format specified by the template; in addition, operations such as copying and pasting will also lead to the emergence of multiple new formats, which will cause the document to no longer meet the requirements of the template. The specification of the template. Therefore, almost every Word document needs to check the format after the content is completed, and correct the format that does not meet the user's needs.

目前,常用的Word文档格式检查方法主要有两种:1.人工手动方式检查;2.采用宏编程来检查不符合规范的文档。人工手动方式检查的缺陷是工作量大、效率低并且易遗漏错误;而采用宏编程方法对于专用文档来说是行之有效的,但其缺陷是需要为每种格式的文档开发一套专用程序,不具有通用性。At present, there are mainly two methods for checking the format of Word documents in common use: 1. manual checking; 2. using macro programming to check documents that do not meet the specifications. The defects of manual inspection are heavy workload, low efficiency and easy to miss errors; while the method of macro programming is effective for special documents, but its defect is that a set of special programs needs to be developed for each format of documents , is not universal.

发明内容Contents of the invention

本发明的主要目的是为了克服上述已有技术存在的缺陷,提出一种基于模板的针对Word文档的智能格式检查方法。本发明通过对标准Word文档模板进行分析,得出文档版式、样式等规则,可对规则进行编辑、设置、保存和载入;然后按照规则对Word文档进行格式检查,给出检查结果,包括指出不符合格式规范的内容以及修改建议,以帮助用户进行修改。本发明提出的一种基于模板的针对Word文档的智能格式检查方法是通过在计算机上编写程序实现,程序是指运行在Microsoft Word可以运行的操作系统上的应用程序、Web应用或Word可以运行的动态链接库或宏。The main purpose of the present invention is to propose a template-based intelligent format checking method for Word documents in order to overcome the above-mentioned defects in the prior art. The present invention analyzes the standard Word document template to obtain rules such as document format and style, and can edit, set, save and load the rules; then check the format of the Word document according to the rules, and give the check results, including Content that does not conform to the format specification and revision suggestions to help users make revisions. A template-based intelligent format checking method for Word documents proposed by the present invention is realized by writing a program on a computer. Dynamic link library or macro.

本发明是通过以下技术方案实现的。The present invention is achieved through the following technical solutions.

首先,给出2个定义:First, 2 definitions are given:

1.标准模板1. Standard template

标准模板是用Microsoft Word编辑的且定义了全部检查规则的文档,即标准模板中包含全部要检查的格式内容。The standard template is a document edited with Microsoft Word and all checking rules are defined, that is, the standard template contains all the format contents to be checked.

2.目标文档2. Target document

目标文档是待检查的Microsoft Word文档。The target document is the Microsoft Word document to be checked.

本发明的一种基于模板的针对Word文档的智能格式检查方法的整体框架设计流程如图1所示。其具体操作步骤如下:The overall framework design process of a template-based intelligent format checking method for Word documents according to the present invention is shown in FIG. 1 . The specific operation steps are as follows:

第一步、建立标准模板The first step is to establish a standard template

首先,建立标准Word模板。模板中包含全部需要规范的格式定义,包括如页面设置、布局设置、插入格式、格式样式、表格样式等,但不限于所述格式。First, create a standard Word template. The template contains all format definitions that need to be standardized, including page settings, layout settings, insertion formats, format styles, table styles, etc., but not limited to the formats mentioned above.

标准模板有两方面用途:Standard templates serve two purposes:

①供用户编辑Word文档时作为模板套用;① It is used as a template for users to edit Word documents;

②作为检查Word文档的依据来提取规则。②Extract rules as the basis for checking Word documents.

第二步、提取规则The second step, extraction rules

在第一步建立标准模板的基础上,打开标准模板,通过Word提供的接口机制访问标准模板,获取文档的页面、布局、格式等参数作为规则并保存。规则至少包括两个部分:Word文档中的对象及其一个或多个属性值。所述Word文档中的对象为但不限于:纸张、页面、页边距、样式、格式、图片、表格、段落、文字;属性值为上述对象的相应取值。On the basis of establishing the standard template in the first step, open the standard template, access the standard template through the interface mechanism provided by Word, obtain the page, layout, format and other parameters of the document as rules and save them. A rule consists of at least two parts: an object in a Word document and one or more property values. The objects in the Word document are but not limited to: paper, page, page margin, style, format, picture, table, paragraph, text; the attribute values are the corresponding values of the above objects.

第三步、判断规则是否符合需求The third step is to judge whether the rules meet the requirements

在第二步提取规则的基础上,判断规则是否符合需求。如不符合需求,则转到第四步;否则,转到第五步。Based on the rules extracted in the second step, it is judged whether the rules meet the requirements. If not, go to step four; otherwise, go to step five.

第四步、编辑规则The fourth step, edit the rules

在第三步的基础上,如规则不符合需求,用户可编辑规则,包括以下两个方面:On the basis of the third step, if the rules do not meet the requirements, the user can edit the rules, including the following two aspects:

①用户可根据实际需要增加自定义规则、修改已有规则或删除已有规则:①Users can add custom rules, modify existing rules or delete existing rules according to actual needs:

②用户可以通过编辑规则,设置每条规则项的重要级别。规则按照重要程度可分成不同的级别,包括:①遵从性规则;②建议性规则;③提示性规则等级别。遵从性规则是必须遵守的规则;建议性规则是提出修改建议,修改与否取决于用户;提示性规则仅做出提示,不需修改。规则可以以文件的形式保存。②Users can set the importance level of each rule item by editing the rules. The rules can be divided into different levels according to the degree of importance, including: ①compliance rules; ②suggestive rules; ③suggestive rules and other levels. Compliance rules are rules that must be followed; suggestive rules are suggestions for modification, and whether to modify depends on the user; suggestive rules only give reminders and do not need to be modified. Rules can be saved as files.

第五步、检查目标文档,生成错误报告列表Step 5. Check the target document and generate a list of error reports

应用第二步提取的规则或者经第四步修改的规则对目标文档进行逐规则检查。对文档中不符合规则的问题以错误或警告的形式进行逐项记录,生成错误报告列表并将其显示给用户。错误报告也可以保存成文件,以便以后查看或修改。错误报告列表内容包括但不限于:序号、所在目标文档中的位置、相对应的规则。Apply the rules extracted in the second step or the rules modified in the fourth step to check the target document rule by rule. Itemize document violations as errors or warnings, generate a list of error reports and display them to the user. Error reports can also be saved as a file for later viewing or modification. The content of the error report list includes but is not limited to: sequence number, location in the target document, and corresponding rules.

第六步、提供详细修改提示Step 6: Provide detailed modification tips

在第五步生成错误报告列表的基础上,通过打开Word应用程序相关的设置对话框或提供的连接,找到错误或警告信息所在Word文档中的位置并且提供提示信息。提示方式包括:On the basis of generating the error report list in the fifth step, by opening the Word application-related setting dialog box or the connection provided, find the location of the error or warning information in the Word document and provide prompt information. Tips include:

①在文档中通过高亮或反色等方法标示出来;① Mark it in the document by highlighting or inverting the color;

②通过对话框、标注框或语音等形式提示用户对错误报告中指出的问题进行逐项修改。②Prompt the user to modify the problems pointed out in the error report item by item through dialog boxes, marked boxes, or voice.

用户可以选择跳过、上一条、下一条、第一条和末一条等功能键。Users can choose function keys such as skip, previous, next, first and last.

用户可以重复第五步、第六步,直到所有错误都被修改。The user can repeat the fifth and sixth steps until all errors are corrected.

有益效果Beneficial effect

1.使用简单。通过建立标准模板,然后由计算机自动生成检查规则,用户完全不需考虑复杂的检查规则的制定;1. Easy to use. By establishing a standard template and then automatically generating inspection rules by the computer, users do not need to consider the formulation of complicated inspection rules at all;

2.适用范围广。不针对于某一特定的格式检查,而是根据标准模板来生成检查规则,只要有标准模板或者是文档范例即可;2. Wide range of application. Not for a specific format check, but to generate check rules based on standard templates, as long as there are standard templates or document examples;

3.减轻用户负担:格式检查是枯燥且容易马虎的工作,使用本发明建立的系统可以代替用户完成这项工作;3. Lighten the burden on users: format checking is boring and easily sloppy work, and the system established by the present invention can replace users to complete this work;

4.检查效率高:通过计算机来检查文档,相比人工检查,能极大地提高检查效率;4. High inspection efficiency: checking documents by computer can greatly improve inspection efficiency compared with manual inspection;

5.提高检查的可靠性:计算机检查不但严格,而且会避免人工检查所带来的马虎、遗漏等情况的出现。5. Improve the reliability of inspection: Computer inspection is not only strict, but also avoids sloppy and omissions caused by manual inspection.

附图说明Description of drawings

图1为本发明的整体框架设计流程图。Fig. 1 is the flow chart of overall frame design of the present invention.

具体实施方式Detailed ways

下面结合实施例对本发明进行详细说明。The present invention will be described in detail below in conjunction with examples.

以使用本发明方法编写的软件对毕业论文进行修改为例,来说明本发明的技术方案。The technical solution of the present invention is described by taking the modification of a graduation thesis by using the software written by the method of the present invention as an example.

第一步、建立标准模板The first step is to establish a standard template

以Word 2003为例,建立毕业论文标准模板,通过菜单、工具条、对话框等进行模板编辑,部分设置和定义如下:Taking Word 2003 as an example, establish a graduation thesis standard template, and edit the template through menus, toolbars, dialog boxes, etc. Some settings and definitions are as follows:

1、页面设置:1. Page settings:

纸型:A4;方向:纵向;Paper Size: A4; Orientation: Portrait;

页边距:上3.5cm;下2.6cm;左3cm;右2.6cm;Page margins: top 3.5cm; bottom 2.6cm; left 3cm; right 2.6cm;

页眉:2.4cm;页脚:2cm;Header: 2.4cm; Footer: 2cm;

2、格式:2. Format:

正文首行缩进2字符,行间距22磅,两端对齐,字间距加宽0.5磅;;The first line of the text is indented by 2 characters, the line spacing is 22 points, both ends are justified, and the word spacing is widened by 0.5 points;

大标题中间对齐,行间距32磅;The large title is aligned in the middle, and the line spacing is 32 points;

小标题左对齐,行间距32磅;The subtitle is left-aligned, with a line spacing of 32 points;

3、字体、字号:3. Font and font size:

大标题:黑体、三号;Headline: boldface, number three;

小标题:黑体、四号;Subheading: boldface, number four;

正文部分:宋体、小四;Text part: Song typeface, small four;

页眉:宋体、四号,居中排列,字间距加宽3磅;Header: Song typeface, number four, centered, word spacing widened by 3 points;

页眉内容为:“北京理工大学毕业设计(论文)”;The content of the header is: "Graduation Design (Thesis) of Beijing Institute of Technology";

页脚:宋体、五号,居中排列,页脚内容为页码。Footer: Arial, number five, centered, and the content of the footer is the page number.

设置完成后,保存成:北京理工.dot模板。After the setting is complete, save it as: Beijing Institute of Technology.dot template.

第二步、提取规则The second step, extraction rules

运行使用本发明方法编写的软件,通过Word提供的接口机制调用Word打开在第一步建立的标准模板北京理工.dot,获取文档的页面、布局、样式等与上一步建立的模板中的对应参数如下:Run the software written using the method of the present invention, call Word to open the standard template Beijing Institute of Technology.dot established in the first step by the interface mechanism provided by Word, and obtain the page, layout, style, etc. of the document and the corresponding parameters in the template established in the previous step as follows:

1、页面设置类:1. Page setting class:

纸张:A4;Paper: A4;

方向:纵向;orientation: portrait;

上边距:3.5cm;Top Margin: 3.5cm;

下边距:2.6cm;Bottom margin: 2.6cm;

左边距:3cm;left margin: 3cm;

右边距:2.6cm;Right margin: 2.6cm;

页眉:2.4cm;Header: 2.4cm;

页脚:2cm。Footer: 2cm.

2、样式类:2. Style class:

(1)大标题:(1) Headline:

对齐方式:居中对齐;Alignment: center alignment;

行间距:32磅;Row Spacing: 32pt;

字体:黑体;font: bold;

字号:三号。Font size: No. 3.

(2)小标题:(2) Subtitle:

对齐方式:左对齐;Alignment: left-aligned;

行间距:32磅Row Spacing: 32 pt

字体:黑体;font: bold;

字号:四号。Font size: No. 4.

(3)正文(3) Text

首行缩进:2字符;First line indentation: 2 characters;

对齐方式:左对齐;Alignment: left-aligned;

行间距:22磅;Row Spacing: 22pt;

字体:宋体;Font: Times New Roman;

字号:小四;Font size: small four;

字间距:加宽0.5磅。Word Spacing: Widen by 0.5 points.

(4)页眉:(4) Header:

字体:宋体;Font: Times New Roman;

字号:四号Font size: No. 4

对齐方式:居中对齐;Alignment: center alignment;

字间距:加宽3磅;Word spacing: Widen by 3 points;

页眉内容:“××××大学毕业设计(论文)”。Header content: "××××University Graduation Design (Thesis)".

(5)页脚:(5) Footer:

字体:宋体;Font: Times New Roman;

字号:五号;Font size: No. 5;

对齐方式:居中;alignment: center;

页脚内容:页码。Footer content: page number.

第三步、判断规则是否满足需求The third step is to judge whether the rules meet the requirements

上一步提取的规则,默认都是遵从性规则,但正文在撰写过程中可能存在特殊缩进方式,另外,有的页面由于排版原因,可能使用横向。因此不能完全满足需求,转到第四步。The rules extracted in the previous step are all compliance rules by default, but there may be special indentation methods during the text writing process. In addition, some pages may use horizontal orientation due to typesetting reasons. Therefore, the requirements cannot be fully met, so go to the fourth step.

第四步、编辑规则The fourth step, edit the rules

根据第三步的分析,对正文首行缩进2字符规则进行编辑,即降级,将其从遵从性规则降级为提示性规则,对于页面设置的方向为纵向的规则降级为提示性规则。According to the analysis in the third step, the rule of indenting the first line of the text with 2 characters is edited, that is, it is downgraded, and it is downgraded from a compliance rule to a suggestive rule, and a rule whose page setting direction is vertical is downgraded to a suggestive rule.

第五步、检查目标文档,生成错误报告列表Step 5. Check the target document and generate a list of error reports

根据第三步和第四步产生的规则,对目标文档进行逐规则检查。对目标文档中不符合规则的对象以错误或警告的形式进行逐项记录,生成错误报告列表。错误报告以列表的形式显示给用户,内容包括:序号、所在目标文档中的位置、违背规则。错误报告列表可以进行保存,以便用户可以进行多次修改。According to the rules generated in the third and fourth steps, the target document is checked rule by rule. Objects that do not meet the rules in the target document are recorded item by item in the form of errors or warnings, and an error report list is generated. The error report is displayed to the user in the form of a list, including: sequence number, location in the target document, and rule violation. The error report list can be saved so that the user can modify it multiple times.

第六步、提示修改The sixth step, prompt modification

根据错误报告列表中的错误或警告信息,可通过根据本发明编写的软件控制Word应用程序打开相关的设置对话框,或直接链接到错误所在Word文档中的位置;在文档中可通过高亮或反色等方法标示出来;也可通过对话框、标注框或语音等形式提示用户对错误报告中指出的问题进行逐项修改,用户可以选择跳过、上一条、下一条、第一条和末一条等功能。According to the error or warning information in the error report list, the relevant setting dialog box can be opened by the software control Word application program written according to the present invention, or directly linked to the position in the Word document where the error is; The user can also be prompted to modify the problems pointed out in the error report item by item through dialog box, marked box or voice. The user can choose skip, previous item, next item, first item and last item. One and other functions.

用户可以重复第五步、第六步,直到所有错误都被修改。The user can repeat the fifth and sixth steps until all errors are corrected.

虽然结合具体实施例描述了本发明的实施方式,但是对于本领域技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进,这些也应视为属于本发明的保护范围。Although the implementation of the present invention has been described in conjunction with specific embodiments, for those skilled in the art, some improvements can be made without departing from the principles of the present invention, and these should also be considered as belonging to the protection scope of the present invention .

Claims (4)

1.一种基于模板的针对Word文档的智能格式检查方法,其特征在于通过对标准Word文档模板进行分析,得出文档版式、样式等规则,可对规则进行编辑、设置、保存和载入;然后按照规则对Word文档进行格式检查,给出检查结果,包括指出不符合格式规范的内容以及修改建议,以帮助用户进行修改;其具体实现步骤如下:1. A template-based intelligent format checking method for Word documents is characterized in that by analyzing standard Word document templates, the rules such as document layout and styles can be obtained, and the rules can be edited, set, preserved and loaded; Then check the format of the Word document according to the rules, and give the results of the check, including pointing out the content that does not conform to the format specification and suggestions for modification, so as to help users make modifications; the specific implementation steps are as follows: 第一步、建立标准模板The first step is to establish a standard template 首先,建立标准Word模板;模板中包含全部需要规范的格式定义,包括如页面设置、布局设置、插入格式、格式样式、表格样式等,但不限于所述格式;标准模板有两方面用途:First, create a standard Word template; the template contains all the format definitions that need to be standardized, including page settings, layout settings, insertion formats, format styles, table styles, etc., but not limited to the above formats; the standard template has two uses: ①供用户编辑Word文档时作为模板套用;① It is used as a template for users to edit Word documents; ②作为检查Word文档的依据来提取规则;②Extract rules as the basis for checking Word documents; 第二步、提取规则The second step, extraction rules 在第一步建立标准模板的基础上,打开标准模板,通过Word提供的接口机制访问标准模板,获取文档的页面、布局、格式等参数作为规则并保存;规则至少包括两个部分:Word文档中的对象及其一个或多个属性值;所述Word文档中的对象为但不限于:纸张、页面、页边距、样式、格式、图片、表格、段落、文字;属性值为上述对象的相应取值;On the basis of establishing the standard template in the first step, open the standard template, access the standard template through the interface mechanism provided by Word, obtain the page, layout, format and other parameters of the document as rules and save them; the rules include at least two parts: Word document object and one or more attribute values; the objects in the Word document are but not limited to: paper, page, page margin, style, format, picture, table, paragraph, text; the attribute value is the corresponding value; 第三步、判断规则是否符合需求The third step is to judge whether the rules meet the requirements 在第二步提取规则的基础上,判断规则是否符合需求;如不符合需求,则转到第四步;否则,转到第五步;Based on the rules extracted in the second step, judge whether the rules meet the requirements; if not, go to the fourth step; otherwise, go to the fifth step; 第四步、编辑规则The fourth step, edit the rules 在第三步的基础上,如规则不符合需求,用户可编辑规则,包括以下两个方面:On the basis of the third step, if the rules do not meet the requirements, the user can edit the rules, including the following two aspects: ①用户可根据实际需要增加自定义规则、修改已有规则或删除已有规则;①Users can add custom rules, modify existing rules or delete existing rules according to actual needs; ②用户可以通过编辑规则,设置每条规则项的重要级别;②Users can set the importance level of each rule item by editing the rules; 第五步、检查目标文档,生成错误报告列表Step 5. Check the target document and generate a list of error reports 应用第二步提取的规则或者经第四步修改的规则对目标文档进行逐规则检查;对文档中不符合规则的问题以错误或警告的形式进行逐项记录,生成错误报告列表并将其显示给用户;错误报告也可以保存成文件,以便以后查看或修改;错误报告列表内容包括但不限于:序号、所在目标文档中的位置、相对应的规则;Apply the rules extracted in the second step or the rules modified in the fourth step to check the target document rule by rule; record the problems in the document that do not meet the rules in the form of errors or warnings, and generate and display the list of error reports To the user; the error report can also be saved as a file for later viewing or modification; the content of the error report list includes but is not limited to: serial number, location in the target document, and corresponding rules; 第六步、提供详细修改提示Step 6: Provide detailed modification tips 在第五步生成错误报告列表的基础上,通过打开Word应用程序相关的设置对话框或提供的连接,找到错误或警告信息所在Word文档中的位置并且提供提示信息;On the basis of generating the error report list in the fifth step, by opening the Word application-related setting dialog box or the connection provided, find the location of the error or warning message in the Word document and provide a prompt message; 用户可以选择跳过、上一条、下一条、第一条和末一条等功能键;Users can choose function keys such as skip, previous, next, first and last; 用户可以重复第五步、第六步,直到所有错误都被修改。The user can repeat the fifth and sixth steps until all errors are corrected. 2.根据权利要求1所述的一种基于模板的针对Word文档的智能格式检查方法,其特征在于该方法是通过在计算机上编写程序实现的,程序是指运行在Microsoft Word可以运行的操作系统上的应用程序、Web应用或Word可以运行的动态链接库或宏。2. a kind of template-based intelligent format checking method for Word documents according to claim 1, is characterized in that the method is realized by writing a program on a computer, and the program refers to an operating system that can run on Microsoft Word A dynamic link library or macro that can be run by an application, web application, or Word on your computer. 3.根据权利要求1所述的一种基于模板的针对Word文档的智能格式检查方法,其特征在于第四步通过编辑规则设置每条规则项的重要级别,具体包括:①遵从性规则;②建议性规则;③提示性规则等级别;遵从性规则是必须遵守的规则;建议性规则是提出修改建议,修改与否取决于用户;提示性规则仅做出提示,不需修改;规则可以以文件的形式保存。3. A kind of template-based intelligent format checking method for Word documents according to claim 1, characterized in that the fourth step sets the importance level of each rule item by editing rules, specifically comprising: 1. compliance rules; 2. Suggestive rules; ③Suggestive rules and other levels; Compliance rules are rules that must be followed; Suggestive rules are suggestions for modification, and whether to modify depends on the user; Suggestive rules only give reminders and do not need to be modified; rules can be Save as a file. 4.根据权利要求1所述的一种基于模板的针对Word文档的智能格式检查方法,其特征在于第六步找到错误或警告信息所在Word文档中的位置并且提供提示信息的提示方式包括:4. a kind of template-based intelligent format checking method for Word document according to claim 1, it is characterized in that the 6th step finds the position in Word document where error or warning information is located and the prompting mode of providing prompt information comprises: ①在文档中通过高亮或反色等方法标示出来;① Mark it in the document by highlighting or inverting the color; ②通过对话框、标注框或语音等形式提示用户对错误报告中指出的问题进行逐项修改。②Prompt the user to modify the problems pointed out in the error report item by item through dialog boxes, marked boxes, or voice.
CN200910237434A 2009-11-06 2009-11-06 Template-based intelligent format checking method for Word document Pending CN101706771A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910237434A CN101706771A (en) 2009-11-06 2009-11-06 Template-based intelligent format checking method for Word document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910237434A CN101706771A (en) 2009-11-06 2009-11-06 Template-based intelligent format checking method for Word document

Publications (1)

Publication Number Publication Date
CN101706771A true CN101706771A (en) 2010-05-12

Family

ID=42376997

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910237434A Pending CN101706771A (en) 2009-11-06 2009-11-06 Template-based intelligent format checking method for Word document

Country Status (1)

Country Link
CN (1) CN101706771A (en)

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102147791A (en) * 2011-04-02 2011-08-10 数字时代出版设计有限公司 Automatic book typesetting method and system
CN104281373A (en) * 2013-06-18 2015-01-14 上海联影医疗科技有限公司 Inputting method and device
CN106294493A (en) * 2015-06-08 2017-01-04 腾讯科技(深圳)有限公司 Realize the method and device of document format conversion
CN103886098B (en) * 2014-04-04 2017-05-17 浙江大学城市学院 Word document format checking method
CN106940640A (en) * 2016-01-04 2017-07-11 阿里巴巴集团控股有限公司 A kind of page positioning method and device for mistake input information
CN107741923A (en) * 2017-09-29 2018-02-27 苏州亿科赛卓电子科技有限公司 A kind of pdf documents underscore automatic matching method and device
CN108475258A (en) * 2015-12-29 2018-08-31 微软技术许可有限责任公司 By vision suggestion come formatted document object
CN108763173A (en) * 2018-05-23 2018-11-06 广东电网有限责任公司 Document checking method and device for file format
CN109344183A (en) * 2018-01-30 2019-02-15 深圳壹账通智能科技有限公司 Data interaction method, apparatus, computer equipment and storage medium
CN109492203A (en) * 2018-11-21 2019-03-19 深圳中广核工程设计有限公司 A kind of nuclear power large-scale synthesis reporting format method of calibration and system
CN109978511A (en) * 2019-04-09 2019-07-05 艾伯资讯(深圳)有限公司 Item management review system and method based on web page crawl
CN110096684A (en) * 2019-04-10 2019-08-06 沈阳哲航信息科技有限公司 A kind of document specification intelligence inspection system and method based on template
CN110321545A (en) * 2018-03-29 2019-10-11 成都野望数码科技有限公司 A kind of method and apparatus of office documents typesetting
CN110390080A (en) * 2018-04-19 2019-10-29 广东电网有限责任公司 A kind of progressive report method for sorting
CN110442851A (en) * 2019-07-23 2019-11-12 南京国睿信维软件有限公司 The method of power editor is independently limited based on the document automated modular of Office Word and multiple terminals
CN110928996A (en) * 2019-11-29 2020-03-27 北大方正集团有限公司 Formula serial number checking system, method, device and computer readable storage medium
CN111881649A (en) * 2020-07-27 2020-11-03 沈阳达善医药科技有限公司 A Macro-Based Data Entry Method
CN112784542A (en) * 2020-05-20 2021-05-11 珠海金山办公软件有限公司 Document editing method and device
CN112784540A (en) * 2019-11-11 2021-05-11 珠海金山办公软件有限公司 Document number proofreading method and device
CN112966485A (en) * 2021-03-09 2021-06-15 中建八局轨道交通建设有限公司 Text and pattern typesetting method and system based on word processing program
CN113033149A (en) * 2021-04-20 2021-06-25 平安科技(深圳)有限公司 User story document quality inspection method, device, equipment and storage medium
CN113886340A (en) * 2021-09-09 2022-01-04 深圳中广核工程设计有限公司 File generation method and system, storage medium and electronic device
CN114385165A (en) * 2022-01-11 2022-04-22 北京自如信息科技有限公司 Interface specification management and design draft verification method and device and electronic equipment
CN114492352A (en) * 2021-12-13 2022-05-13 易筑网络科技(苏州)有限公司 Contract template engine system for contract dynamic real-time generation
CN115688733A (en) * 2022-12-29 2023-02-03 南方电网科学研究院有限责任公司 Method and system for writing standard document
CN116308184A (en) * 2023-03-15 2023-06-23 深圳微众信用科技股份有限公司 Delivery document quality inspection method and related device
CN119623445A (en) * 2024-11-14 2025-03-14 北京安锐卓越信息技术股份有限公司 A website article typesetting layout method, device and medium

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102147791A (en) * 2011-04-02 2011-08-10 数字时代出版设计有限公司 Automatic book typesetting method and system
CN102147791B (en) * 2011-04-02 2013-01-09 数字时代出版设计有限公司 Automatic book typesetting method and system
CN104281373A (en) * 2013-06-18 2015-01-14 上海联影医疗科技有限公司 Inputting method and device
CN103886098B (en) * 2014-04-04 2017-05-17 浙江大学城市学院 Word document format checking method
CN106294493A (en) * 2015-06-08 2017-01-04 腾讯科技(深圳)有限公司 Realize the method and device of document format conversion
CN106294493B (en) * 2015-06-08 2020-05-08 腾讯科技(深圳)有限公司 Method and device for realizing document format conversion
CN113536731A (en) * 2015-12-29 2021-10-22 微软技术许可有限责任公司 Method, apparatus and medium for formatting document object
CN108475258A (en) * 2015-12-29 2018-08-31 微软技术许可有限责任公司 By vision suggestion come formatted document object
US11449667B2 (en) 2015-12-29 2022-09-20 Microsoft Technology Licensing, Llc Formatting document objects by visual suggestions
CN108475258B (en) * 2015-12-29 2021-07-27 微软技术许可有限责任公司 Method, apparatus and medium for formatting document object
US10831344B2 (en) 2016-01-04 2020-11-10 Advanced New Technologies Co., Ltd. Page positioning method and apparatus for erroneous input information
CN106940640A (en) * 2016-01-04 2017-07-11 阿里巴巴集团控股有限公司 A kind of page positioning method and device for mistake input information
CN107741923A (en) * 2017-09-29 2018-02-27 苏州亿科赛卓电子科技有限公司 A kind of pdf documents underscore automatic matching method and device
CN109344183A (en) * 2018-01-30 2019-02-15 深圳壹账通智能科技有限公司 Data interaction method, apparatus, computer equipment and storage medium
WO2019149019A1 (en) * 2018-01-30 2019-08-08 深圳壹账通智能科技有限公司 Data interaction method and apparatus, computer device, and storage medium
CN109344183B (en) * 2018-01-30 2020-11-24 深圳壹账通智能科技有限公司 Data interaction method, apparatus, computer equipment and storage medium
CN110321545A (en) * 2018-03-29 2019-10-11 成都野望数码科技有限公司 A kind of method and apparatus of office documents typesetting
CN110390080A (en) * 2018-04-19 2019-10-29 广东电网有限责任公司 A kind of progressive report method for sorting
CN108763173A (en) * 2018-05-23 2018-11-06 广东电网有限责任公司 Document checking method and device for file format
CN109492203A (en) * 2018-11-21 2019-03-19 深圳中广核工程设计有限公司 A kind of nuclear power large-scale synthesis reporting format method of calibration and system
CN109492203B (en) * 2018-11-21 2023-06-27 深圳中广核工程设计有限公司 Nuclear power large-scale comprehensive report format verification method and system
CN109978511A (en) * 2019-04-09 2019-07-05 艾伯资讯(深圳)有限公司 Item management review system and method based on web page crawl
CN110096684A (en) * 2019-04-10 2019-08-06 沈阳哲航信息科技有限公司 A kind of document specification intelligence inspection system and method based on template
CN110442851A (en) * 2019-07-23 2019-11-12 南京国睿信维软件有限公司 The method of power editor is independently limited based on the document automated modular of Office Word and multiple terminals
CN110442851B (en) * 2019-07-23 2022-12-06 南京国睿信维软件有限公司 Document automatic modularization and multi-terminal independent right-limiting editing method based on Office Word
CN112784540A (en) * 2019-11-11 2021-05-11 珠海金山办公软件有限公司 Document number proofreading method and device
CN112784540B (en) * 2019-11-11 2023-11-07 珠海金山办公软件有限公司 Document number checking method and device
CN110928996A (en) * 2019-11-29 2020-03-27 北大方正集团有限公司 Formula serial number checking system, method, device and computer readable storage medium
CN112784542B (en) * 2020-05-20 2023-11-28 珠海金山办公软件有限公司 Document editing method and device
CN112784542A (en) * 2020-05-20 2021-05-11 珠海金山办公软件有限公司 Document editing method and device
CN111881649A (en) * 2020-07-27 2020-11-03 沈阳达善医药科技有限公司 A Macro-Based Data Entry Method
CN112966485A (en) * 2021-03-09 2021-06-15 中建八局轨道交通建设有限公司 Text and pattern typesetting method and system based on word processing program
CN112966485B (en) * 2021-03-09 2024-04-12 中建八局轨道交通建设有限公司 Text typesetting method and system based on word processing program
CN113033149A (en) * 2021-04-20 2021-06-25 平安科技(深圳)有限公司 User story document quality inspection method, device, equipment and storage medium
CN113033149B (en) * 2021-04-20 2023-12-19 平安科技(深圳)有限公司 User story document quality inspection method, device, equipment and storage medium
CN113886340A (en) * 2021-09-09 2022-01-04 深圳中广核工程设计有限公司 File generation method and system, storage medium and electronic device
CN114492352A (en) * 2021-12-13 2022-05-13 易筑网络科技(苏州)有限公司 Contract template engine system for contract dynamic real-time generation
CN114385165A (en) * 2022-01-11 2022-04-22 北京自如信息科技有限公司 Interface specification management and design draft verification method and device and electronic equipment
CN115688733A (en) * 2022-12-29 2023-02-03 南方电网科学研究院有限责任公司 Method and system for writing standard document
CN116308184A (en) * 2023-03-15 2023-06-23 深圳微众信用科技股份有限公司 Delivery document quality inspection method and related device
CN119623445A (en) * 2024-11-14 2025-03-14 北京安锐卓越信息技术股份有限公司 A website article typesetting layout method, device and medium

Similar Documents

Publication Publication Date Title
CN101706771A (en) Template-based intelligent format checking method for Word document
RU2358311C2 (en) Word processing document, stored as single xml file, which can be manipulated by applications which can read xml language
US8959116B2 (en) Storage of a document using multiple representations
CN102779118B (en) Paper typesetting method and system
CN109857670B (en) Test report automatic generation method based on universal template
US20130185632A1 (en) Generating variable document templates
RU2579888C2 (en) Universal presentation of text to support various formats of documents and text subsystem
JP2014520342A (en) Dynamic update of execution page
CN106469140A (en) A kind of report generating system and its method
US20130290837A1 (en) Method and Apparatus for Correcting Document Formatting Based on Source Document
CN105824788A (en) Method and system for converting PowerPoint file into word file
CN101430684A (en) Method and apparatus for mutual conversion between Chinese work office software document and documents with other format
US8937744B1 (en) Modifying electronic data layout for efficient printing of electronic data
CN101470698A (en) Layout method and corresponding system for symbol of sending organizations
US20090287994A1 (en) Document processing device and document processing method
CN115309476A (en) A browser-based method for displaying and editing ofd files
CN101464875B (en) Method for representing electronic dictionary catalog data by XML
JP4566196B2 (en) Document processing method and apparatus
JP4627530B2 (en) Document processing method and apparatus
CN112668299A (en) Automatic typesetting method and system for referee document
JPWO2006051974A1 (en) Document processing apparatus and document processing method
CN113505566A (en) Processing method and device for layout document
JP2013161459A (en) Document processing method
CN116050360A (en) Quick production method and equipment of PDF form file
Hung et al. MathML for the management of mathematical formula in text editor

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20100512