WO2001071549A1 - Support enregistre lisible par ordinateur sur lequel est enregistre un programme de creation de documents, et systeme et procede de creation de documents - Google Patents

Support enregistre lisible par ordinateur sur lequel est enregistre un programme de creation de documents, et systeme et procede de creation de documents Download PDF

Info

Publication number
WO2001071549A1
WO2001071549A1 PCT/JP2000/001677 JP0001677W WO0171549A1 WO 2001071549 A1 WO2001071549 A1 WO 2001071549A1 JP 0001677 W JP0001677 W JP 0001677W WO 0171549 A1 WO0171549 A1 WO 0171549A1
Authority
WO
WIPO (PCT)
Prior art keywords
document
character string
template
function
documents
Prior art date
Application number
PCT/JP2000/001677
Other languages
English (en)
French (fr)
Inventor
Takashi Tanabe
Chiaki Fujiya
Kaoru Sakamoto
Original Assignee
Fujitsu Limited
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 Fujitsu Limited filed Critical Fujitsu Limited
Priority to PCT/JP2000/001677 priority Critical patent/WO2001071549A1/ja
Priority to KR1020027006483A priority patent/KR100658029B1/ko
Publication of WO2001071549A1 publication Critical patent/WO2001071549A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing

Definitions

  • the present invention relates to a computer-readable recording medium storing a document creation program, and a document creation system and a document creation method.
  • the present invention relates to a technology for dramatically improving the efficiency of creating a document in which items to be described, such as an application, are defined using a computer.
  • a format in which data relating to one document are all described in one file has been generally used.
  • Some document creation systems have a character string insertion processing function to insert an arbitrary character string into the template document file in order to improve document creation efficiency.
  • the character string insertion processing function is to create a document by replacing the insertion control character preset for the template document file with the character string corresponding to this one-to-one.
  • the character string insertion processing function is to create a document by replacing the insertion control character preset for the template document file with the character string corresponding to this one-to-one.
  • the insertion unit was simply a character string, so when inserting multiple pieces of character string data at one time, it was necessary to repeat the insertion of the character string, and the document creation efficiency Did not improve as expected.
  • the present invention has been made in view of the above-described conventional problems, and has been described in view of a portion including a layout.
  • an associating function for dividing a document to be created into arbitrary units including a layout, and associating the divided documents in a hierarchical structure
  • a document combining function for combining the divided documents based on the association between the documents performed by the associating function; and a document displaying function for displaying the document combined by the document combining function.
  • a document creation program to be realized is recorded on a computer-readable recording medium.
  • “combining” refers to combining the divided documents into a document before division, that is, a document to be created.
  • the term “recording medium” refers to a computer-readable medium that can reliably record various information and that can be taken out as necessary. Magnetic tapes, magnetic disks, magnetic drums, IC cards, CDs, etc. ROM, DVD-ROM etc.
  • the document to be created is divided into arbitrary units including the layout, and is represented in a hierarchical structure by associating the divided documents.
  • the divided documents are combined based on the association between the documents, and the combined document is displayed. For this reason, even if the document to be created is divided into arbitrary units including the layout, the displayed document is displayed as one document (document to be created) that combines the divided documents. Becomes
  • a document creation system when creating a document such as an application that defines the items to be described, for example, if a division unit is set for each description item, the division unit can be treated as if it were a part. If a document is created by combining existing parts, the document creation efficiency can be dramatically improved. In addition, the layout of the upper-level documents is automatically changed according to the change in the layout of each divided document, eliminating the need for re-layout work, and dramatically improving document creation efficiency from this viewpoint. Can be done. On the other hand, a document creation program for causing a computer to realize the associating function, the document synthesizing function, and the document displaying function is recorded on a computer-readable recording medium. Therefore, if there is a computer-readable recording medium on which such a document creation program is recorded, a document creation system according to the present invention can be easily constructed using a general computer system.
  • the associating function is configured to set an identifier indicating an arrangement position of a document located immediately below the hierarchy.
  • the association between the divided documents can be performed in a hierarchical structure only by setting the identifier indicating the arrangement position of the document located in the immediately lower hierarchy. Therefore, the association between the documents can be easily performed, and the document creation efficiency can be further improved.
  • the identifier indicates that a single document is arranged, or that one document is selected from a plurality of documents and indicates that the selected document is arranged.
  • a hierarchically structured document can be simply and clearly expressed by using an identifier indicating that a single document is arranged.
  • an identifier indicating that a single document is arranged On the other hand, by selecting one document from a plurality of documents and using an identifier indicating that the selected document is arranged, plural types of documents are generated from one document. For this reason, the number of documents that need to be prepared in advance is reduced, and the document creation efficiency can be further improved.
  • the selection of the document is performed by a user or automatically performed according to the content of the document.
  • the selection of the document is performed according to the user or the content of the document, so that an optimum document can be generated from one document.
  • an identifier setting function for setting an identifier for specifying an arbitrary character string and an arrangement position thereof, and based on the identifier set by the identifier setting function, And a character string copying function of copying an arbitrary character string at the arrangement position.
  • a character string insertion function provided in the related art is added to the present invention. For this reason, the degree of freedom in document creation is increased, and quick and efficient document creation can be performed.
  • a document to be created is divided into arbitrary units including a layout, and the associating means for associating the divided documents in a hierarchical structure, and each document performed by the associating means.
  • a document synthesizing means for synthesizing each of the divided documents based on an association between them, and a document displaying means for displaying a document synthesized by the document synthesizing function.
  • a document to be created is divided into arbitrary units including a layout, and an associating step of associating the divided documents in a hierarchical structure, and each of the documents performed in the associating step.
  • the document to be created is divided into arbitrary units including the layout, and is represented in a hierarchical structure by associating the divided documents. Then, the divided documents are combined based on the association between the documents, and the combined document is displayed. For this reason, even if the document to be created is divided into arbitrary units including the layout, the displayed document is displayed as one document (document to be created) that combines the divided documents. It will be.
  • FIG. 1 is an overall configuration diagram of a document creation system according to the present invention.
  • Figure 2 is an explanatory diagram of a registration application form that is an example of an object to be created.
  • Figure 3 shows the registration application described in a hierarchical structure.
  • (A) is an explanatory diagram of the main template document file
  • (B) and (C) are explanatory diagrams of the partial template document file.
  • Figure 4 is an explanatory diagram of the data registered in the property database.
  • FIG. 5 is a schematic explanatory diagram of the document creation system.
  • FIG. 6 is a flowchart showing processing contents in the template editor.
  • FIG. 7 is a flowchart showing the contents of a document file generation process.
  • FIG. 8 is a flowchart showing the contents of a document file generation process.
  • Figure 9 is an explanatory diagram of a registration application for the purpose of transferring ownership.
  • Fig. 10 is an explanatory diagram of the display of real estate in the registration application form. BEST MODE FOR CARRYING OUT THE INVENTION
  • the data insertion process is not limited to only replacing the insertion control characters set in the template document file with the character string data, but is also applicable to the paragraph-unit insertion process including a plurality of character strings.
  • the following method was used to implement and change the insertion process according to the content of the character string data.
  • a conventional integrated document file was not suitable for insertion processing in units of multiple character strings, even though it was possible to perform insertion processing in units of character strings. For this reason, we adopted a hierarchical file format in which the elements that make up the document were divided and the divided elements were associated with each other and expressed in a hierarchical structure. By adopting such a hierarchical file format, it is possible to set the insertion unit arbitrarily.
  • the basic document file format was determined using the hierarchical file format.
  • character strings are given object-like meanings, and in addition to layout-related information and the contents of displayed character strings, they are equivalent to smart object names in units of character strings or groups of character strings.
  • a unique name has been added.
  • multiple character strings are linked in a hierarchical structure by associating the data set of each character string as one document file while associating them with the preceding and following character strings. .
  • the merge control character string that copies a single character string at the specified location is usually assigned the data ID of the character string to be copied and the data ID retained by the system.
  • the insertion control character string can be set arbitrarily even for data ID which is not normally held by the system. Then, when creating a document, the data ID can be referenced on the screen for entering the character string. Therefore, it is possible to prevent the character string data ID in the document file from being different from the character string data ID on the screen.
  • FIG. 1 shows the overall configuration of a document creation system according to the present invention.
  • the document creation system 10 is based on the premise that a document in which items to be described is statutory, for example, a registration application form as shown in FIG. 2 is created, and at least a computer having a central processing unit and a memory Built on the system.
  • the document creation system 10 includes a template document database (hereinafter referred to as a “template document DB”) 12, a template editor 14, a document data reference section 16, and a template document file analysis section 18. , A character string data management unit 20, a property database (hereinafter referred to as “property DB”) 22, a data insertion control unit 24, a template document file synthesis unit 26, and a template document automatic selection unit 2 8, a screen display control unit 30, a display device 32, a keyboard 34, and a mouse 36.
  • template document database hereinafter referred to as a “template document DB”
  • property DB property database
  • data insertion control unit a template document file synthesis unit
  • template document automatic selection unit 2 a screen display control unit 30, a display device 32, a keyboard 34, and a mouse 36.
  • the template document DB12 at least a main template document file 12a and a partial template document file 12b are registered.
  • the main template document file 1 2a is a document file that describes the layout of the main statutory items of the registration application, and multiple files are created according to the type of registration application. And registered.
  • the partial template document file 1 2b is a document file in which a part of the layout as a part that can be extracted from the registration application is described. Multiple files are created and registered in the same way as the template document file 1 2a.
  • insertion control character strings identifiers
  • model selection plug-in control character string (hereinafter referred to as “model selection plug-in control character string” Say)
  • the template editor 14 provides a function of creating a main template document file 12a or a partial template document file 12b and registering it in the template document DB12.
  • the user of the document creation system 10 extracts a part as a part from the registration application form and sets it as a partial template document file 12b, while inserting the insertion control character in the corresponding part of the original registration application form.
  • the created main template document file 12a and the partial template document file 12b are registered in the template document DB12.
  • the main template document file 12a and the partial template document file 12b relating to the predetermined application may be prepared in advance and registered in the template document DB12.
  • the template editor 14 realizes an associating function, an associating means, an associating step, and an identifier setting function.
  • the document data reference section 16 provides a function of reading the main template document file 12a or the partial template document file 12b registered in the template document DB12.
  • the template document file analysis unit 18 analyzes the main template document file 12a or the partial template document file 12b read via the document data reference unit 16 and defines it in it.
  • a function for extracting the insertion control character string is provided.
  • the character string data management unit 20 provides a function of reading character string data registered in the property DB 22 in response to a command for requesting character string data.
  • the item name, data ID, and data content are registered in the property DB22 for each real estate property that specifies land or a building.
  • the character string insertion control character string set in the main template document file 12a or the partial template document file 12b holds a data ID for identifying the items shown in FIG. Then, at the time of document creation, the character string data is copied to the character string insertion control character string in correspondence with the item registered in the property DB 22 and the data ID.
  • each character string has a low appearance frequency and does not adopt a unified expression format, making it difficult to manage as data.Therefore, items that are not registered in the property DB 22 It is configured so that it can be set. In this case, a blank character string is copied instead of the character string data for the character string insertion control character string. Is done.
  • the data insertion control unit 24 transmits a character string data request command to the character string data management unit 20 according to the user's operation, and sends a main template to the document data reference unit 16.
  • a function is provided to transmit a read command for the type document file 12a or the partial template document file 12b.
  • the template document file synthesizing unit 26 transcribes character string data to the main template document file 1 2a and the partial template document file 1 2b, and also copies the main template document file 1 2a or A function is provided to generate a single document by inserting the partial template file 1 2b into the template file 1 2b.
  • the template document file analyzing unit 18, the data insertion control unit 24, and the template document file combining unit 26 provide a document combining function, a document combining means, a document combining process, and character string copying. The function is realized.
  • the template document automatic selection section 28 when the template selection insertion control character string is defined, it is set as an insertion target based on the item of character string data registered in the property DB 22.
  • a function to automatically select the optimal partial template document file 1 2b is provided.
  • the screen display control unit 30 provides a function of realizing a man-machine interface for the user in cooperation with the display device 32, the keyboard 34, and the mouse 36.
  • the man-machine interface for example, a plurality of main template document files 1 2a registered in the template document DB 12 and one main template document file 1 2a are selected. Function.
  • the screen display control unit 30 implements a document display function, a document display unit, and a document display step.
  • template X is read from template document DB12. Then, based on the character string insertion control character string set in the template X, the data contents aaa and bbb corresponding to the items A and B are referred from the property DB 22 (processing (2)). Then, aaa and bbb are inserted into the template X (processing (3)). If the system or user selects a partial template document file (template Y) for the template selection / insert control character string set in template X (process (4)), the template The template Y is read from the type document DB12.
  • the template X with the string data inserted is inserted into the template X with the string data inserted, and the template X and the template Y are combined to generate one document (Processing (7)).
  • the generated document is displayed on the display device 32 (process (8)).
  • the document creation system 10 described above operates according to the flowcharts shown in FIGS.
  • step 1 it is determined whether or not a new main template document file 12 a is to be created. Is done. If a new main template document file 1 2 a is to be created, the process proceeds to step 2 (Yes), and a new main template document file 1 2 a is not created. If the main template document file 1 2a registered in the DB 12 is to be opened, proceed to step 3 (No).
  • whether or not to newly create the main template document file 12a may be determined based on, for example, the menu “Create New” or “Open” selected by the user.
  • a main template document file 1 2a is created. That is, the user lays out the fixed character strings constituting the main template document file 12a.
  • the “fixed character string” refers to the “registration application form”, “purpose of registration”, “ownership”, etc. in the main template document file 12a shown in Fig. 3 (A).
  • step 3 a list of main template document files 1 2a registered in the template document DB 12 is displayed. Then, the user selects one main template document file 12a from the displayed list.
  • step 4 when the main template document file 1 2a is selected by the user, The main template document file 1 2a is read from the template document DB 12.
  • a fixed character string has already been set in the read main template document file 12a.
  • the insertion control character string is set by the user in the created or read main template document file 12a.
  • the insertion control character string includes a character string insertion control character string described in the format of “E item name” and a template character string described in the form of “c template name”.
  • step 5 corresponds to the associating function, associating means, associating process, and identifier setting function.
  • step 6 the main template document file 12a in which the insertion control character string is set is stored in the template document DB12.
  • main template document file 12a three types are set for the main template document file 12a. Then, the main template document file 12a and the partial template document file 12b are associated as a hierarchical file format via the set insertion control character string.
  • step 11 the main template document registered in the template document DB 12 based on the function provided by the screen display control unit 30.
  • a list of files 1 2 a is displayed.
  • a read command of the selected main template document file 12a is transmitted to the document data reference section 16.
  • the main template document file 12 a is read from the template document DB 12 into the memory based on the function provided by the document data reference section 16.
  • step 13 the main template document file 12 a read into the memory is analyzed based on the function provided by the template document file analysis unit 18. That is, the insertion control character string set in the main template document file 12a is searched, and, for example, the searched insertion control character string is expanded in the memory in the form of a list. Note that the insertion control strings expanded on the memory, except for the string insertion control string, are It is processed.
  • character string data corresponding to the character string insertion control character string set in the main template document file 12a is copied from the property DB22. That is, based on the function provided by the data insertion control unit 24, a request command for an item specified by the character string insertion control character string is transmitted to the character string data management unit 20, and Is replaced with the character string insertion control character string.
  • the processed character string insertion control character string is deleted from the memory.
  • step 15 whether the main template document file 12 a has the insertion setting of the partial template document file 1 2 b, that is, the template insertion control character string or the template selection insertion It is determined whether a control character string remains. If there is an insertion setting for the partial template document file 1 2 b, proceed to step 16 (Y es). If there is no insertion setting for the partial template file 12 b, proceed to step 24. (N o).
  • step 16 it is determined whether the insertion control character string to be processed is a template selection insertion control character string for selecting and copying one from a plurality of partial template document files 1 2 b. Is determined. If the insertion control character string is a template selection insertion control character string, the process proceeds to step 17 (Yes), and if the insertion control character string is not a template selection insertion control character string, step 20 is executed. Proceed to (No).
  • step 17 when one of a plurality of partial template document files 12b is selected, it is determined whether or not it is automatically selected by the system.
  • whether or not the partial template document file 12b should be automatically selected can be determined, for example, based on the system settings set by the user. If the partial template file 1 2 b is automatically selected, the process proceeds to step 18 (Yes), and the partial template file 12 b is automatically selected. No, that is, if it is selected by the user, go to step 19 (No) 0
  • step 18 one of a plurality of partial template document files 12 b is automatically selected based on the function provided by the template document automatic selection unit 28. Then, the read instruction of the selected partial template document file 1 2 b is transmitted to the document data reference section 16. Is done.
  • the automatic selection of the partial template document file 1 2b will be described with reference to the registration application for ownership transfer shown in FIGS. 9 and 10 as an example.
  • the item for each right holder is listed in the right holder column.
  • the items for each right holder include an item that describes their stake.
  • there is only one right holder there is no need to indicate the interest. For this reason, it is necessary to select the partial template file 1 2b according to whether there is one or more right holders.
  • step 19 based on the function provided by the screen display controller 30, a list of a plurality of partial template document files 12b set by the template selection insertion control character string is displayed. Then, when one partial template document file ⁇ b 2 b is selected from the list by the user, a read instruction of the selected partial template document file 1 2 b is transmitted to the document data reference section 16. .
  • step 20 the partial template document file 12 b is read from the template document DB 12 into the memory based on the function provided by the document data reference section 16.
  • step 21 in the same manner as in step 13, the partial template document file 12 b read into the memory is analyzed based on the function provided by the template document file analysis unit 18.
  • step 22 the corresponding character string data is copied from the property DB 22 to the character string insertion control character string set in the partial template document file 1 2 b, as in step 14 .
  • the processing of step 21 and step 22 corresponds to the character string copying function.
  • step 23 it is determined whether the insertion processing of the partial template document file 1 2b has been completed. That is, it is determined whether or not the insertion processing of the partial template document file 1 2b has been completed for the document file associated in the hierarchical file format. In order to complete the insertion process, it is necessary to complete the processing of the insertion control character strings of both the main template document file 12a and the partial template document file 12b. If the insertion process is completed, the process proceeds to step 24 (Yes). If the insertion process is not completed, the process returns to step 16 (No), and the process for the next insertion control character string is performed. Is continued.
  • step 24 based on the function provided by the screen display controller 30, the insertion result of the partial template document file 12b, that is, what partial template file 12b is inserted Is displayed.
  • the user confirms the displayed insertion result, corrects the content if necessary, and instructs to insert the partial template document file 12b.
  • the insertion execution instruction is transmitted to the template document file synthesizing section 26.
  • step 25 based on the function provided by the template document file synthesizing unit 28, the partial template document file 12a or the partial template document file 12b 1 2 b is inserted. Then, all template document files are combined to generate one document file. When the document file is generated, information indicating the generation is transmitted to the screen display control unit 30.
  • step 13 corresponds to the document combining function, the document combining means, and the document combining step.
  • step 6 based on the function provided by the screen display control unit 30, the synthesis result of the main file 12a and the partial template document file 12b is displayed.
  • the user determines that the creation of the document file has been completed, the user prints the document by a printing device such as a printer (not shown) as necessary, and submits it to the competent registry.
  • step 26 corresponds to the document display function, the document display means, and the document display step.
  • the processing in step 26 corresponds to the document display function, the document display means, and the document display step.
  • the specified main template document file 12a is read from the template document DB 12. It is. Then, the read main template document file 12a is analyzed, and the corresponding character string data is copied from the property DB 22 for the set character string insertion control character string.
  • the partial template document file 1 2b of the lower layer of the hierarchical structure file format is used as the template document DB. Read from 1 2 At this time, if the template selection insertion control character string is set, one partial template document file 12b is selected by the user or the system. After that, the read partial template document file 1 2 b is analyzed, and the corresponding character string data is copied from the property DB 22 with respect to the set character string insertion control character string. Such processing on the partial template document file 12b is performed hierarchically up to the partial template document file 12b located at the lowest level.
  • the partial template document file 1 2b in which the character string data is copied is inserted into the main template document file 12a or the partial template file file 12b in the hierarchical structure file format.
  • One document file is generated.
  • G, G, C, C, K, £, and 3 are used as symbols constituting the three types of insertion control character strings, but the symbols are not limited to these symbols. In other words, any symbol, code, or the like may be used as an identifier that can specify each insertion control character string.
  • Programs that realize such functions include, for example, magnetic tape, magnetic If the program is recorded on a computer-readable recording medium such as a magnetic drum, an IC card, a CD-ROM, and a DVD-ROM, the document creation program according to the present invention can be distributed to the field. Then, a person who has obtained a powerful recording medium can easily construct the document creation system according to the present invention by using a general computer system.
  • a computer-readable recording medium that records a document creation program according to the present invention and a document creation system and a document creation method can dramatically improve document creation efficiency. It is useful.
  • a computer-readable recording medium on which a document creation program is recorded can easily construct a document creation system by using a general computer system.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Description

