JPH1083333A - Processor and method for document processing, and storage medium - Google Patents

Processor and method for document processing, and storage medium

Info

Publication number
JPH1083333A
JPH1083333A JP8239091A JP23909196A JPH1083333A JP H1083333 A JPH1083333 A JP H1083333A JP 8239091 A JP8239091 A JP 8239091A JP 23909196 A JP23909196 A JP 23909196A JP H1083333 A JPH1083333 A JP H1083333A
Authority
JP
Japan
Prior art keywords
data
editing
document
edited
frame
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.)
Withdrawn
Application number
JP8239091A
Other languages
Japanese (ja)
Inventor
Yutaka Miyouki
裕 妙木
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP8239091A priority Critical patent/JPH1083333A/en
Publication of JPH1083333A publication Critical patent/JPH1083333A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)
  • Memory System (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To shorten the read-in time of edited data by storing divided pieces of edited data, and selecting and reading in object edited data. SOLUTION: In a video RAM(VRAM) 102, characters and images to be displayed on the screen of a CRT display device are expanded and stored. A bit move unit(BMU) 103 controls data transfer between memories or a memory and respective devices. A keyboard 104 has various keys for document editing, etc. Further, a RAM 108 is used as a work area when a CPU 106 executes various programs and a temporarily saving area for an error process. Then an edited document is divided logically into pieces of edited data, which are saved in the RAM 108; and object edited data is selected out of the stored pieces of edited data and read in the VRAM 102.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は文書を入力・編集し
てファイルに保存、およびファイルから読み込む文書処
理装置及び方法及び記憶媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document processing apparatus and method, and a storage medium for inputting / editing a document, storing the document in a file, and reading the document from the file.

【0002】[0002]

【従来の技術】従来、ファイルへの保存手段およびファ
イルからの読み込み手段を有する文書作成ソフトウェア
においてファイルに保存された文書を読み込む場合、フ
ァイルに保存されているすべての情報を読み込む必要が
あった。
2. Description of the Related Art Conventionally, when reading a document stored in a file using document creation software having a means for saving to a file and a means for reading from a file, it is necessary to read all information stored in the file.

【0003】また、文書作成ソフトウェアが変更(バー
ジョンアップ)され、かつファイルに保存される編集デ
ータの形式も変更された場合、バージョンアップ後の文
書作成ソフトウェアが以前の文書作成ソフトウェアで作
成された文書ファイルであっても読み込めるようにする
には、ファイルに保存された編集データを変換してから
読み込む必要があるが、この処理も同様にファイル全体
に対して行なう必要があった。
If the document creation software is changed (upgraded) and the format of the edited data stored in the file is also changed, the upgraded document creation software is replaced with the document created by the previous document creation software. In order to be able to read even a file, it is necessary to convert the edited data stored in the file and then read it, but this process also needs to be performed on the entire file.

【0004】[0004]

【発明が解決しようとする課題】しかしながら従来の文
書作成ソフトウェアでは、100ページある文書ファイ
ルの1ページ目だけを編集したい場合であっても文書フ
ァイルをすべて読み込み(つまり1ページ目から100
ページ目までのすべての編集データを読み込み)、しか
るのちに入力・編集作業が可能になるため、文書ファイ
ルの読み込みに必要以上の時間がかかってしまう。
However, in the conventional document creation software, even if it is desired to edit only the first page of a document file having 100 pages, the entire document file is read (that is, 100 pages from the first page).
All the editing data up to the page is read), and then input and editing work becomes possible, so that it takes more time than necessary to read the document file.

【0005】また、バージョンアップ前の文書作成ソフ
トウェアで作成した文書ファイルを変換して読み込む場
合、文書ファイルをすべて読み込み、すべての編集デー
タを変換し、しかるのちに入力・編集作業が可能になる
ため、文書ファイルの読み込みにさらに時間がかかって
しまうという問題点があった。
Further, when converting and reading a document file created by the document creation software before the upgrade, all the document files are read, all edited data is converted, and input and editing work can be performed thereafter. However, there is a problem that it takes more time to read the document file.

【0006】本発明はこのような問題点に鑑みなされた
ものであって、複数のバージョンの編集データが混在す
る文書ファイルを提供し、かつ文書ファイルの読み込み
時に編集データの読み込みに要する時間、または編集デ
ータの変換に要する時間を必要最小限の範囲にとどめる
ことのできる文書処理装置及び方法及び記憶媒体を提供
することを目的とする。
The present invention has been made in view of such a problem, and provides a document file in which a plurality of versions of edit data are mixed, and a time required for reading the edit data when reading the document file, or It is an object of the present invention to provide a document processing apparatus, a document processing method, and a storage medium capable of keeping the time required for editing data conversion within a minimum necessary range.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明に係る文書処理装置は、文書を編集する編集
手段と、前記編集手段において編集された文書を論理的
に複数の編集データに分割する分割手段と、前記分割手
段により分割された複数の編集データを保存する保存手
段と、前記保存手段に保存された複数の編集データのう
ち、編集対象となるべき編集データを選択する選択手段
と、前記選択手段により選択された編集データを読み込
む読込手段とを設けた。
In order to achieve the above object, a document processing apparatus according to the present invention comprises: an editing means for editing a document; and a plurality of edit data files logically edited by the editing means. Dividing means, storing means for storing a plurality of edited data divided by the dividing means, and selecting to select, from among the plurality of edited data stored in the storing means, edit data to be edited Means for reading the edited data selected by the selecting means.

【0008】また好ましくは、前記複数の編集データの
各々に対してアプリケーションのバージョン情報を付加
するバージョン情報付加手段と、前記保存手段に保存さ
れた文書ファイルを読み込む場合に、前記バージョン情
報付加手段によって現行のバージョン情報が付加されて
いない編集データを変換する編集データ変換手段とを設
けた。
Preferably, the version information adding means adds version information of an application to each of the plurality of edit data, and reads the document file stored in the storage means. Edit data conversion means for converting edit data to which the current version information is not added is provided.

【0009】上記目的を達成するために、本発明に係る
文書処理方法は、文書を編集する編集工程と、前記編集
工程で編集された文書を論理的に複数の編集データに分
割する分割工程と、前記分割工程で分割された複数の編
集データを保存する保存工程と、前記保存工程で保存さ
れた複数の編集データのうち、編集対象となるべき編集
データを選択する選択工程と、前記選択工程で選択され
た編集データを読み込む読込工程とを設けた。
In order to achieve the above object, a document processing method according to the present invention comprises an editing step of editing a document, and a dividing step of logically dividing the document edited in the editing step into a plurality of edit data. A storing step of storing a plurality of pieces of editing data divided in the dividing step, a selecting step of selecting editing data to be edited from among the plurality of pieces of editing data stored in the storing step, and the selecting step And a reading step of reading the edited data selected in the step (1).

【0010】また好ましくは、前記複数の編集データの
各々に対してアプリケーションのバージョン情報を付加
するバージョン情報付加工程と、前記保存工程で保存さ
れた文書ファイルを読み込む場合に、前記バージョン情
報付加工程において現行のバージョン情報が付加されて
いない編集データを変換する編集データ変換工程とを設
けた。
[0010] Preferably, in the version information adding step of adding version information of an application to each of the plurality of edited data, and when reading the document file saved in the saving step, And an edit data conversion step of converting edit data to which the current version information is not added.