明 細 書 文書作成プログラムを記録したコンピュータ読取可能な記録媒体、 並びに、 文書 作成システム及び文書作成方法 技術分野
本発明は、 コンピュータを用いて、 申請書のような記載項目が定められている 文書を作成する効率を飛躍的に向上させる技術に関する。 背景技術
従来から、 ワードプロセッサのような文書作成システムにおいては、 1つの文 書に関するデータは、 1つのフアイルに全て記述されるという形式が一般的であ つた。 文書作成システムには、 文書作成効率を向上させるため、 雛型文書フアイ ルに対して任意の文字列を差し込む文字列差込処理機能を備えたものもある。 文 字列差込処理機能は、 雛型文書ファィルに対して予め設定された差込制御文字と、 これと 1対 1に対応する文字列と、 を置換して文書を作成するというものであつ た。 この場合には、 雛型文書ファイルと文字列が差し込まれた文書ファイルとで は、 表示される文字列以外殆ど差異がなかった。
し力 し、 このような文字列差込処理は、 あくまで文字列の置換に限定されたも のであって、 文字列が差し込まれた文書ファイルのレイアウトに関しては、 文書 作成システムに備えられるレイァゥト機能により行なわれるのが一般的であった。 このため、 差し込まれる文字列の長さに応じて、 文書ファイルのレイアウトを変 更しなければならない場合には、 従来技術では対応が困難であり、 文書作成効率 が良好ではなかった。 このような問題は、 申請書のような記載項目が定まってい る文書を作成する場合に、 特に顕著に表われていた。
また、 従来の文字列差込処理では、 差込単位が単なる文字列であったため、 複 数の文字列データを一度に差し込む場合には、 文字列の差し込みを操り返す必要 であり、 文書作成効率が思ったほど向上しなかった。
そこで、 本発明は以上のような従来の問題点に鑑み、 レイアウトを含んだ部分 雛型文書ファィルを差込単位とすることで、 部分雛型文書ファィルが差し込まれ た雛型文書ファイルの再レイァゥト作業を不要とし、 文書作成効率を飛躍的に向 上させる技術を提供することを目的とする。 発明の開示
上記目的達成のため、 第 1の手段として、 作成対象の文書を、 レイアウトを含 んだ任意の単位で分割し、 分割された各文書間の関連付けを階層構造で行なう関 連付け機能と、 該関連付け機能により行なわれた各文書間の関連付けに基づいて、 前記分割された各文書を合成する文書合成機能と、 該文書合成機能により合成さ れた文書を表示する文書表示機能と、 をコンピュータに実現させるための文書作 成プログラムをコンピュータ読取可能な記録媒体に記録したことを特徴とする。 ここで、 「合成」 とは、 分割された各文書を合わせて分割前の文書、 即ち、 作成 対象の文書にすることをいう。 また、 「記録媒体」 とは、 各種情報を確実に記録で き、 かつ、 必要に応じて取り出し可能なコンピュータ読取可能な媒体をいい、 磁 気テープ, 磁気ディスク, 磁気ドラム, I Cカード, C D— R OM, D V D - R OM等が該当する。
かかる構成によれば、 作成対象の文書は、 レイアウトを含んだ任意の単位で分 割され、 分割された各文書間の関連付けにより階層構造で表わされる。 そして、 分割された各文書は、 各文書間の関連付けに基づいて合成され、 合成された文書 が表示される。 このため、 作成対象の文書を、 レイアウトを含んだ任意の単位で 分割しても、 表示される文書は、 分割された各文書を合成した 1つの文書 (作成 対象の文書) として表示されることとなる。
従って、 申請書のような記載項目が定められている文書を作成する場合には、 例えば、 各記載項目毎に分割単位を設定すれば、 分割単位をあたかも部品のよう に扱うことができる。 そして、 既存の部品を組み合わせて文書を作成するように すれば、 文書作成効率を飛躍的に向上させることができる。 また、 分割された各 文書のレイァゥトの変更に応じて、 上位階層の文書のレイァゥトが自動的に変更 されるため、 再レイアウト作業が不要となり、 この観点からも文書作成効率を飛 躍的に向上させることができる。 一方、 関連付け機能と、 文書合成機能と、 文書表示機能と、 をコンピュータに 実現させるための文書作成プログラムがコンピュータ読取可能な記録媒体に記録 される。 このため、 かかる文書作成プログラムを記録したコンピュータ読取可能 な記録媒体があれば、 一般的なコンピュータシステムを用いて、 本発明に係る文 書作成システムを容易に構築することができる。
ここで、 前記関連付け機能は、 直下の階層に位置する文書の配置位置を示す識 別子を設定する構成であることが望ましい。
かかる構成によれば、 各文書において、 直下の階層に位置する文書の配置位置 を示す識別子を設定するだけで、 分割された各文書間の関連付けを階層構造で行 なうことができる。 このため、 各文書間の関連付けを容易に行なうことができ、 文書作成効率をさらに向上させることができる。
また、 前記識別子は、 単一の文書が配置されることを示すか、 又は、 複数の文 書から 1つの文書を選択し、 選択された文書が配置されることを示すことが望ま しい。
かかる構成によれば、 単一の文書が配置されることを示す識別子を使用するこ とで、 階層構造の文書が単純かつ明確に表現できる。 一方、 複数の文書から 1つ の文書を選択し、 選択された文書が配置されることを示す識別子を使用すること で、 1つの文書から複数種の文書が生成されることとなる。 このため、 予め準備 しなければならない文書数が低減し、 文書作成効率をさらに向上させることがで きる。
さらに、 前記複数の文書から 1つの文書を選択するとき、 該文書の選択は、 ュ 一ザによって行なわれるか、 又は、 当該文書の内容に応じて自動的に行なわれる ことが望ましい。
かかる構成によれば、 文書の選択は、 ユーザ又は文書の内容に応じて行なわれ るので、 1つの文書から最適な文書を生成することができる。
この他には、 前記分割された各文書に対して、 任意の文字列及びその配置位置 を特定する識別子を設定する識別子設定機能と、 該識別子設定機能により設定さ れた識別子に基づいて、 前記配置位置に任意の文字列を複写する文字列複写機能 と、 をさらに備えるようにしてもよい。 力かる構成によれば、 本発明に対して、 従来技術に備えられていた文字列の差' 込機能が付加されることとなる。 このため、 文書作成に係る自由度が増し、 迅速 かつ効率的な文書作成を行なうことができる。
第 2の手段として、 作成対象の文書を、 レイアウトを含んだ任意の単位で分割 し、 分割された各文書間の関連付けを階層構造で行なう関連付け手段と、 該関連 付け手段により行なわれた各文書間の関連付けに基づいて、 前記分割された各文 書を合成する文書合成手段と、 該文書合成機能により合成された文書を表示する 文書表示手段と、 を含んで文書作成システムを構成したことを特徴とする。
第 3の手段として、 作成対象の文書を、 レイアウトを含んだ任意の単位で分割 し、 分割された各文書間の関連付けを階層構造で行なう関連付け工程と、 該関連 付け工程により行なわれた各文書間の関連付けに基づいて、 前記分割された各文 書を合成する文書合成工程と、 該文書合成工程により合成された文書を表示する 文書表示工程と、 を含んで文書作成方法を構成したことを特徴とする。
第 2及び第 3の手段に係る構成によれば、 作成対象の文書は、 レイアウトを含 んだ任意の単位で分割され、 分割された各文書間の関連付けにより階層構造で表 わされる。 そして、 分割された各文書は、 各文書間の関連付けに基づいて合成さ れ、 合成された文書が表示される。 このため、 作成対象の文書を、 レイアウトを 含んだ任意の単位で分割しても、 表示される文書は、 分割された各文書を合成し た 1つの文書 (作成対象の文書) として表示されることとなる。
従って、 申請書のような記載項目が定められている文書を作成する場合には、 例えば、 各記載項目毎に分割単位を設定すれば、 分割単位をあたかも部品のよう に扱うことができる。 そして、 既存の部品を組み合わせて文書を作成するように すれば、 文書作成効率を飛躍的に向上させることができる。 また、 分割された各 文書のレイァゥトの変更に応じて、 上位階層の文書のレイァゥトが自動的に変更 されるため、 再レイアウト作業が不要となり、 この観点からも文書作成効率を飛 躍的に向上させることができる。 図面の簡単な説明
図 1は、 本発明に係る文書作成システムの全体構成図である。 図 2は、 作成対象の一例である登記申請書の説明図である。
図 3は、 階層構造により記述した登記申請書を示し、 (A) は主雛型文書フアイ ル、 (B ) 及ぴ (C) は部分雛型文書ファイルの説明図である。
図 4は、 物件データベースに登録されるデータの説明図である。
図 5は、 文書作成システムの概要説明図である。
図 6は、 雛型エディタにおける処理内容を示すフローチャートである。
図 7は、 文書フアイル生成処理内容を示すフローチャートである。
図 8は、 文書ファイル生成処理内容を示すフローチヤ一トである。
図 9は、 所有権移転を目的とする登記申請書の説明図である。
図 10は、 同上の登記申請書における不動産の表示の説明図である。 発明を実施するための最良の形態
本発明をより詳細に説述するために、 添付の図面に従ってこれを説明する。 最初に、 本宪明の原理について説明する。
本発明では、 データ差込処理に関し、 雛型文書ファイルに設定された差込制御 文字と文字列データとを置換するだけに限定せず、 複数の文字列からなる段落単 位の差込処理の実現や、 文字列データの内容に応じて差込処理を変更するために、 以下のような方式を採用した。
先ず、 文書ファイルのファイル形式に関して、 従来の一体型の文書ファイルで は、 文字列単位での差込処理は行なえても、 複数の文字列を単位とした差込処理 には不向きであった。 このため、 文書を構成する要素を分割し、 分割された各要 素同士を関連付けて階層構造で表現した階層構造型ファイル形式を採用した。 こ のような階層構造型ファイル形式を採用することで、 差込単位を任意に設定する ことが可能となった。
また、 階層構造型ファイル形式を用いて、 基本的な文書ファイルフォーマット を決定した。 文書ファイルフォーマットの特徴として、 文字列にオブジェクト的 な意味を持たせ、 文字列単位や文字列のグループ単位毎に、 レイアウトに関する 情報や表示される文字列の内容に加え、 才ブジェクト名に相当する固有名称等を 持たせるようにした。 そして、 レイアウトに関する情報, 表示文字列, 固有名称 等を 1つのデータセットとして括ることにより、 文字列を 1つのオブジェクト的 存在として形成した。 さらに、 複数の文字列に関しては、 前後の文字列との関連 付けを持たせつつ、 各文字列のデータセットを 1つの文書ファイルとして括るこ とにより、 各文字列間を階層構造で結合させた。
ここで、 文書に対する文字列の差込処理を実現させるため、 以下に示すような
3種類の差込制御文字列を用意した。
( 1 ) 指定された箇所に単一の文字列を複写する差込制御文字列
( 2 ) 指定された箇所に文書ファイル名を 1つ記入しておき、 指定された文書フ アイルの本文を構成する複数の文字列を複写する差込制御文字列
( 3 ) 指定された箇所に文書ファイル名を複数記入しておき、 差込処理時に複写 する文書ファイルを選択して、 選択された文書フアイルの本文を構成する文字列 を複写する差込制御文字列
即ち、 文字列にオブジェクト的な意味を持たせたことにより、 文字列を 1つの 独立したオブジェクトとして扱うことが可能となった。 このことは、 各文字列の オブジェクト的な関連を意味付ける階層構造さえ崩さなければ、 表示文字列が必 ずしも単一の文字列でなくてもよいことを意味する。 このため、 ある文書フアイ ルにおいて、 複数の文字列により構成され、 かつ、 特定のレイアウトを持った別 の文書ファイルが参照可能となり、 そのまま指定された箇所に、 別の文書フアイ ルの本文を構成する文字列を複写できるようになった。 従って、 本発明では、 分 割した文書ファィルを階層構造的に結合して管理することが可能となった。
指定された箇所に単一の文字列を複写する差込制御文字列には、 通常、 複写さ れる文字列のデータ I Dであって、 システムにより保持されるデータ I Dが割り 振られる。 しかし、 本システムでは、 各文字列は出現頻度が少なく不定形である ことに鑑み、 通常システムにより保持されていないデータ I Dに関しても、 差込 制御文字列を任意に設定できるようにした。 そして、 文書作成時に、 文字列を入 力する画面において、 データ I Dを参照できるようにした。 従って、 文書フアイ ルにおける文字列のデータ I Dと、 画面上における文字列のデータ I Dと、 が相 違することが防止される。
さらに、 差込制御文字列により関連付けられている文書ファイルを変更するこ とで、 文書の表示内容やレイァゥトの変更等の編集作業も行なうことができる。 次に、 かかる原理を適用した実施形態について説明する。
図 1は、 本発明に係る文書作成システムの全体構成を示す。
文書作成システム 1 0は、 記載すべき項目が法定されている文書、 例えば、 図 2に示すような登記申請書を作成することを前提とし、 少なくとも、 中央処理装 置とメモリとを備えたコンピュータシステム上に構築される。
文書作成システム 1 0は、 雛型文書データベース (以下 「雛型文書 D B」 とい う) 1 2と、 雛型エディタ 1 4と、 文書データ参照部 1 6と、 雛型文書ファイル 解析部 1 8と、 文字列データ管理部 2 0と、 物件データベース (以下 「物件 D B 」 という) 2 2と、 データ差込制御部 2 4と、 雛型文書ファイル合成部 2 6と、 雛型文書自動選択部 2 8と、 画面表示制御部 3 0と、 ディスプレイ装置 3 2と、 キーボード 3 4と、 マウス 3 6と、 を含んで構成される。
雛型文書 D B 1 2には、 少なくとも、 主雛型文書ファイル 1 2 a及び部分雛型 文書ファイル 1 2 bが登録される。 主雛型文書ファイル 1 2 aは、 図 3 (A) に 示すように、 登記申請書の主たる法定項目のレイァゥトが記述される文書フアイ ルであって、 登記申請書の種類に応じて複数作成及び登録される。 部分雛型文書 ファイル 1 2 bは、 図 3 ( B ) 及ぴ (C) に示すように、 登記申請書から抽出可 能な部品としての一部分のレイァゥトが記述される文書ファイルであって、 主雛 型文書ファイル 1 2 aと同様に、 複数作成及び登録される。
ここで、 主雛型文書ファイル 1 2 a及ぴ部分雛型文書ファイル 1 2 bには、 次 のような 3種類の差込制御文字列 (識別子) が設定される。
( 1 ) 「e項目名ョ」 という形式で記述され、 指定箇所に単一の文字列を複写する 差込制御文字列 (以下 「文字列差込制御文字列」 という)
( 2 ) 「C雛型名コ」 という形式で記述され、 指定箇所に雛型名により特定される 文書ファイルの本文を構成する複数の文字列を複写する差込制御文字列 (以下 「 雛型差込制御文字列」 という)
( 3 ) 「£雛型名 1 I雛型名 2 1 · · · 」 という形式で記述され、 差込処理時に 複写する文書ファイルを選択して、 指定箇所に選択された文書ファイルの本文を 構成する文字列を複写する差込制御文字列 (以下 「雛型選択差込制御文字列」 と いう)
雛型エディタ 1 4では、 主雛型文書ファイル 1 2 a又は部分雛型文書ファイル を 1 2 b作成し、 これを雛型文書 D B 1 2に登録する機能が提供される。 即ち、 文書作成システム 1 0のユーザは、 登記申請書から部品としての一部分を抽出し、 これを部分雛型文書ファイル 1 2 bとする一方、 元の登記申請書の該当箇所に差 込制御文字列を設定して、 主雛型文書ファイル 1 2 aを作成する。 そして、 作成 した主雛型文書ファイル 1 2 a及ぴ部分雛型文書ファイル 1 2 bを、 雛型文書 D B 1 2に登録する。 なお、 所定の申請書に関する主雛型文書ファイル 1 2 a及ぴ 部分雛型文書ファイル 1 2 bは、 前もって準備して雛型文書 D B 1 2に登録して おいてもよい。
ここで、 雛型エディタ 1 4により、 関連付け機能, 関連付け手段, 関連付けェ 程及び識別子設定機能が実現される。
文書データ参照部 1 6では、 雛型文書 D B 1 2に登録されている主雛型文書フ アイル 1 2 a又は部分雛型文書ファイル 1 2 bを読み込む機能が提供される。 雛型文書ファイル解析部 1 8では、 文書データ参照部 1 6を介して読み込まれ た主雛型文書ファイル 1 2 a又は部分雛型文書ファイル 1 2 bを解析し、 その中 に定義されている差込制御文字列を抽出する機能が提供される。
文字列データ管理部 2 0では、 文字列データの要求命令に応じて、 物件 D B 2 2に登録されている文字列データを読み込む機能が提供される。 ここで、 物件 D B 2 2には、 図 4に示すように、 土地又は建物を特定する不動産物件毎に、 項目 名, データ I D及びデータ内容が登録される。
なお、 主雛型文書ファイル 1 2 a又は部分雛型文書ファイル 1 2 bに設定され る文字列差込制御文字列は、 図 4に示す項目を識別するためのデータ I Dを保持 している。 そして、 文書作成時に、 物件 D B 2 2に登録されている項目とデータ I Dとが対応して、 文字列差込制御文字列に対して文字列データが複写される。 しかし、 本システムでは、 各文字列は、 出現頻度が低くまた統一された表現形式 を採用しておらず、 データとして管理することが困難であるため、 物件 D B 2 2 に登録されていない項目を設定することができるように構成されている。. この場 合、 文字列差込制御文字列に対して、 文字列データの代わりに空白文字列が複写 される。
データ差込制御部 2 4では、 ユーザの操作内容に応じて、 文字列データ管理部 2 0に対して文字列データの要求命令を伝達したり、 文書データ参照部 1 6に対 して主雛型文書ファイル 1 2 a又は部分雛型文書ファイル 1 2 bの読込命令を伝 達する機能が提供される。
雛型文書ファイル合成部 2 6では、 主雛型文書ファイル 1 2 a及ぴ部分雛型文 書ファイル 1 2 bに対して文字列データを転記すると共に、 主雛型文書ファイル 1 2 a又は部分雛型文書フアイル 1 2 bに部分雛型文書フアイル 1 2 bを差し込 み、 1つの文書を生成する機能が提供される。
ここで、 雛型文書フ了ィル解析部 1 8, データ差込制御部 2 4及び雛型文書フ アイル合成部 2 6により、 文書合成機能, 文書合成手段, 文書合成工程及ぴ文字 列複写機能が実現される。
雛型文書自動選択部 2 8では、 雛型選択差込制御文字列が定義されている場合 に、 物件 D B 2 2に登録されている文字列データの項目に基づいて、 差込対象と しての最適な部分雛型文書ファイル 1 2 bを自動選択する機能が提供される。 画面表示制御部 3 0では、 ディスプレイ装置 3 2 , キーボード 3 4及びマゥス 3 6と協働し、 ユーザに対してマンマシンインターフェースを実現する機能が提 供される。 ここで、 マンマシンインターフェースとしては、 例えば、 雛型文書 D B 1 2に登録されている複数の主雛型文書ファイル 1 2 a力ゝら、 1つの主雛型文 書ファイル 1 2 aを選択する機能が挙げられる。
ここで、 画面表示制御部 3 0により、 文書表示機能, 文書表示手段及び文書表 示工程が実現される。
次に、 力かる構成からなる文書作成システム 1 0の概要について、 図 5に示す 処理概要図を参照しつつ説明する。
作成しょうとする主雛型文書ファイル (雛型 X ) が選択されると (処理(1) )、 雛型文書 D B 1 2から雛型 Xが読み込まれる。 そして、 雛型 Xに設定されている 文字列差込制御文字列に基づいて、 物件 D B 2 2から項目 A及ぴ Bに対応するデ ータ内容 a a a及び b b bが参照され (処理(2) )、 雛型 Xに対して a a a及ぴ b b bが差し込まれる (処理 (3) )。 また、 雛型 Xに設定されている雛型選択差込制御文字列に対して、 システム又 はユーザにより部分雛型文書ファイル (雛型 Y) が選択されると (処理 (4) )、 雛 型文書 D B 1 2から雛型 Yが読み込まれる。 そして、 雛型 Yに設定されている文 字列データ差込制御文字列に基づいて、 物件 D B 2 2から項目 C及び Dに対応す るデータ内容 c c c及ぴ d d dが参照され (処理(5) )、 雛型 Yに対して c c c及 び d d dが差し込まれる (処理 (6) )。
その後、 文字列データが差し込まれた雛型 Xに対して、 文字列データが差し込 まれた雛型 Yが差し込まれ、 雛型 Xと雛型 Yとが合成されて 1つの文書が生成さ れる (処理 (7) )。 生成された文書は、 ディスプレイ装置 3 2に表示される (処理( 8) )。
以上説明した文書作成システム 1 0は、 図 6〜図 8に示すフローチャートに従 つて動作する。
雛型エディタ 1 4の処理内容を示す図 6において、 ステップ 1 (図では 「S 1 」 と略記する。 以下同様) では、 主雛型文書ファイル 1 2 aを新規に作成するか 否かが判定される。 そして、 主雛型文書ファイル 1 2 aを新規に作成するのであ ればステップ 2へと進み (Y e s )、 主雛型文書ファイル 1 2 aを新規に作成しな い、 即ち、 雛型文書 D B 1 2に登録されている主雛型文書ファイル 1 2 aを開く のであればステップ 3へと進む (N o )。 ここで、 主雛型文書ファイル 1 2 aを新 規に作成するか否かは、 例えば、 ユーザが選択したメニュー 「新規作成」 又は 「 開く」 に基づいて判断すればよい。
ステップ 2では、 主雛型文書ファイル 1 2 aが作成される。 即ち、 ユーザによ つて、 主雛型文書ファイル 1 2 aを構成する固定文字列のレイアウトが行なわれ る。 ここで、 「固定文字列」 とは、 図 3 (A) に示す主雛型文書ファイル 1 2 aに おいて、 「登記申請書」, 「登記の目的」, 「所有権保存」 等のその内容が決まってい る文字列をいう。
ステップ 3では、 雛型文書 D B 1 2に登録されている主雛型文書ファイル 1 2 aの一覧が表示される。 そして、 ユーザによって、 表示されている一覧から 1つ の主雛型文書ファイル 1 2 aが選択される。
ステップ 4では、 ユーザによって主雛型文書ファイル 1 2 aが選択されると、 雛型文書 D B 1 2から主雛型文書ファイル 1 2 aが読み込まれる。 ここで、 読み 込まれた主雛型文書ファイル 1 2 aは、 既に固定文字列が設定されているものと する。
ステップ 5では、 作成又は読み込まれた主雛型文書ファイル 1 2 aに対して、 ユーザによって、 差込制御文字列の設定が行なわれる。 差込制御文字列には、 前 述したように、 「E項目名ョ」 という形式で記述される文字列差込制御文字列、 「 c雛型名つ」 という形式で記述される雛型差込制御文字列、 及び、 「£雛型名 1 I 雛型名 2 1 · · · 3」 という形式で記述される雛型選択差込制御文字列の 3種類 がある。
ここで、 ステップ 5の処理が、 関連付け機能, 関連付け手段, 関連付け工程及 び識別子設定機能に該当する。
ステップ 6では、 差込制御文字列が設定された主雛型文書ファイル 1 2 aが雛 型文書 D B 1 2に保存される。
以上説明したステップ 1〜ステップ 6の処理によれば、 主雛型文書ファイル 1 2 aに対して、 3種類の差込制御文字列が設定される。 そして、 設定された差込 制御文字列を介して、 主雛型文書ファイル 1 2 aと部分雛型文書ファイル 1 2 b とが、 階層構造ファイル形式として関連付けられる。
文書ファイル生成処理内容を示す図 7及ぴ図 8において、 ステップ 1 1では、 画面表示制御部 3 0により提供される機能に基づいて、 雛型文書 D B 1 2に登録 されている主雛型文書ファイル 1 2 aの一覽が表示される。 そして、 ユーザによ つて一覧の中から 1つの主雛型文書ファイル 1 2 aが選択されると、 選択された 主雛型文書ファイル 1 2 aの読込命令が文書データ参照部 1 6に伝達される。 ステップ 1 2では、 文書データ参照部 1 6により提供される機能に基づいて、 雛型文書 D B 1 2から主雛型文書ファイル 1 2 aがメモリに読み込まれる。
ステップ 1 3では、 雛型文書ファイル解析部 1 8により提供される機能に基づ いて、 メモリに読み込まれた主雛型文書ファイル 1 2 aの解析が行なわれる。 即 ち、 主雛型文書ファイル 1 2 aに設定された差込制御文字列が検索され、 例えば、 検索された差込制御文字列がリスト形式でメモリ上に展開される。 なお、 メモリ 上に展開された差込制御文字列は、 文字列差込制御文字列を除き、 1つずつ順次 処理される。
4では、 主雛型文書ファイル 1 2 aに設定された文字列差込制御文 字列に対して、 物件 D B 2 2から該当する文字列データが複写される。 即ち、 デ ータ差込制御部 2 4により提供される機能に基づいて、 文字列差込制御文字列に より特定される項目の要求命令が文字列データ管理部 2 0に伝達され、 要求項目 に関するデータ内容が文字列差込制御文字列と置換される。 なお、 処理が完了し た文字列差込制御文字列は、 メモリ上から削除される。
ここで、 ステップ 1 3及ぴステップ 1 4の処理が、 文字列複写機能に該当する。 ステップ 1 5では、 主雛型文書ファイル 1 2 aに部分雛型文書ファイル 1 2 b の差込設定があるか否か、 即ち、 メモリ上に雛型差込制御文字列又は雛型選択差 込制御文字列が残っているか否かが判定される。 そして、 部分雛型文書ファイル 1 2 bの差込設定があればステップ 1 6へと進み (Y e s )、 部分雛型文書フアイ ル 1 2 bの差込設定がなければステップ 2 4へと進む (N o )。
ステップ 1 6では、 処理を行なおうとする差込制御文字列は、 複数の部分雛型 文書ファイル 1 2 bから 1つを選択して複写する雛型選択差込制御文字列である か否かが判定される。 そして、 差込制御文字列が雛型選択差込制御文字列であれ ばステップ 1 7へと進み (Y e s )、 差込制御文字列が雛型選択差込制御文字列で なければステップ 2 0へと進む (N o )。
ステップ 1 7では、 複数の部分雛型文書ファイル 1 2 bから 1つを選択する際 に、 それがシステムによって自動的に選択されるか否かが判定される。 ここで、 部分雛型文書ファイル 1 2 bが自動的に選択されるべきものであるか否かは、 例 えば、 ユーザによって設定されたシステム設定に基づいて判定することができる。 そして、 部分雛型文書ファイル 1 2 bが自動的に選択されるものであればステツ プ 1 8へと進み (Y e s )、 部分雛型文書ファイル 1 2 bが自動的に選択されるも のでない、 即ち、 ユーザによって選択されるものであればステップ 1 9へと進む (N o ) 0
ステップ 1 8では、 雛型文書自動選択部 2 8により提供される機能に基づいて、 複数の部分雛型文書ファイル 1 2 bから 1つが自動的に選択される。 そして、 選 択された部分雛型文書ファイル 1 2 bの読込命令が文書データ参照部 1 6に伝達 される。 ここで、 部分雛型文書ファイル 1 2 bの自動選択について、 図 9及び図 1 0に示す所有権移転に関する登記申請書を例にとって説明すると、 次のように なる。
所有権の移転先である権利者が複数いる場合には、 権利者の欄に、 各権利者に 関する項目が記載される。 この場合、 各権利者の項目には、 その持分を記載する 項目が含まれる。 一方、 権利者が 1人である場合には、 持分を記載する必要がな い。 このため、 権利者が 1人であるか複数人であるかに応じて、 部分雛型文書フ アイル 1 2 bを選択する必要がある。
ところで、 権利者が複数人の場合、 物件 D B 2 2には、 各不動産に関するデー タとして 「所有者名」 が複数登録されることとなる。 従って、 物件 D B 2 2に登 録されている 「所有者名」 の数を検索することにより、 権利者が 1人であるか複 数人であるかが把握できる。 そして、 権利者が 1人であれば、 1人用の部分雛型 文書ファイルを選択し、 権利者が複数人であれば、 複数人用の部分雛型文書ファ ィルを選択すればよい。 なお、 部分雛型文書ファイルに関する権利者が 1人であ るか複数人であるかは、 例えば、 部分雛型文書ファイルに属性として持たせてお けばよい。
ステップ 1 9では、 画面表示制御部 3 0により提供される機能に基づいて、 雛 型選択差込制御文字列により設定されている複数の部分雛型文書ファイル 1 2 b の一覧が表示される。 そして、 ユーザによって一覧の中から 1つの部分雛型文書 フアイ ^ Ι 2 bが選択されると、 選択された部分雛型文書ファイル 1 2 bの読込 命令が文書データ参照部 1 6に伝達される。
ステップ 2 0では、 文書データ参照部 1 6により提供される機能に基づいて、 雛型文書 D B 1 2から部分雛型文書ファイル 1 2 bがメモリに読み込まれる。 ステップ 2 1では、 ステップ 1 3と同様にして、 雛型文書ファイル解析部 1 8 により提供される機能に基づいて、 メモリに読み込まれた部分雛型文書ファイル 1 2 bの解析が行なわれる。
ステップ 2 2では、 ステップ 1 4と同様にして、 部分雛型文書ファイル 1 2 b に設定された文字列差込制御文字列に対して、 物件 D B 2 2から該当する文字列 データが複写される。 ここで、 ステップ 2 1及ぴステップ 2 2の処理が、 文字列複写機能に該当する。 ステップ 2 3では、 部分雛型文書ファイル 1 2 bの差込処理が完了したか否か が判定される。 即ち、 階層構造型ファイル形式により関連付けられている文書フ アイルに関し、 部分雛型文書ファイル 1 2 bの差込処理が全て完了したか否かが 判定される。 差込処理が全て完了するためには、 主雛型文書ファイル 1 2 a及ぴ 部分雛型文書ファイル 1 2 bの差込制御文字列の処理が、 共に全て完了する必要 がある。 そして、 差込処理が完了したならばステップ 2 4へと進み (Y e s )、 差 込処理が完了していなければステップ 1 6へと戻り (N o )、 次の差込制御文字列 に対する処理が続行される。
ステップ 2 4では、 画面表示制御部 3 0により提供される機能に基づいて、 部 分雛型文書ファイル 1 2 bの差込結果、 即ち、 どのような部分雛型文書ファイル 1 2 bが差し込まれるかを示す画面が表示される。 ュ一ザは、 表示された差込結 果を確認し、 必要があればその内容を修正した後で、 部分雛型文書ファイル 1 2 bを差し込むことを指示する。 そして、 差込実行命令は、 雛型文書ファイル合成 部 2 6に伝達される。
ステップ 2 5では、 雛型文書ファイル合成部 2 8により提供される機能に基づ いて、 主雛型文書ファイル 1 2 a又は部分雛型文書ファイル 1 2 bに対して、 部 分雛型文書ファイル 1 2 bが差し込まれる。 そして、 全ての雛型文書ファイルが 合成されて、 1つの文書ファイルが生成される。 文書ファイルが生成されると、 その旨を示す情報が画面表示制御部 3 0に伝達される。
ここで、 ステップ 1 3, ステップ 1 5〜ステップ 2 1, ステップ 2 3及びステ ップ 2 5の処理が、 文書合成機能, 文書合成手段及び文書合成工程に該当する。
6では、 画面表示制御部 3 0により提供される機能に基づいて、 主 :ファイル 1 2 aと部分雛型文書ファイル 1 2 bとの合成結果が表示され る。 そして、 ユーザが文書ファイルの作成が完了したと判断したときには、 必要 に応じて、 図示しないプリンタ等の印刷装置により文書を印刷し、 それを管轄登 記所に提出する。
ここで、 ステップ 2 6の処理が、 文書表示機能, 文書表示手段及び文書表示ェ 程に該当する。 以上説明したステップ 1 1〜ステップ 2 6の処理によれば、 ユーザが主雛型文 書ファイル 1 2 aを指定すると、 指定した主雛型文書ファイル 1 2 aが雛型文書 D B 1 2から読み込まれる。 その後、 読み込まれた主雛型文書ファイル 1 2 aが 解析され、 設定されている文字列差込制御文字列に対して、 該当する文字列デー タが物件 D B 2 2から複写される。
主雛型文書ファイル 1 2 aに部分雛型文書ファイル 1 2 bの差込設定がある場 合には、 階層構造型ファイル形式の下位階層の部分雛型文書ファイル 1 2 bが雛 型文書 D B 1 2から読み込まれる。 このとき、 雛型選択差込制御文字列が設定さ れていれば、 ユーザ又はシステムにより 1つの部分雛型文書ファイル 1 2 bが選 択される。 その後、 読み込まれた部分雛型文書ファイル 1 2 bが解析され、 設定 されている文字列差込制御文字列に対して、 該当する文字列データが物件 D B 2 2から複写される。 このような部分雛型文書ファイル 1 2 bに対する処理は、 最 下層に位置する部分雛型文書ファイル 1 2 bまで階層的に実行される。
そして、 階層構造型ファイル形式の主雛型文書ファイル 1 2 a又は部分雛型文 書ファイル 1 2 bに対して、 文字列データが複写された部分雛型文書ファイル 1 2 bが差し込まれ、 1つの文書ファイルが生成される。
従って、 文書フアイルに対して階層構造型ファィル形式の雛型文書を適用し、 各雛型文書に対してレイァゥト情報を設定すること 、 文書の分割単位を任意に 設定できることとなる。 そして、 分割した文書をあかたも部品のように扱うこと で、 申請書のような記載項目が定められている文書の作成効率を飛躍的に向上さ せることができる。
また、 分割した文書は、 階層構造型ファイル形式で扱えるため、 文書管理に係 る柔軟性も飛躍的に向上させることができる。
なお、 以上の説明では、 3種類の差込制御文字列を構成する記号として、 G, ョ, C, コ, £及び 3を使用したが、 かかる記号に限定されるものではない。 即 ち、 各差込制御文字列を特定できる識別子として、 何らかの記号, コード等を使 用すればよい。 また、 登記申請書を通して具体例を説明したが、 本発明は、 登記 申請書の作成のみに適用されるべきものではない。
このような機能を実現するプログラムを、 例えば、 磁気テープ, 磁気 磁気ドラム, I Cカード, C D— R OM, D V D— R OM等のコンピュータ読取 可能な記録媒体に記録しておけば、 本発明に係る文書作成プログラムを巿場に流 通させることができる。 そして、 力かる記録媒体を取得した者は、 一般的なコン ピュータシステムを利用して、 本発明に係る文書作成システムを容易に構築する ことができる。 産業上の利用可能性
以上説明したように、 本発明に係る文書作成プログラムを記録したコンビユー タ読取可能な記録媒体、 並びに、 文書作成システム及び文書作成方法は、 文書作 成効率を飛躍的に向上させることができ、 極めて有用なものである。 特に、 文書 作成プロダラムを記録したコンピュータ読取可能な記録媒体は、 一般的なコンビ ユータシステムを利用して文書作成システムを容易に構築できる。

Claims

請 求 の 範 囲
1 . 作成対象の文書を、 レイアウトを含んだ任意の単位で分割し、 分割された各 文書間の関連付けを階層構造で行なう関連付け機能と、
該関連付け機能により行なわれた各文書間の関連付けに基づいて、 前記分割さ れた各文書を合成する文書合成機能と、
該文書合成機能により合成された文書を表示する文書表示機能と、
をコンピュータに実現させるための文書作成プログラムを記録したコンビユー タ読取可能な記録媒体。
2 . 前記関連付け機能は、 直下の階層に位置する文書の配置位置を示す識別子を 設定する構成である請求の範囲第 1記載の文書作成プログラムを記録したコンビ ユータ読取可能な記録媒体。
3 . 前記識別子は、 単一の文書が配置されることを示す構成である請求の範囲第 2項記載の文書作成プロダラムを記録したコンピュータ読取可能な記録媒体。
4 . 前記識別子は、 複数の文書から 1つの文書を選択し、 選択された文書が配置 されることを示す構成である請求の範囲第 2項記載の文書作成プロダラムを記録 したコンピュータ読取可能な記録媒体。
5 . 前記文書の選択は、 ユーザによって行なわれる構成である請求の範囲第 4項 記載の文書作成プログラムを記録したコンピュータ読取可能な記録媒体。
6 . 前記文書の選択は、 該文書の内容に応じて自動的に行なわれる構成である請 求の範囲第 4項記載の文書作成プロダラムを記録したコンピュータ読取可能な記 録媒体。
7 . 前記分割された各文書に対して、 任意の文字列及ぴその配置位置を特定する 識別子を設定する識別子設定機能と、
該識別子設定機能により設定された識別子に基づいて、 前記配置位置に任意の 文字列を複写する文字列複写機能と、
を備えた構成である請求の範囲第 1項記載の文書作成プログラムを記録したコ ンピュータ読取可能な記録媒体。
8 . 作成対象の文書を、 レイアウトを含んだ任意の単位で分割し、 分割された各 文書間の関連付けを階層構造で行なう関連付け手段と、
該関連付け手段により行なわれた各文書間の関連付けに基づいて、 前記分割さ れた各文書を合成する文書合成手段と、
該文書合成機能により合成された文書を表示する文書表示手段と、
を含んで構成されたことを特徴とする文書作成システム。
9 . 作成対象の文書を、 レイアウトを含んだ任意の単位で分割し、 分割された各 文書間の関連付けを階層構造で行なう関連付け工程と、
該関連付け工程により行なわれた各文書間の関連付けに基づいて、 前記分割さ れた各文書を合成する文書合成工程と、
該文書合成工程により合成された文書を表示する文書表示工程と、
を含んで構成されたことを特徴とする文書作成方法。
PCT/JP2000/001677 2000-03-17 2000-03-17 Support enregistre lisible par ordinateur sur lequel est enregistre un programme de creation de documents, et systeme et procede de creation de documents WO2001071549A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2000/001677 WO2001071549A1 (fr) 2000-03-17 2000-03-17 Support enregistre lisible par ordinateur sur lequel est enregistre un programme de creation de documents, et systeme et procede de creation de documents
KR1020027006483A KR100658029B1 (ko) 2000-03-17 2000-03-17 문서 작성 프로그램을 기록한 컴퓨터 판독 가능한 기록매체, 문서 작성 시스템 및 문서 작성 방법

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2000/001677 WO2001071549A1 (fr) 2000-03-17 2000-03-17 Support enregistre lisible par ordinateur sur lequel est enregistre un programme de creation de documents, et systeme et procede de creation de documents