【0011】上記目的を達成するために、本発明に係る
記憶媒体は、文書を編集する編集工程と、前記編集工程
で編集された文書を論理的に複数の編集データに分割す
る分割工程と、前記分割工程で分割された複数の編集デ
ータを保存する保存工程と、前記保存工程で保存された
複数の編集データのうち、編集対象となるべき編集デー
タを選択する選択工程と、前記選択工程で選択された編
集データを読み込む読込工程とを有することを特徴とす
る文書作成方法を実現するためのプログラムが記憶され
る。
In order to achieve the above object, a storage medium according to the present invention comprises: an editing step of editing a document; a dividing step of logically dividing the document edited in the editing step into a plurality of pieces of editing data; A storing step of storing a plurality of pieces of editing data divided in the dividing step, a selecting step of selecting editing data to be edited from among the plurality of pieces of editing data stored in the storing step, And a reading step of reading the selected edited data. A program for realizing a document creation method is stored.

【0012】[0012]

【発明の実施の形態】以下、図面に基づいて本発明の実
施の形態を詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0013】図1は本発明の一実施形態を示す文書処理
装置の構成を説明するブロック図である。
FIG. 1 is a block diagram illustrating the configuration of a document processing apparatus according to an embodiment of the present invention.

【0014】図1において、101はCRT表示装置で、編集
中の文書、各種メッセージメニューやパネルなどを表示
する。102はビデオRAM(VRAM)で、CRT表示装置101の画面
に表示される文字、イメージを展開記憶する。103はビ
ットムーブユニット(BMU)で、メモリ間あるいはメモリ
と各デバイス間のデータ転送をコントロールする。104
は文書編集などを行なうための各種キーを備えたキーボ
ードであり、105は画面上のアイコンなどを指し示すた
めなどに用いられるポインティングデバイス(PD)、106
はCPUで、ROM107に記憶された制御プログラム(文書編集
に係るプログラムやエラー処理プログラムをはじめ、後
述する本発明の処理を実現するためのプログラムも記憶
されている)に基づいて本装置の各部を制御する。108は
上述した各種プログラムをCPU106が実行する時にワーク
エリア、エラー処理時の一時退避エリアとして用いられ
るRAM107、109はハードディスクドライブ(HDD)、110は
フロッピーディスクドライブ(FDD)をそれぞれ示し、各
ディスクには後述するアプリケーションプログラムやデ
ータなどの保存用に用いられる。111はネットワークイ
ンターフェイス(Net‐I/F)を示し、他の文書処理装置と
の間でネットワークを経由してデータ転送を行なうため
にネットワーク上のデータ制御、診断を行なう。112は
上述した各ユニット間を接続するI/Oバス(アドレスバ
ス、データバスおよび制御バスからなる)である。
In FIG. 1, reference numeral 101 denotes a CRT display device which displays a document being edited, various message menus, panels, and the like. Reference numeral 102 denotes a video RAM (VRAM) which expands and stores characters and images displayed on the screen of the CRT display device 101. A bit move unit (BMU) 103 controls data transfer between memories or between a memory and each device. 104
Is a keyboard provided with various keys for performing document editing, etc., 105 is a pointing device (PD) used to indicate icons on the screen, etc., 106
Is a CPU, based on a control program stored in the ROM 107 (including a program related to document editing and an error processing program, and a program for realizing the processing of the present invention described later). Control. 108 is a work area when the CPU 106 executes the various programs described above, RAM 107, 109 used as a temporary save area during error processing, a hard disk drive (HDD), 110 indicates a floppy disk drive (FDD), each disk Is used for storing application programs and data described later. Reference numeral 111 denotes a network interface (Net-I / F) for performing data control and diagnosis on the network in order to transfer data with another document processing apparatus via the network. Reference numeral 112 denotes an I / O bus (consisting of an address bus, a data bus, and a control bus) for connecting the above-described units.

【0015】なお、本実施形態でROM107に記憶している
プログラムは、装置に直接接続されているハードディス
ク(HD)やフロッピーディスク(FD)などの記憶媒体にも記
憶されていてもよい。さらに、ネットワークで接続され
ている他の装置上に記憶されていてもよい。
The program stored in the ROM 107 in this embodiment may be stored in a storage medium such as a hard disk (HD) or a floppy disk (FD) directly connected to the apparatus. Further, it may be stored on another device connected by a network.

【0016】また、本発明のプログラムは、FDやHDなど
の記憶媒体やネットワークを介してシステムや装置に供
給できる。
The program of the present invention can be supplied to a system or an apparatus via a storage medium such as an FD or an HD or a network.

【0017】以上のような構成を有する文書処理装置
は、ワープロアプリケーション編集データ(以下、単に
ワープロデータと称する)、図形アプリケーション編集
データ(以下、図形データと称する)の二種類の編集デ
ータからなる文書の編集を行なう。
The document processing apparatus having the above-described configuration is a document composed of two types of editing data: word processing application editing data (hereinafter simply referred to as word processing data) and graphic application editing data (hereinafter referred to as graphic data). Edit the.

【0018】上記の編集データは、背景ページおよび枠
に対して入力することができる。図2を参照して背景ペ
ージおよび枠について説明する。背景ページ2aは編集
可能領域と同じ大きさを持ち、その大きさと位置を変更
することはできない。枠2bおよび2cは背景ページ内
の任意の位置に任意の大きさで配置することができる。
図2においては、背景ページ2aにワープロデータ2d
と図形データ2eが、枠2bにワープロデータ2fが、
枠2cに図形データ2gが、それぞれ入力された状態を
示している。
The above-mentioned editing data can be inputted to a background page and a frame. The background page and the frame will be described with reference to FIG. The background page 2a has the same size as the editable area, and its size and position cannot be changed. The frames 2b and 2c can be arranged at an arbitrary size in an arbitrary position in the background page.
In FIG. 2, the word processing data 2d is added to the background page 2a.
And the graphic data 2e, the word processing data 2f in the frame 2b,
The figure shows the state in which the graphic data 2g is input to the frame 2c.

【0019】次に、文書内に作成した背景ページ、枠、
編集データを管理するデータ構造について、図3〜図8
を参照して説明する。図3は編集データを識別するデー
タIDを説明する図である。図4は文書内に作成された
背景ページを管理する背景ページ管理テーブルのデータ
構造を説明する図である。図5はページ情報のデータ構
造を説明する図である。図6は背景ページ内に作成され
た枠を管理する枠管理テーブルのデータ構造を説明する
図である。図7は枠情報のデータ構造を説明する図であ
る。図8は編集データを管理する編集データ管理テーブ
ルのデータ構造を説明する図である。
Next, the background page, frame,
FIGS. 3 to 8 show data structures for managing editing data.
This will be described with reference to FIG. FIG. 3 is a view for explaining a data ID for identifying edit data. FIG. 4 is a view for explaining the data structure of a background page management table for managing background pages created in a document. FIG. 5 is a diagram illustrating the data structure of page information. FIG. 6 is a view for explaining the data structure of a frame management table for managing the frames created in the background page. FIG. 7 is a diagram illustrating the data structure of the frame information. FIG. 8 is a view for explaining the data structure of an edit data management table for managing edit data.