Publications (1)

Publication Number Publication Date
WO2001071549A1 true WO2001071549A1 (fr) 2001-09-27

Family

ID=11735811

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2000/001677 WO2001071549A1 (fr) 2000-03-17 2000-03-17 Support enregistre lisible par ordinateur sur lequel est enregistre un programme de creation de documents, et systeme et procede de creation de documents

Country Status (2)

Country Link
KR (1) KR100658029B1 (ja)
WO (1) WO2001071549A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003271582A (ja) * 2002-03-19 2003-09-26 Just Syst Corp 文書作成システム、文書テンプレート登録装置及び方法、プログラム、並びに文書テンプレート登録データ
US7810040B2 (en) 2004-04-16 2010-10-05 Canon Kabushiki Kaisha Document processing apparatus, control method therefor, computer program, and computer-readable storage medium

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4165888B2 (ja) * 2004-01-30 2008-10-15 キヤノン株式会社 レイアウト制御方法、レイアウト制御装置及びレイアウト制御プログラム
JP4095592B2 (ja) 2004-08-06 2008-06-04 キヤノン株式会社 情報処理装置、情報処理方法ならびにプログラム
KR100709379B1 (ko) * 2004-12-30 2007-04-20 주식회사 엔리치텍 메타파일을 이용한 문서양식 제작방법
JP4095617B2 (ja) * 2005-02-28 2008-06-04 キヤノン株式会社 文書処理装置及び文書処理方法及びコンピュータプログラム
KR101774257B1 (ko) * 2017-05-15 2017-09-04 주식회사 한글과컴퓨터 객체의 서식을 유지하는 문서 편집 장치 및 그의 동작 방법

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03141466A (ja) * 1989-10-27 1991-06-17 Hitachi Ltd 文書管理方法および文書作成装置
JPH03192466A (ja) * 1989-12-21 1991-08-22 Nec Corp 文書作成方式
JPH04147370A (ja) * 1990-10-09 1992-05-20 Nec Off Syst Ltd 文書作成機
JPH04242474A (ja) * 1991-01-16 1992-08-31 Nec Corp 文書作成装置
JPH09134344A (ja) * 1995-11-07 1997-05-20 Fujitsu Ltd 用語入力装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03141466A (ja) * 1989-10-27 1991-06-17 Hitachi Ltd 文書管理方法および文書作成装置
JPH03192466A (ja) * 1989-12-21 1991-08-22 Nec Corp 文書作成方式
JPH04147370A (ja) * 1990-10-09 1992-05-20 Nec Off Syst Ltd 文書作成機
JPH04242474A (ja) * 1991-01-16 1992-08-31 Nec Corp 文書作成装置
JPH09134344A (ja) * 1995-11-07 1997-05-20 Fujitsu Ltd 用語入力装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003271582A (ja) * 2002-03-19 2003-09-26 Just Syst Corp 文書作成システム、文書テンプレート登録装置及び方法、プログラム、並びに文書テンプレート登録データ
US7810040B2 (en) 2004-04-16 2010-10-05 Canon Kabushiki Kaisha Document processing apparatus, control method therefor, computer program, and computer-readable storage medium