【0020】「データID」とは文書内に存在する全て
の編集データを識別するために編集データに対して一意
に付加された整数値である。図3に示すように、データ
ID内部はさらにビット分割され、上位ビットから順に
枠種別3a、アプリケーション番号3b、枠番号3cで
構成されている。枠種別3aは枠と背景ページとを区別
するための数値である。アプリケーション番号3bはワ
ープロと図形を区別するための数値である。枠番号3c
は枠そのものを区別するための数値であり、背景ページ
が作成されるごとに背景ページに対して、あるいは、枠
が作成されるごとに枠に対して割り当てられる連番で、
1から始まる。たとえばデータIDを32ビット(4バ
イト)の整数値とすると、枠種別3aを2ビットとして
背景ページと枠の区別を表わし(枠を00、背景ページ
を01)、アプリケーション番号3bを14ビットとし
てワープロと図形の区別を表わし(ワープロを0、図形
を1)、枠番号3cを16ビットとすることができる。
The "data ID" is an integer value uniquely added to the edit data to identify all the edit data existing in the document. As shown in FIG. 3, the inside of the data ID is further divided into bits, and is composed of a frame type 3a, an application number 3b, and a frame number 3c in order from the upper bit. The frame type 3a is a numerical value for distinguishing a frame from a background page. The application number 3b is a numerical value for distinguishing a word processor from a graphic. Frame number 3c
Is a numerical value that distinguishes the frame itself, and is a serial number assigned to the background page each time a background page is created or to the frame each time a frame is created.
Start with 1. For example, assuming that the data ID is an integer of 32 bits (4 bytes), the frame type 3a is 2 bits to indicate the distinction between the background page and the frame (the frame is 00, the background page is 01), and the application number 3b is 14 bits. And a graphic (0 for a word processor and 1 for a graphic), and the frame number 3c can be 16 bits.

【0021】「背景ページ管理テーブル」とは、文書内
に存在する全ての背景ページのページ情報を管理するた
めのテーブルであり、図4に示すように、枠番号4aと
ページ情報の存在するアドレス4bから成る一ページ分
の構成を基本構造とし、基本構造を文書内に存在するペ
ージ数分並べた構造を持つ。
The "background page management table" is a table for managing the page information of all the background pages existing in the document. As shown in FIG. 4, the frame number 4a and the address where the page information exists are shown. 4b as a basic structure, and has a structure in which the basic structures are arranged by the number of pages existing in the document.

【0022】「ページ情報」とは、特定の背景ページに
存在する全ての枠を保持するためのテーブルであり、図
5に示すように、指定された背景ページに存在する枠の
枠番号5aから成る構成を基本構造とし、基本構造を背
景ページ内に存在する枠の数だけ並べた構造を持つ。
The "page information" is a table for holding all the frames existing on a specific background page. As shown in FIG. 5, from the frame number 5a of the frame existing on the designated background page. Is a basic structure, and has a structure in which the basic structures are arranged by the number of frames existing in the background page.

【0023】「枠管理テーブル」とは、文書内に存在す
る全ての枠の枠情報を管理するためのテーブルであり、
図6に示すように、枠番号6aと枠情報の存在するアド
レス6bから成る一枠分の構成を基本構造とし、基本構
造を文書内に存在する枠の数だけ並べた構造を持つ。
The "frame management table" is a table for managing frame information of all frames existing in a document.
As shown in FIG. 6, the basic structure has a structure of one frame including a frame number 6a and an address 6b where the frame information exists, and has a structure in which the basic structures are arranged by the number of frames existing in the document.

【0024】「枠情報」とは、特定の枠に関する情報を
保持するためのテーブルであり、図7に示すように、枠
の位置7aと枠の大きさ7bから構成される。
The "frame information" is a table for holding information relating to a specific frame, and is composed of a frame position 7a and a frame size 7b as shown in FIG.

【0025】「編集データ管理テーブル」とは、文書内
に存在する全ての編集データを管理するためのテーブル
であり、図8に示すように、編集データのデータID8
aと編集データの存在するアドレス8bから成る構成を
基本構造とし、基本構造を文書内に存在する編集データ
の数だけ並べた構造を持つ。
The "edit data management table" is a table for managing all the edit data existing in the document. As shown in FIG.
a and the address 8b where the edited data exists, as a basic structure, and has a structure in which the basic structure is arranged by the number of the editing data existing in the document.

【0026】次に、本実施形態における文書ファイルの
構造について、図9〜図17を参照して説明する。図9
に示すように、文書ファイルはスタンプ情報9a、枠セ
クション9b、編集データセクション9cから構成され
る。以下、スタンプ情報9a・枠セクション9b・編集
データセクション9cについて順に説明する。
Next, the structure of a document file according to the present embodiment will be described with reference to FIGS. FIG.
As shown in the figure, the document file includes stamp information 9a, a frame section 9b, and an edit data section 9c. Hereinafter, the stamp information 9a, the frame section 9b, and the edited data section 9c will be described in order.

【0027】スタンプ情報9aは、以降に続くデータを
作成した文書作成ソフトウェアのバージョンを示すため
の情報であり、本実施形態では、図17に示すように、
整数値で表わしたバージョン番号から構成される。
The stamp information 9a is information for indicating the version of the document creation software that created the subsequent data. In this embodiment, as shown in FIG.
It consists of a version number expressed as an integer.

【0028】枠セクション9bに保存されるのは、文書
内に存在するすべての背景ページとすべての枠について
の情報であり、図10に示すように、背景ページ情報1
0aと枠情報10bから構成される。背景ページ情報1
0aは文書内に存在するすべての背景ページについての
情報であり、図11に示すように、背景ページの数11
aに続いて、枠番号11bと背景ページ内枠情報11cを
背景ページの数だけ繰り返して構成される。ここで枠番
号11bは背景ページ自身の枠番号である。背景ページ
内枠情報11cは、枠番号11bで指定される背景ページ
に存在する全ての枠についての情報であり、図12に示
すように、背景ページ内の枠の数12aに続いて、枠番
号12bを背景ページ内の枠の数だけ繰り返して構成さ
れる。枠情報10bは文書内に存在するすべての枠につ
いての情報であり、図13に示すように、枠の数13a
に続いて、枠番号13bと枠の位置・大きさ13cを文
書内に存在する枠の数だけ繰り返して構成される。ここ
で枠番号13bは枠自身の枠番号であり、枠の位置・大
きさ13cは枠番号13bで指定される枠についての情
報である。
Stored in the frame section 9b is information on all background pages and all frames existing in the document. As shown in FIG.
0a and frame information 10b. Background page information 1
0a is information on all background pages existing in the document, and as shown in FIG.
After a, the frame number 11b and the background page inner frame information 11c are repeated by the number of background pages. Here, the frame number 11b is the frame number of the background page itself. The background page inner frame information 11c is information on all the frames existing in the background page specified by the frame number 11b. As shown in FIG. 12, the frame number in the background page is followed by the frame number 12a. 12b is repeated by the number of frames in the background page. The frame information 10b is information on all frames existing in the document, and as shown in FIG.
Then, the frame number 13b and the position / size 13c of the frame are repeated by the number of frames existing in the document. Here, the frame number 13b is the frame number of the frame itself, and the position / size 13c of the frame is information on the frame specified by the frame number 13b.

【0029】編集データセクション9cに保存されるの
は、文書内に存在するすべての編集データについての情
報であり、図14に示すように、編集データヘッダ14
aと全編集データ14bから構成される。編集データヘ
ッダ14aは文書ファイル内における各編集データの記
録位置を保持するためのテーブルであり、図15に示す
ように、編集データの数15aに続いて、編集データの
ID15aと編集データのオフセット15cを編集デー
タの数だけ繰り返して構成される。編集データのデータ
ID15bは編集データ自身のデータIDであり、編集
データのオフセット15cはデータID15bで指定さ
れる編集データが保存されている文書ファイル先頭から
の絶対位置を表わす。全編集データ14bは文書内に存
在するすべての編集データを並べたもので、図16に示
すように、スタンプ16aと編集データ自身を編集デー
タの数だけ繰り返して構成される。
Stored in the edit data section 9c is information on all the edit data existing in the document. As shown in FIG.
a and all edit data 14b. The edit data header 14a is a table for holding the recording position of each edit data in the document file. As shown in FIG. 15, the edit data ID 15a and the edit data offset 15c follow the edit data number 15a. Is repeated by the number of edit data. The data ID 15b of the edited data is the data ID of the edited data itself, and the offset 15c of the edited data represents the absolute position from the head of the document file in which the edited data specified by the data ID 15b is stored. The all-edit data 14b is a list of all the edit data existing in the document. As shown in FIG. 16, the stamp 16a and the edit data itself are repeated by the number of the edit data.

【0030】次に、本実施形態における文書の保存手順
について、図18のフローチャートを参照して説明す
る。文書ファイルの保存処理は大きく分けてスタンプ情
報9aの保存処理ステップS18a、枠セクション9b
の保存処理ステップS18b〜ステップS18j、編集
データセクション9cの保存処理ステップS18k〜ス
テップS18qで行なわれる。
Next, the procedure for storing a document in the present embodiment will be described with reference to the flowchart in FIG. The storage processing of the document file is roughly divided into a storage processing step S18a of the stamp information 9a, a frame section 9b.
Are performed in steps S18b to S18j for storing the edited data section 9c and steps S18k to S18q for storing the edited data section 9c.

【0031】スタンプ情報9aの保存処理ステップS1
8aにおいて保存するバージョン番号17aは、保存処
理を行なっているソフトウェアのバージョン番号を使用
する。これにより文書ファイルそのものを作成したソフ
トウェアを識別する。
Step S1 for storing stamp information 9a
The version number 17a to be saved in 8a uses the version number of the software that is performing the saving process. This identifies the software that created the document file itself.

【0032】枠セクション9bの保存処理ステップS1
8b〜ステップS18jはさらに背景ページ情報10a
の保存処理ステップS18b〜ステップS18gと枠情
報10bの保存処理ステップS18h〜ステップS18
jに分けられる。背景ページ情報10aの保存処理ステ
ップS18b〜ステップS18gは、まず背景ページの
数11aを保存する(ステップS18b)。背景ページ
の数11aは、図4の背景ページ管理テーブルに格納さ
れているページの数を数え上げることにより求める。次
に枠番号11bの保存処理ステップS18dと背景ペー
ジ内枠情報11cの保存処理ステップS18e〜ステッ
プS18gを、背景ページの数11aだけ繰り返す(ス
テップS18c)。枠番号11bは、図4の背景ページ
管理テーブルにおいて枠番号4aを参照して求める。背
景ページ内枠情報11cの保存処理ステップS18e〜
ステップS18gは、まず背景ページ内の枠の数12a
を保存し(ステップS18e)、枠番号12bの保存処
理ステップS18gを背景ページ内の枠の数12aだけ
繰り返す(ステップS18f)。背景ページ内の枠の数
12aは、図4の背景ページ管理テーブルにおいて対応
する枠番号からページ情報のアドレス4bを取得し、取
得したアドレスに存在するページ情報(図5)に格納さ
れている枠番号の数を数え上げることにより求める。枠
番号12bは、図5のページ情報に格納されている枠番
号5aを参照して求める。枠情報10bの保存処理ステ
ップS18h〜ステップS18jは、まず文書内に存在
する全ての枠の数13aを保存する(ステップS18
h)。枠の数13aは、図6の枠管理テーブルに格納さ
れている枠の数を数え上げることにより求める。次に枠
番号13bと枠の位置・大きさ13cの保存処理ステッ
プS18jを、文書内に存在する枠の数13aだけ繰り
返す(ステップS18i)。枠番号13bは、図6の枠
管理テーブルにおいて枠番号6aを参照して求める。枠
の位置・大きさ13cは、図6の枠管理テーブルにおい
て対応する枠番号から枠情報のアドレス6bを取得し、
取得したアドレスに存在する枠情報(図7)に格納され
ている枠の位置7aと枠の大きさ7bを参照して求め
る。
Step S1 for storing the frame section 9b
8b to step S18j further include background page information 10a.
Save processing steps S18b to S18g and save processing steps S18h to S18 of the frame information 10b
j. In the storage processing step S18b to step S18g of the background page information 10a, first, the number 11a of background pages is stored (step S18b). The number of background pages 11a is obtained by counting the number of pages stored in the background page management table of FIG. Next, the storage processing step S18d of the frame number 11b and the storage processing steps S18e to S18g of the background page in-frame information 11c are repeated for the number of background pages 11a (step S18c). The frame number 11b is obtained by referring to the frame number 4a in the background page management table of FIG. Save processing step S18e of background page inner frame information 11c
In step S18g, first, the number of frames in the background page is 12a.
Is saved (step S18e), and the saving process step S18g of the frame number 12b is repeated by the number of frames 12a in the background page (step S18f). The number of frames 12a in the background page is obtained by acquiring the address 4b of the page information from the corresponding frame number in the background page management table in FIG. 4, and storing the frame in the page information (FIG. 5) existing at the acquired address. Determined by counting the number of numbers. The frame number 12b is obtained by referring to the frame number 5a stored in the page information of FIG. In the storage processing steps S18h to S18j of the frame information 10b, first, the number 13a of all the frames existing in the document is stored (step S18).
h). The number of frames 13a is obtained by counting the number of frames stored in the frame management table of FIG. Next, the storage processing step S18j of the frame number 13b and the position / size 13c of the frame is repeated by the number 13a of the frames existing in the document (step S18i). The frame number 13b is obtained by referring to the frame number 6a in the frame management table of FIG. The position / size 13c of the frame is obtained by acquiring the address 6b of the frame information from the corresponding frame number in the frame management table of FIG.
It is determined by referring to the frame position 7a and the frame size 7b stored in the frame information (FIG. 7) existing at the acquired address.