Also Published As

Publication number Publication date
KR100658029B1 (ko) 2006-12-15
KR20020050295A (ko) 2002-06-26

Similar Documents

Publication Publication Date Title
US7688459B2 (en) Document processing method
JP3074737B2 (ja) ファイル更新処理装置
CN100409169C (zh) 文档处理装置和文档处理方法
CN100442219C (zh) 信息处理装置及其方法
JP4141556B2 (ja) 構造化文書管理方法及びその実施装置並びにその処理プログラムを記録した媒体
US7379950B2 (en) Document processing method, program and apparatus for processing a document file in pages
CN102713896A (zh) 用于编辑电子文档的系统、方法及程序
WO2001071549A1 (fr) Support enregistre lisible par ordinateur sur lequel est enregistre un programme de creation de documents, et systeme et procede de creation de documents
JP2007328516A (ja) 印刷制御装置、印刷制御方法、及びプログラム
JP2000339306A (ja) 文書作成装置
JP2003337810A (ja) 差込印刷方法
JP5526991B2 (ja) 情報処理装置、情報処理方法、プログラム、情報処理システム
JP2008181506A (ja) 情報処理装置、その制御方法、情報処理システム、プログラム及びコンピュータ読み取り可能な記録媒体
JP2007115132A (ja) 情報処理装置及びその制御方法、情報処理システム、コンピュータプログラム、記憶媒体
JP4845287B2 (ja) フォーム編集装置及び方法及びコンピュータ読取り可能なプログラムが格納された記憶媒体
JP2007128325A (ja) 印刷制御装置およびその手段
KR20060111738A (ko) 문서 작성 프로그램을 기록한 컴퓨터 판독 가능한 기록매체, 문서 작성 시스템 및 문서 작성 방법
JP2008123213A (ja) 画像出力装置及び文書処理方法
JP2006268872A (ja) 登記簿データ電子化装置
US20030090723A1 (en) Method and device for producing a printing pattern
JP6531855B2 (ja) 情報処理装置、情報処理装置の制御方法、およびプログラム
JP5169505B2 (ja) 文書合成システム及びプログラム
JP2000076358A (ja) 再出力機能付き帳票出力管理システム及び方法
JP2008033647A (ja) ドキュメントセット作成装置及びドキュメントセット作成方法
JP2004133784A (ja) データベースパブリッシング方法及びその装置

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP KR

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref country code: JP

Ref document number: 2001 569667

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1020027006483

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 1020027006483

Country of ref document: KR

WWR Wipo information: refused in national office

Ref document number: 1020027006483

Country of ref document: KR