【0033】編集データセクション9cの保存処理ステ
ップS18k〜ステップS18qはさらに編集データヘ
ッダ14aの保存処理ステップS18k〜ステップS1
8nと全編集データ14bの保存処理ステップS18o
〜ステップS18qに分けられる。編集データヘッダの
保存処理ステップS18k〜ステップS18nは、まず
編集データの数15aを保存する。編集データの数15
aは、図8の編集データ管理テーブルに格納されている
編集データの数を数え上げることにより求める。次に編
集データのデータID15bの保存処理ステップS18
mと編集データのオフセット位置15cの保存処理ステ
ップS18nを、編集データの数15aだけ繰り返す
(ステップS18l)。編集データのデータID15b
は、図8の編集データ管理テーブルにおいてデータID
8aを参照して求める。編集データのオフセット位置1
5cは、図8の編集データ管理テーブルにおいて対応す
るデータIDから編集データのアドレス8bを取得し、
取得したアドレスに存在する編集データの大きさから計
算して求める。全編集データの保存処理ステップS18
o〜ステップS18qは、スタンプ16aの保存処理ス
テップS18pと編集データ16bの保存処理ステップ
S18qを、編集データの数15aだけ繰り返す(ステ
ップS18o)。スタンプ16aに保存するバージョン
番号17aは、保存処理を行なっているソフトウェアの
バージョンを使用する。これにより各編集データを保存
したソフトウェアを識別する。編集データ16bは、図
8の編集データ管理テーブルにおいて対応するデータI
Dから編集データのアドレス8bを取得し、取得したア
ドレスに存在する編集データを使用する。
The steps S18k to S18q for storing the edited data section 9c are further performed in steps S18k to S1 for storing the edited data header 14a.
8n and all edit data 14b storage processing step S18o
To step S18q. In the editing data header storage processing steps S18k to S18n, first, the number 15a of edited data is stored. Number of edited data 15
a is obtained by counting the number of edit data stored in the edit data management table in FIG. Next, step S18 for storing the data ID 15b of the edited data
The storage process step S18n of m and the edit data offset position 15c is repeated by the number of edit data 15a (step S181). Data ID 15b of edited data
Is the data ID in the edit data management table of FIG.
8a. Edit data offset position 1
5c acquires the address 8b of the edited data from the corresponding data ID in the edited data management table of FIG.
It is obtained by calculating from the size of the edit data existing at the acquired address. Step S18 for saving all edited data
In steps o to S18q, the storage processing step S18p of the stamp 16a and the storage processing step S18q of the edited data 16b are repeated by the number of edited data 15a (step S18o). As the version number 17a to be stored in the stamp 16a, the version of the software performing the storing process is used. As a result, the software that has stored each edited data is identified. The edit data 16b corresponds to the corresponding data I in the edit data management table of FIG.
The edit data address 8b is obtained from D, and the edit data existing at the obtained address is used.

【0034】次に、本実施形態における文書の読み込み
手順について、図19のフローチャートを参照して説明
する。文書ファイルの読み込み処理は大きく分けてスタ
ンプ情報9aの読み込み処理ステップS19a〜ステッ
プS19b、枠セクション9bの読み込み処理ステップ
S19c〜ステップS19k、編集データセクション9
cの読み込み処理ステップS19l〜ステップS19
o、一ページ目の表示処理ステップS19pで行なわれ
る。
Next, a document reading procedure according to the present embodiment will be described with reference to the flowchart in FIG. The reading process of the document file is roughly divided into steps S19a to S19b for reading the stamp information 9a, steps S19c to S19k for reading the frame section 9b, and the editing data section 9.
c reading processing steps S191 to S19
o, This is performed in the first page display processing step S19p.

【0035】スタンプ情報9aの読み込み処理ステップ
である、ステップS19a〜ステップS19bは、さら
にスタンプ情報9aを読み込むステップS19aと、ス
タンプ情報のチェック処理ステップS19bに分けられ
る。ステップS19aにおいて文書ファイルの先頭に保
存されているスタンプ情報を読み込み、ステップS19
bにおいて読み込み可能なバージョンかどうか判断し、
読み込みができないバージョンの場合は読み込み処理を
終了する。
Steps S19a to S19b, which are steps for reading the stamp information 9a, are further divided into a step S19a for reading the stamp information 9a and a step S19b for checking the stamp information. In step S19a, the stamp information stored at the head of the document file is read, and in step S19a
b to determine whether the version is readable,
If the version cannot be read, the reading process ends.

【0036】枠セクション9bの読み込み処理ステップ
S19c〜ステップS19kはさらに背景ページ情報1
0aの読み込み処理ステップS19c〜ステップS19
hと枠情報10bの読み込み処理ステップS19i〜ス
テップS19kに分けられる。背景ページ情報10aの
読み込み処理ステップS19c〜ステップS19hは、
まず背景ページの数11aを読み込む。次に枠番号11b
の読み込み処理ステップS19eと背景ページ内枠情報
11cの読み込み処理ステップS19f〜ステップS1
9hを、背景ページの数11aだけ繰り返す(ステップ
S19d)。繰り返しステップS19dにおいて図4の
背景ページ管理テーブルを作成し、読み込んだ枠番号1
1bを背景ページ管理テーブルの枠番号4aとして利用
する。背景ページ内枠情報11cの読み込み処理ステッ
プS19f〜ステップS19hは、まず背景ページ内の
枠の数12aを読み込み(ステップS19f)、枠番号
12bの読み込み処理ステップS19hを背景ページ内
の枠の数12aだけ繰り返す(ステップS19g)。繰
り返しステップS19gにおいて図5のページ情報を作
成し、読み込んだ枠番号12bをページ情報の枠番号5
aとして利用する。枠情報10bの読み込み処理ステッ
プS19i〜ステップS19hは、まず文書内に存在す
る全ての枠の数13aを読み込む(ステップS19
i)。次に枠番号13bと枠の位置・大きさ13cの読
み込み処理ステップS19kを、文書内に存在する枠の
数13aだけ繰り返す(ステップS19j)。繰り返し
ステップS19jにおいて図6の枠管理テーブルと図7
の枠情報を作成し、読み込んだ枠番号13bを枠管理テ
ーブルの枠番号6aとして利用し、読み込んだ枠の位置
・大きさ13cを枠情報の枠の位置7aと大きさ7bと
して利用する。
The reading processing steps S19c to S19k for reading the frame section 9b further include background page information 1
0a reading processing steps S19c to S19
h and reading processing of the frame information 10b are divided into steps S19i to S19k. The reading process steps S19c to S19h of the background page information 10a include:
First, the background page number 11a is read. Next, frame number 11b
Reading processing step S19e and reading processing step S19f to step S1 of the background page inner frame information 11c.
9h is repeated by the number of background pages 11a (step S19d). In the repetition step S19d, the background page management table of FIG.
1b is used as the frame number 4a of the background page management table. In the reading processing steps S19f to S19h of the background page in-frame information 11c, first, the number 12a of frames in the background page is read (step S19f), and the reading processing step S19h of the frame number 12b is performed by the number of frames 12a in the background page. Repeat (step S19g). In the repetitive step S19g, the page information of FIG. 5 is created, and the read frame number 12b is set to the frame number 5 of the page information.
Use as a. In the reading process steps S19i to S19h of the frame information 10b, first, the number 13a of all the frames existing in the document is read (step S19).
i). Next, the reading processing step S19k of the frame number 13b and the position / size 13c of the frame is repeated by the number 13a of the frames existing in the document (step S19j). In the repetition step S19j, the frame management table of FIG.
And the read frame number 13b is used as the frame number 6a of the frame management table, and the read position / size 13c of the frame is used as the position 7a and size 7b of the frame of the frame information.

【0037】編集データセクション9cの読み込み処理
ステップS19l〜ステップS19oは編集データヘッ
ダ13aの読み込み処理のみで構成され、編集データは
一切読み込まない。まず編集データの数15aを読み込
む。次に、編集データのデータID15bの読み込み処
理ステップS19nと編集データのオフセット位置15
cの読み込み処理ステップS19oを、編集データの数
15aだけ繰り返す(ステップS19m)。繰り返しス
テップS19mにおいて図8の編集データ管理テーブル
を作成し、読み込んだデータID15bを編集データ管
理テーブルのデータID8aとして利用する。編集デー
タ管理テーブルの編集データのアドレス8bには編集デ
ータのアドレスの代わりに、読み込んだ編集データのオ
フセット位置15cを格納しておく(本実施形態が稼動
するプログラムシステムにおいて、メモリ上における編
集データのアドレスとファイル上における編集データの
オフセット位置とはお互いに代入可能な大きさをもち、
かつアドレスであるかオフセット位置であるか判別可能
であるとする)。
The reading processing steps S191 to S19o of the editing data section 9c comprise only reading processing of the editing data header 13a, and do not read any editing data. First, the number 15a of the editing data is read. Next, the reading process step S19n of the data ID 15b of the edit data and the offset position 15 of the edit data
The reading process step S19o of c is repeated by the number 15a of edited data (step S19m). In the repetition step S19m, the editing data management table of FIG. 8 is created, and the read data ID 15b is used as the data ID 8a of the editing data management table. Instead of the address of the edit data, the offset position 15c of the read edit data is stored in the edit data address 8b of the edit data management table (in the program system in which the present embodiment operates, the edit data on the memory is stored). The address and the offset position of the edit data on the file have a size that can be substituted for each other,
It is also possible to determine whether the address is an address or an offset position).

【0038】1ページ目の表示処理ステップS19p
は、任意のページの表示処理として後述する。
First page display processing step S19p
Will be described later as an arbitrary page display process.

【0039】次に、本実施形態におけるページの表示手
順について、図20のフローチャートを参照して説明す
る。ページの表示処理は大きく分けて背景ページの表示
処理ステップS20a〜ステップS20fと背景ページ
内の枠の表示処理ステップS20g〜ステップS20m
で行なわれる。
Next, the procedure for displaying a page in the present embodiment will be described with reference to the flowchart in FIG. The display processing of the page is roughly divided into display processing steps S20a to S20f of the background page and display processing steps S20g to S20m of the frame in the background page.
It is done in.

【0040】背景ページの表示処理ステップS20a〜
ステップS20fはさらにワープロデータの表示処理ス
テップS20a〜ステップS20cと図形データの表示
処理ステップS20d〜ステップS20fに分けられ
る。ワープロデータの表示処理ステップS20a〜ステ
ップS20cでは、まず後述する編集データの取得手順
を使用して背景ページのワープロデータを取得する(ス
テップS20a)。編集データの取得手順では編集デー
タが存在するかどうかが判定できるので、背景ページの
ワープロデータが存在するかどうか判定し(ステップS
20b)、存在する場合は背景ページのワープロデータ
を表示する(ステップS20c)。図形データの表示処
理ステップS20d〜ステップS20fは前述したワー
プロデータの表示処理ステップS20a〜ステップS2
0cと同様である。
Background page display processing step S20a-
Step S20f is further divided into word processing data display processing steps S20a to S20c and graphic data display processing steps S20d to S20f. In the word processing data display processing steps S20a to S20c, first, word processing data of a background page is acquired using an acquisition procedure of editing data described later (step S20a). In the editing data acquisition procedure, it can be determined whether or not the editing data exists. Therefore, it is determined whether or not the word processing data of the background page exists (Step S).
20b) If present, the word processing data of the background page is displayed (step S20c). The graphic data display processing steps S20d to S20f are the word processing data display processing steps S20a to S2 described above.
Same as 0c.

【0041】背景ページ内の枠の表示処理ステップS2
0g〜ステップS20mでは、まず図4の背景ページ管
理テーブルを参照し、背景ページの枠番号4aに対応す
るページ情報のアドレス4bを取得する。取得したアド
レスに存在するページ情報(図5)を参照し、背景ペー
ジに存在する枠の枠番号5aを取得することを繰り返す
ことで、背景ページに存在する全ての枠について表示処
理ステップS20h〜ステップS20mを行なう(ステ
ップS20g)。表示処理ステップS20h〜ステップ
S20mはさらにワープロデータの表示処理ステップS
20h〜ステップS20jと図形データの表示処理ステ
ップS20k〜ステップS20mに分けられる。表示処
理は前述した背景ページワープロデータの表示処理ステ
ップS20a〜ステップS20cと同様である。
Display processing step S2 of the frame in the background page
From 0g to step S20m, first, the address 4b of the page information corresponding to the frame number 4a of the background page is obtained with reference to the background page management table of FIG. By repeatedly referring to the page information (FIG. 5) existing at the acquired address and acquiring the frame number 5a of the frame existing in the background page, display processing steps S20h to S20h are performed for all the frames existing in the background page. Perform S20m (step S20g). The display processing steps S20h to S20m further include a word processing data display processing step S20.
20h to step S20j and graphic data display processing steps S20k to S20m. The display processing is the same as the above-described background page word processing data display processing steps S20a to S20c.

【0042】最後に、本実施形態における編集データの
取得手順について、図21のフローチャートを参照して
説明する。編集データの取得手順は、編集データの存在
する枠の枠種別(背景ページか枠か)、編集データが存
在する枠の枠番号、編集データのアプリケーション番号
を入力として受け取り、編集データが存在する場合は編
集データを返し、編集データが存在しない場合は編集デ
ータが存在しない旨を返す。
Finally, the procedure for acquiring the edited data in the present embodiment will be described with reference to the flowchart in FIG. The procedure for acquiring the edited data is as follows: when the edited data is received, the frame type (background page or frame) of the frame in which the edited data exists, the frame number of the frame in which the edited data exists, and the application number of the edited data Returns edit data, and if no edit data exists, returns that no edit data exists.

【0043】まず、入力として受け取った枠種別・枠番
号・アプリケーション番号を使用して、図3のデータI
Dを生成する(ステップS21a)。次に編集データ管
理テーブル(図8)を検索して、ステップS21aで生
成したデータIDとテーブル内のデータID8aが一致
するエントリが存在するかどうかを調べる(ステップS
21b)。もしエントリが存在しなかった場合は(ステ
ップS21c)、編集データが存在しないとして処理を
終了する(ステップS21m)。エントリが存在した場
合は(ステップS21c)、存在したエントリの編集デ
ータのアドレス8bにアドレスが格納されているかオフ
セット位置が格納されているかを調べる(ステップS2
1d)。アドレスが格納されていた場合は、該アドレス
に存在する編集データを返す(ステップS21l)。オ
フセット位置が格納されていた場合は、該オフセット位
置に従って文書ファイル内を移動し(ステップS21
e)、スタンプ情報を読み込む(ステップS21f)。
スタンプ情報に格納されているバージョン番号17aを
調べ、現在処理を行なっているソフトウェアのバージョ
ン番号と等しいか、あるいは変換可能なバージョンであ
るかを調べる(ステップS21g)。現在処理を行なっ
ているソフトウェアのバージョンとは異なり、かつ変換
可能なバージョンでもない場合は、編集データが存在し
ないとして処理を終了する(ステップS21m)。次に
編集データを読み込む(ステップS21i)。ステップ
S21fで読み込んだスタンプ情報に格納されているバ
ージョン番号17aを調べ(ステップS21i)、現在
処理を行なっているソフトウェアのバージョンと異なっ
ていれば(処理ステップS21gにより、そのような場
合は常に変換可能なバージョンであることが保証され
る)、編集データの変換処理を行ない(ステップS21
j)、変換した場合でも変換しなかった場合でも読み込
んだ編集データのアドレスを編集データ管理テーブルの
対応するエントリに追加して(ステップS21k)、正
常終了する(ステップS21l)。
First, using the frame type / frame number / application number received as input, the data I of FIG.
D is generated (step S21a). Next, the editing data management table (FIG. 8) is searched to determine whether there is an entry whose data ID generated in step S21a matches the data ID 8a in the table (step S21).
21b). If the entry does not exist (step S21c), the process ends assuming that no edit data exists (step S21m). If an entry exists (step S21c), it is checked whether an address or an offset position is stored in the address 8b of the edit data of the existing entry (step S2).
1d). If the address is stored, the editing data existing at the address is returned (step S211). If the offset position has been stored, the document file is moved according to the offset position (step S21).
e), the stamp information is read (step S21f).
The version number 17a stored in the stamp information is checked to determine whether the version number is equal to the version number of the software currently being processed or whether the version is convertible (step S21g). If the version is different from the version of the software that is currently performing the process and is not a convertible version, the process ends assuming that there is no edited data (step S21m). Next, the editing data is read (step S21i). The version number 17a stored in the stamp information read in step S21f is checked (step S21i). If the version number is different from the version of the software currently being processed (in step S21g, conversion is always possible in such a case). Version is assured), and the editing data is converted (step S21).
j) The address of the edited data read is added to the corresponding entry of the edited data management table (step S21k), regardless of whether the conversion is performed or not (step S21l), and the process ends normally (step S211).

【0044】(他の実施形態) 1.本実施形態で編集する文書はワープロデータと図形
データの二種類の編集データからなるとしたが、これは
二種類に限定されるものではなく表組編集や表計算やグ
ラフ等のアプリケーションの編集データを追加してもよ
く、つまり編集可能な編集データの種類は何種類であっ
てもよい。
(Other Embodiments) Although the document edited in the present embodiment is composed of two types of editing data, word processing data and graphic data, this is not limited to two types, and editing data of applications such as table editing, spreadsheets, graphs, etc. Any kind of edit data may be added, that is, any kind of edit data may be added.

【0045】2.本実施形態の表示手順では、背景ペー
ジに存在するすべての枠を表示したが、編集操作を行な
うユーザの指定により全ての枠または任意の枠を表示し
ないようにすることも可能である。その場合は表示に要
する時間がさらに短縮される。
2. In the display procedure of the present embodiment, all the frames existing on the background page are displayed. However, it is also possible to prevent all or any frames from being displayed according to the specification of the user who performs the editing operation. In that case, the time required for display is further reduced.

【0046】3.本実施形態の表示手順では、背景ペー
ジまたは枠に存在する編集データはすべて表示を行なっ
たが、編集操作を行なうユーザの指定により全ての編集
データまたは任意のアプリケーションの編集データのみ
を表示しないようにすることも可能である。その場合は
表示に要する時間がさらに短縮される。
3. In the display procedure of the present embodiment, all the edit data existing on the background page or the frame are displayed, but all the edit data or only the edit data of any application is not displayed according to the specification of the user who performs the edit operation. It is also possible. In that case, the time required for display is further reduced.

【0047】4.本実施形態ではスタンプ情報に保存さ
れる情報はバージョン番号だけであるとしたが、バージ
ョン番号以外にも編集データを作成したアプリケーショ
ンの情報をもスタンプ情報に保存し、異なるアプリケー
ションの編集データであっても変換可能ならば読み込め
るようにする方法も考えられる。
4. In the present embodiment, the information stored in the stamp information is only the version number. However, in addition to the version number, information of the application that created the edited data is also stored in the stamp information, and the edited data of a different application is stored. It is also conceivable to make it possible to read if it can be converted.

【0048】[0048]

【発明の効果】以上詳述したように、本発明によれば、
複数のバージョンの編集データが混在する文書ファイル
を提供し、かつ文書ファイルの読み込み時に編集データ
の読み込みに要する時間または編集データの変換に要す
る時間を必要最小限の範囲にとどめることができるとい
う効果がある。
As described in detail above, according to the present invention,
The effect is that a document file in which multiple versions of edited data are mixed can be provided, and the time required to read the edited data or the time required to convert the edited data when reading the document file can be kept to the minimum necessary range. is there.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明を一実施形態に関わる構成を示すブロッ
ク図である。
FIG. 1 is a block diagram showing a configuration according to an embodiment of the present invention.

【図2】背景ページおよび枠を説明するための図であ
る。
FIG. 2 is a diagram for explaining a background page and a frame.

【図3】編集データを識別するデータIDを説明する図
である。
FIG. 3 is a diagram illustrating a data ID for identifying editing data.

【図4】文書内に作成された背景ページを管理する背景
ページ管理テーブルのデータ構造を説明する図である。
FIG. 4 is a diagram illustrating a data structure of a background page management table for managing background pages created in a document.

【図5】ページ情報のデータ構造を説明する図である。FIG. 5 is a diagram illustrating a data structure of page information.

【図6】背景ページ内に作成された枠を管理する枠管理
テーブルのデータ構造を説明する図である。
FIG. 6 is a diagram illustrating a data structure of a frame management table that manages frames created in a background page.

【図7】枠情報のデータ構造を説明する図である。FIG. 7 is a diagram illustrating a data structure of frame information.

【図8】編集データを管理する編集データ管理テーブル
のデータ構造を説明する図である。
FIG. 8 is a diagram illustrating a data structure of an edit data management table that manages edit data.

【図9】文書ファイルの構造を説明する図である。FIG. 9 is a diagram illustrating the structure of a document file.

【図10】文書ファイルにおける枠セクションの構造を
説明する図である。
FIG. 10 is a diagram illustrating the structure of a frame section in a document file.

【図11】文書ファイルにおける背景ページ情報の構造
を説明する図である。
FIG. 11 is a diagram illustrating the structure of background page information in a document file.

【図12】文書ファイルにおける背景ページ内枠情報の
構造を説明する図である。
FIG. 12 is a diagram illustrating the structure of background page inner frame information in a document file.

【図13】文書ファイルにおける枠情報の構造を説明す
る図である。
FIG. 13 is a diagram illustrating the structure of frame information in a document file.

【図14】文書ファイルにおける編集データ情報の構造
を説明する図である。
FIG. 14 is a diagram illustrating the structure of edit data information in a document file.

【図15】文書ファイルにおける編集データヘッダの構
造を説明する図である。
FIG. 15 is a diagram illustrating the structure of an edit data header in a document file.

【図16】文書ファイルにおける全編集データの構造を
説明する図である。
FIG. 16 is a diagram illustrating the structure of all edit data in a document file.

【図17】文書ファイルにおけるスタンプ情報の構造を
説明する図である。
FIG. 17 is a diagram illustrating the structure of stamp information in a document file.

【図18】文書の保存処理の手順を示すフローチャート
である。
FIG. 18 is a flowchart illustrating a procedure of a document saving process.

【図19】文書の読み込み処理の手順を示すフローチャ
ートである。
FIG. 19 is a flowchart illustrating a procedure of a document reading process.

【図20】ページの表示処理の手順を示すフローチャー
トである。
FIG. 20 is a flowchart illustrating a procedure of a page display process.

【図21】編集データの取得処理の手順を示すフローチ
ャートである。
FIG. 21 is a flowchart illustrating a procedure of a process of acquiring edit data.

【符号の説明】[Explanation of symbols]

101 CRT 102 ビデオRAM 103 BMU 104 キーボード 105 ポインティングデバイス 106 CPU 107 ROM 108 作業用のRAM 109 ハードディスク 110 フロッピィディスク 111 ネットワークインターフェース 112 I/Oバス 101 CRT 102 Video RAM 103 BMU 104 Keyboard 105 Pointing Device 106 CPU 107 ROM 108 Working RAM 109 Hard Disk 110 Floppy Disk 111 Network Interface 112 I / O Bus

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 文書を編集する編集手段と、 前記編集手段において編集された文書を論理的に複数の
編集データに分割する分割手段と、 前記分割手段により分割された複数の編集データを保存
する保存手段と、 前記保存手段に保存された複数の編集データのうち、編
集対象となるべき編集データを選択する選択手段と、 前記選択手段により選択された編集データを読み込む読
込手段とを有することを特徴とする文書処理装置。
An editing unit that edits a document; a dividing unit that logically divides the document edited by the editing unit into a plurality of edited data; and a plurality of edited data that are divided by the dividing unit. Storing means, selecting means for selecting, from among the plurality of pieces of editing data stored in the storing means, editing data to be edited, and reading means for reading the editing data selected by the selecting means. Characteristic document processing device.
【請求項2】 前記複数の編集データの各々に対してア
プリケーションのバージョン情報を付加するバージョン
情報付加手段と、 前記保存手段に保存された文書ファイルを読み込む場合
に、前記バージョン情報付加手段によって現行のバージ
ョン情報が付加されていない編集データを変換する編集
データ変換手段とを有することを特徴とする請求項1記
載の文書処理装置。
2. A version information adding unit for adding version information of an application to each of the plurality of editing data, and a current file information stored in the storage unit is read by the version information adding unit. 2. The document processing apparatus according to claim 1, further comprising edit data conversion means for converting edit data to which no version information is added.
【請求項3】 文書を編集する編集工程と、 前記編集工程で編集された文書を論理的に複数の編集デ
ータに分割する分割工程と、 前記分割工程で分割された複数の編集データを保存する
保存工程と、 前記保存工程で保存された複数の編集データのうち、編
集対象となるべき編集データを選択する選択工程と、 前記選択工程で選択された編集データを読み込む読込工
程とを有することを特徴とする文書処理方法。
3. An editing step of editing a document; a dividing step of logically dividing the document edited in the editing step into a plurality of edited data; and storing a plurality of edited data divided in the dividing step. A storing step, a selecting step of selecting editing data to be edited, from among the plurality of pieces of editing data stored in the storing step, and a reading step of reading the editing data selected in the selecting step. Characteristic document processing method.
【請求項4】 前記複数の編集データの各々に対してア
プリケーションのバージョン情報を付加するバージョン
情報付加工程と、 前記保存工程で保存された文書ファイルを読み込む場合
に、前記バージョン情報付加工程において現行のバージ
ョン情報が付加されていない編集データを変換する編集
データ変換工程とを有することを特徴とする請求項3記
載の文書処理方法。
4. A version information adding step of adding version information of an application to each of the plurality of edited data; and a step of reading the document file stored in the storing step, 4. The document processing method according to claim 3, further comprising an edit data conversion step of converting edit data to which version information is not added.
【請求項5】 文書を編集する編集工程と、 前記編集工程で編集された文書を論理的に複数の編集デ
ータに分割する分割工程と、 前記分割工程で分割された複数の編集データを保存する
保存工程と、 前記保存工程で保存された複数の編集データのうち、編
集対象となるべき編集データを選択する選択工程と、 前記選択工程で選択された編集データを読み込む読込工
程とを有することを特徴とする文書作成方法を実現する
ためのプログラムが記憶された、コンピュータで読み取
り可能な記憶媒体。
5. An editing process for editing a document, a dividing process for logically dividing the document edited in the editing process into a plurality of editing data, and storing the plurality of editing data divided in the dividing process. A storing step, a selecting step of selecting editing data to be edited, from among the plurality of pieces of editing data stored in the storing step, and a reading step of reading the editing data selected in the selecting step. A computer-readable storage medium storing a program for implementing a featured document creation method.
JP8239091A 1996-09-10 1996-09-10 Processor and method for document processing, and storage medium Withdrawn JPH1083333A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8239091A JPH1083333A (en) 1996-09-10 1996-09-10 Processor and method for document processing, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8239091A JPH1083333A (en) 1996-09-10 1996-09-10 Processor and method for document processing, and storage medium

Publications (1)

Publication Number Publication Date
JPH1083333A true JPH1083333A (en) 1998-03-31

Family

ID=17039688

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8239091A Withdrawn JPH1083333A (en) 1996-09-10 1996-09-10 Processor and method for document processing, and storage medium

Country Status (1)

Country Link
JP (1) JPH1083333A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7761925B2 (en) 2001-09-18 2010-07-20 Thomson Licensing Method for processing information parts of recorded data

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7761925B2 (en) 2001-09-18 2010-07-20 Thomson Licensing Method for processing information parts of recorded data
JP2012014708A (en) * 2001-09-18 2012-01-19 Thomson Licensing Method for processing information parts of recorded data
USRE44160E1 (en) 2001-09-18 2013-04-16 Thomson Licensing Method for processing information parts of recorded data
USRE44176E1 (en) 2001-09-18 2013-04-23 Thomson Licensing Method for processing information parts of recorded data
USRE44223E1 (en) 2001-09-18 2013-05-14 Thomson Licensing Method for processing information parts of recorded data
JP2013178786A (en) * 2001-09-18 2013-09-09 Thomson Licensing Method for processing information parts of recorded data
JP2014167804A (en) * 2001-09-18 2014-09-11 Thomson Licensing Method for processing information parts of recorded data

Similar Documents

Publication Publication Date Title
KR910002347B1 (en) Processing apparatus of image information
JP2763096B2 (en) Electronic filing equipment
JP2001067342A (en) Document processor and storage medium
JPH1083333A (en) Processor and method for document processing, and storage medium
US7272784B2 (en) Form processing method, form processing program, and form processing apparatus
JP2872457B2 (en) Image editing method and apparatus
JP4362777B2 (en) Programming device, symbol automatic registration method, program, and recording medium
JPH0762842B2 (en) Document management device
JP3119596B2 (en) Network monitoring device trap reception method
JPH08180046A (en) Method and device for processing document
JP2852162B2 (en) Database management device
JPH08137880A (en) Document processor
JPH0754513B2 (en) Document management device
JP2978178B2 (en) Document creation apparatus and control method thereof
JP2823188B2 (en) Information processing apparatus and method
JPH10105549A (en) Document editing processing method
JP2000112593A (en) System, device and method for controlling equipment and computer readable storage medium
JPH086928A (en) Method and device for processing document
JPH0981551A (en) Method and device for editing document
JPH11213072A (en) Document processor, its method and recording medium
JPH11213170A (en) Document processor, its method and storage medium
JPH09245032A (en) Document preparation device and page replacing method
JPH0916333A (en) Method and device for inputting character
JPH11184844A (en) Document processing method, processor and record medium which programs and records method
JPH08123798A (en) Method and device for processing document

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20031202