JPH1021224A - Information processing equipment - Google Patents

Information processing equipment

Info

Publication number
JPH1021224A
JPH1021224A JP8170449A JP17044996A JPH1021224A JP H1021224 A JPH1021224 A JP H1021224A JP 8170449 A JP8170449 A JP 8170449A JP 17044996 A JP17044996 A JP 17044996A JP H1021224 A JPH1021224 A JP H1021224A
Authority
JP
Japan
Prior art keywords
document
display
information
format
annotation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8170449A
Other languages
Japanese (ja)
Inventor
Hideyuki Tsutsumitake
秀行 堤竹
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP8170449A priority Critical patent/JPH1021224A/en
Publication of JPH1021224A publication Critical patent/JPH1021224A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To enable continuous switching between applications without completely finishing an application even if memory capacity is not enough and no special hardware such as an MMU is provided. SOLUTION: A document structure in internal format which is read out of a document file and obtained by converting an external format by a document analyzing device 105 is held in a memory by a document structure management device 103, and used for display on a display device 106. The document structure management device 103 when switching and displaying a document stores a document state storage file 107 with document state information including a scroll position and a cursor position indicating the state of the document which is currently displayed. To switch and display the document, the document structure management device 103 switches and displays a target document based on the document state information on the new document to be displayed on condition that the information is saved in the document state storage file 107.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、主として複数のア
プリケーションプログラムを並行して実行する、或いは
アプリケーションを切り替えて実行する情報処理機器に
係り、特に文書を切り替えて表示するのに好適な情報処
理機器に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus for mainly executing a plurality of application programs in parallel or switching between applications, and more particularly to an information processing apparatus suitable for switching and displaying documents. About.

【0002】[0002]

【従来の技術】ソフトウェア技術の進歩に伴い、一つの
情報処理機器の上で同時に複数のアプリケーションプロ
グラム(以下、単にアプリケーションと称する)を実行
することができるΟS(オペレーティングシステム)が
一般的になっている。例えば、一つのアプリケーション
として表計算(スプレッドシート)を立ち上げ、それを
終了させることなく別のアプリケーション、例えばメー
ルシステムを同時に立ち上げることができる。
2. Description of the Related Art With the advance of software technology, an S (operating system) that can simultaneously execute a plurality of application programs (hereinafter simply referred to as applications) on one information processing device has become common. I have. For example, a spreadsheet (spreadsheet) can be started as one application, and another application, for example, a mail system can be started at the same time without terminating the spreadsheet.

【0003】これらの機能を情報処理機器上で実現する
ためには、十分な量のメモリと高速な処理装置が必要で
ある。例えば、複数のアプリケーションが同時にメモリ
に収まるためには、同時に走るアプリケーションの数と
そのアプリケーションが消費するメモリの量を予め想定
し、それに見合うだけのメモリを搭載する必要がある。
To realize these functions on an information processing device, a sufficient amount of memory and a high-speed processing device are required. For example, in order for a plurality of applications to fit in a memory at the same time, it is necessary to preliminarily estimate the number of applications running at the same time and the amount of memory consumed by the applications, and to mount memory corresponding to the number.

【0004】しかし、不特定のアプリケーションに対
し、必要なメモリ量を正確に見積もるのは困難である。
そこで、必要以上のメモリを搭載することになる。とこ
ろが、メモリは非常にコストが高いので、不用意にメモ
リを増やすことは経済的に妥当ではない。
[0004] However, it is difficult to accurately estimate the required memory amount for an unspecified application.
Therefore, more memory than necessary is mounted. However, since the memory is very expensive, it is not economically appropriate to increase the memory carelessly.

【0005】そのため、コストの低いディスク装置など
の二次記憶装置にメモリの一部のデータを退避し、必要
に応じてメモリに取り込むことができる仮想記憶方式の
技術が広く利用されている。
[0005] For this reason, a virtual storage technique has been widely used in which a part of data in a memory can be saved in a secondary storage device such as a low-cost disk device and taken into the memory as needed.

【0006】しかし、仮想記憶方式の実装には、MMU
(Memory Management Unit:メモリ管理ユニット)と呼
ばれる特別なハードウェアが必要となる。一方、個人が
持ち運びして使うことが一般的な、低価格を目指した携
帯型の情報処理機器では、高価なメモリを多量に搭載し
たり、MMUを必要とする仮想記憶方式を実装すること
は、現実的ではない。そのため、この種の情報処理機器
では、同時に複数のアプリケーションを走らせるのは不
可能であるか、または同時に走ることができるアプリケ
ーションの数を限定している。
[0006] However, the implementation of the virtual memory system requires the MMU.
Special hardware called a (Memory Management Unit) is required. On the other hand, in portable information processing devices aimed at low prices, which are generally carried and used by individuals, it is not possible to mount a large amount of expensive memory or implement a virtual storage method that requires an MMU. , Not realistic. Therefore, in this type of information processing device, it is impossible to run a plurality of applications at the same time, or the number of applications that can run at the same time is limited.

【0007】[0007]

【発明が解決しようとする課題】このように、従来の技
術においては、メモリが少ない、或いは仮想記憶方式が
実装されていない情報処理機器では、同時に複数のアプ
リケーションを走らせることは不可能であるか、或いは
同時に走ることができるアプリケーションの数が限定さ
れているため、ユーザが別のアプリケーションを新たに
走らせたいときには、既に走っているアプリケーション
の中から本来終了させる必要のないアプリケーションを
選んで、そのアプリケーションを終了した後に、目的と
する別のアプリケーションを走らせるといった方法を余
儀なくされていた。
As described above, in the conventional technology, it is impossible to run a plurality of applications at the same time on an information processing device having a small memory or a virtual memory system is not mounted. Or, because the number of applications that can run at the same time is limited, when the user wants to run another application, select an application that does not need to be terminated from the applications that are already running. After terminating the application, it was necessary to run another desired application.

【0008】更に、終了したアプリケーションでユーザ
が行っていた作業を再開させるためには、当該アプリケ
ーションを再起動し、終了した際の状態をユーザが再現
させる必要があり、アプリケーション間の切り替えが非
連続的であるという問題があった。
Further, in order to resume the work performed by the user with the terminated application, it is necessary to restart the application and reproduce the state at the time of termination by the user. There was a problem that was a target.

【0009】本発明は上記事情を考慮してなされたもの
でその目的は、メモリ容量が十分でなく、またMMUな
どの特別のハードウェアを持たなくても、アプリケーシ
ョンを完全に終了させることなく連続的にアプリケーシ
ョン間の切り替えが行える情報処理機器を提供すること
を目的とする。
The present invention has been made in consideration of the above circumstances, and has as its object to continuously execute an application without completely ending the application even if the memory capacity is not sufficient and no special hardware such as an MMU is provided. It is an object of the present invention to provide an information processing device capable of switching between applications in a general manner.

【0010】[0010]

【課題を解決するための手段】本発明の第1の観点に係
る情報処理機器は、ユーザからの入力を受け付ける入力
手段と、文書を装置から独立した第1の形式(外部形
式)で保存する文書保存手段と、この文書保存手段に保
存されている文書を解析し、当該文書の形式を第1の形
式から装置内部で使用する画面表示に適した第2の形式
(内部形式)に変換する文書解析手段と、上記第2の形
式に変換された文書構造を管理する文書構造管理手段
と、この文書構造管理手段により管理されている文書構
造等をユーザに提示するのに用いられる表示手段と、上
記文書構造管理手段の管理対象となる第2の形式の情報
を再構成するのに必要な文書状態情報を保存しておくた
めの文書状態保存手段とを備えており、上記文書構造管
理手段は、表示中の文書とは別の文書への切り替えが要
求された際には、それまで表示されていた文書の文書状
態情報を生成して上記文書状態保存手段に保存する一
方、上記要求された文書の文書状態情報が上記文書状態
保存手段に保存されているならば、その文書状態情報に
基づいて目的の文書を切り替え表示することを特徴とす
る。
An information processing apparatus according to a first aspect of the present invention stores input means for receiving an input from a user and a document in a first format (external format) independent of the device. A document storage unit and a document stored in the document storage unit are analyzed, and the format of the document is converted from the first format to a second format (internal format) suitable for screen display used inside the apparatus. Document analysis means, document structure management means for managing the document structure converted into the second format, and display means used for presenting a user with a document structure and the like managed by the document structure management means. Document status storage means for storing document status information necessary for reconstructing the information in the second format to be managed by the document structure management means. Is the sentence being displayed When switching to another document is requested, the document status information of the document that has been displayed is generated and stored in the document status storage unit, while the document status information of the requested document is stored. Is stored in the document state storage means, a target document is switched and displayed based on the document state information.

【0011】このような情報処理機器においては、文書
を切り替えて表示する際に、その時点において表示中の
文書の状態を示す文書状態情報を生成して文書状態保存
手段に保存しておくことにより、ユーザが指定した文書
を表示する際に、当該文書の文書状態情報が既に文書状
態保存手段に保存されている場合には、その文書状態情
報をもとに当該文書が以前に切り替えられた際の状態を
再現することが可能となる。
In such an information processing apparatus, when a document is switched and displayed, document state information indicating the state of the currently displayed document is generated and stored in the document state storage means. When displaying the document specified by the user, if the document status information of the document is already stored in the document status storage means, the document is switched based on the document status information before. Can be reproduced.

【0012】このため、文書を切り替えて表示する際
に、その時点において表示されている文書の第2の形式
の文書構造を、後で再使用可能とするためにメモリ中に
保存しておく必要がなく、メモリを節約できる。
Therefore, when the document is switched and displayed, the document structure of the second format of the currently displayed document needs to be stored in the memory so that it can be reused later. And saves memory.

【0013】特に、文書状態情報として、表示文書が切
り替えられる際の表示中文書のスクロール位置並びにカ
ーソル位置の情報を持たせるならば、当該文書を再度表
示する際には、文書保存手段内の当該文書の第1の形式
から変換生成される第2の形式の文書構造と、その文書
状態情報中のスクロール位置並びにカーソル位置から、
以前に切り替えられた際の文書表示状態を確実に再現で
きる。
In particular, if information on the scroll position and the cursor position of the displayed document when the displayed document is switched is provided as document status information, when the document is displayed again, the information in the document storage means is stored. From the document structure of the second format converted and generated from the first format of the document, and the scroll position and the cursor position in the document status information,
The document display state at the time of switching before can be reliably reproduced.

【0014】また、文書状態情報中に、上記スクロール
位置並びにカーソル位置の情報に加えて、該当する文書
の第2の形式の文書構造中の各項目の表示座標を持たせ
るならば、この文書状態情報だけから、当該文書が以前
に切り替えられた際の文書表示状態を、完全ではないも
のの、ほぼ再現することが可能となる。この場合、文書
保存手段内の該当する文書の第1の形式を第2の形式に
変換する処理が必要ないため、より高速に目的の文書を
切り替え表示することができる。
If the display state of each item in the document structure of the second format of the corresponding document is provided in addition to the information of the scroll position and the cursor position in the document state information, this document state From the information alone, the document display state when the document was previously switched can be almost, but not completely, reproduced. In this case, since there is no need to perform a process of converting the first format of the corresponding document in the document storage unit into the second format, the target document can be switched and displayed more quickly.

【0015】次に、本発明の第2の観点に係る情報処理
機器は、上記1の観点に係る情報処理機器における文書
状態保存手段に代えて、上記文書構造管理手段により管
理されている文書構造中の各項目の表示座標値を含む文
書の概略表示用の文書表示情報を生成する文書表示情報
作成手段と、この文書表示情報作成手段により生成され
た文書表示情報を保存しておくための表示文書保存手段
と、上記表示手段に表示中の文書とは別の文書への切り
替えが要求された際には、その要求された文書の文書表
示情報が上記表示文書保存手段に保存されているなら
ば、その文書表示情報をもとに当該文書の概略文書構造
を表示するための概略文書構造表示データを生成し、当
該表示データに基づいて目的文書の概略文書構造を切り
替え表示する表示デー夕生成手段とを備える他、上記文
書構造管理手段に以下の機能、即ち上記表示手段に表示
中の文書とは別の文書への切り替えが要求された際に、
その要求された文書の形式が上記文書解析手段により第
2の形式に変換されるのを待って、その変換後の文書構
造を表示手段に表示し、上記表示デー夕生成手段による
概略文書構造表示から切り替える機能を持たせたことを
特徴とする。
Next, an information processing apparatus according to a second aspect of the present invention comprises a document structure managed by the document structure management means in place of the document state storage means in the information processing apparatus according to the first aspect. Document display information generating means for generating document display information for displaying the outline of a document including the display coordinate values of each item in the document, and a display for storing the document display information generated by the document display information generating means When a request is made to switch to a document different from the document being displayed on the display means and the document being displayed on the display means, if the document display information of the requested document is stored in the display document storage means, For example, based on the document display information, display data for generating the outline document structure display data for displaying the outline document structure of the document, and switching and displaying the outline document structure of the target document based on the display data. Another and a evening generating means, the following functions to the document structure management unit, i.e. when the document being displayed on said display means to switch to another document has been requested,
Waiting for the requested document format to be converted into the second format by the document analysis means, displaying the converted document structure on the display means, and displaying the schematic document structure by the display data generation means. It is characterized by having a function of switching from.

【0016】このような情報処理機器においては、文書
構造管理手段により管理されている文書の第2の形式の
文書構造から、その文書構造中の各項目の表示座標値を
含む文書の概略表示用の文書表示情報(概略表示情報)
を生成して表示文書保存手段に保存しておくことによ
り、ユーザが指定した文書を表示する際に、その文書の
文書表示情報が既に表示文書保存手段に保存されている
ならば、その文書表示情報に含まれている当該文書の各
項目の座標値などの情報に基づき文書の概略を表示する
ことができるため、文書の第1の形式を文書解析手段に
より第2の形式に変換し、その第2の形式の文書構造を
最初から表示するだけの場合に比べ、表示文書の切り替
えを高速に行うことができる。しかも、文書の第2の形
式の文書構造をメモリ中に保存しておく必要がないた
め、メモリを節約できる。
In such an information processing device, the document structure of the second format, which is managed by the document structure management means, is used to roughly display the document including the display coordinate values of each item in the document structure. Document display information (summary display information)
Is generated and stored in the display document storage unit. When displaying the document specified by the user, if the document display information of the document is already stored in the display document storage unit, the document display is performed. Since the outline of the document can be displayed based on the information included in the information, such as the coordinate value of each item of the document, the first format of the document is converted into the second format by the document analysis means, and The displayed document can be switched at a higher speed than when the document structure of the second format is only displayed from the beginning. Moreover, since it is not necessary to store the document structure of the document in the second format in the memory, the memory can be saved.

【0017】なお、この第2の観点に係る情報処理機器
に、前記第1の観点に係る情報処理機器で適用されてい
る文書状態保存手段を付加し、目的文書の文書表示情報
を利用して当該文書の概略を表示する際に、当該文書の
文書状態情報も利用することで、当該文書が以前に切り
替えられた際の文書表示状態の概略を速やかに再現する
ことが可能となる。
The information processing apparatus according to the second aspect is further provided with a document state storage means applied to the information processing apparatus according to the first aspect, and utilizing the document display information of the target document. By using the document state information of the document when displaying the outline of the document, it is possible to quickly reproduce the outline of the document display state when the document was previously switched.

【0018】次に、本発明の第3の観点に係る情報処理
機器は、上記1の観点に係る情報処理機器における文書
状態保存手段に代えて、上記文書構造管理手段により管
理されている文書の文書構造に対して重ね書きの注釈を
書き加えるための注釈手段と、この注釈手段により注釈
が重ね書きされた注釈領域を上記文書構造管理手段によ
り管理されている文書の文書構造中から抽出して、その
抽出した注釈領域の文書構造部分を切り替え表示する注
釈領域抽出手段とを備える他、上記文書構造管理手段に
以下の機能、即ち上記注釈領域抽出手段により抽出され
た注釈領域の表示の後、自身が管理している文書構造の
表示に切り替える機能を持たせたことを特徴とする。
Next, an information processing apparatus according to a third aspect of the present invention is a data processing apparatus according to the first aspect, wherein the information processing apparatus stores a document managed by the document structure management means instead of the document state storage means. An annotation means for adding an overwrite annotation to the document structure, and an annotation area in which the annotation is overwritten by the annotation means is extracted from the document structure of the document managed by the document structure management means. In addition to having an annotation area extracting means for switching and displaying the document structure portion of the extracted annotation area, the document structure management means has the following function, that is, after displaying the annotation area extracted by the annotation area extracting means, It is characterized by having a function of switching to the display of the document structure managed by itself.

【0019】このような情報処理機器においては、文書
を表示する際に、ユーザが注釈を重ね書きした領域を最
初に表示することになるため、文書をめくりながら検索
する際に、識別に必要となる情報が最初に表示される可
能性が高まり、高速に検索できるようになる。
In such an information processing apparatus, when displaying a document, the user first displays the area where the user has overwritten the annotation, so that when searching while turning over the document, it is necessary to identify the area. The likelihood that certain information will be displayed first increases, and the information can be searched at high speed.

【0020】なお、この第3の観点に係る情報処理機器
に、前記第2の観点に係る情報処理機器で適用されてい
る文書表示情報作成手段及び表示文書保存手段を付加
し、この表示文書保存手段に目的の文書の文書表示情報
が登録されている場合には、その文書表示情報から注釈
領域を抽出して、その領域の部分、即ち注釈が存在する
部分の概略を表示することも可能である。この場合、ユ
ーザが注釈を重ね書きした領域が一層高速に表示でき
る。
The information processing apparatus according to the third aspect is provided with a document display information creating means and a display document storage means applied to the information processing apparatus according to the second aspect, and the display document storage means is provided. When the document display information of the target document is registered in the means, it is also possible to extract a comment region from the document display information and display a portion of the region, that is, a summary of a portion where the comment exists. is there. In this case, the area where the user has overwritten the annotation can be displayed at higher speed.

【0021】また、第3の観点に係る情報処理機器に、
前記第1の観点に係る情報処理機器で適用されている文
書状態保存手段を付加し、表示文書を切り替える際に、
その時点において表示中の文書の状態を示す文書状態情
報を生成して保存しておき、その文書を再度表示する場
合に、上記保存しておいた文書状態情報を利用して、そ
の文書の内部形式を再構成し、その再構成後の内部形式
から注釈領域を抽出して画面表示するようにしても構わ
ない。この場合、文書が以前に切り替えられた際の状態
をほぼ再現できるため、識別に必要となる情報が最初に
表示される可能性を一層高めることができる。
Further, the information processing apparatus according to the third aspect includes:
When a document state storage unit applied to the information processing apparatus according to the first aspect is added and a display document is switched,
Generates and saves document status information indicating the status of the document being displayed at that point in time, and when the document is displayed again, uses the saved document status information to store the internal status of the document. The format may be reconstructed, and the annotation area may be extracted from the reconstructed internal format and displayed on the screen. In this case, since the state when the document was previously switched can be almost reproduced, the possibility that information necessary for identification is displayed first can be further increased.

【0022】[0022]

【発明の実施の形態】以下、本発明の実施の形態につ
き、アプリケーションの種類として、文書(ページ)を
表示するアプリケーションを適用する場合を例に、図面
を参照して説明する。 [第1の実施形態]図1は本発明の第1の実施形態に係
る情報処理機器の機能構成を示すブロック図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings, taking as an example a case where an application for displaying a document (page) is applied as an application type. [First Embodiment] FIG. 1 is a block diagram showing a functional configuration of an information processing apparatus according to a first embodiment of the present invention.

【0023】同図において、101はユーザからの入力
を受け付けるキーボードやマウスなどからなる入力装
置、102は入力されたコマンドを処理し対応する操作
を実行する制御装置、103は表示(操作)の対象とな
る文書の文書構造をメモリ(図示せず)中で管理する文
書構造管理装置である。
In FIG. 1, reference numeral 101 denotes an input device including a keyboard and a mouse for receiving an input from a user; 102, a control device for processing an inputted command and executing a corresponding operation; 103, a display (operation) target Is a document structure management device that manages a document structure of a document to be stored in a memory (not shown).

【0024】104は各種の文書を保存しておくファイ
ル(文書ファイル)、105は文書ファイル104から
文書を読み込んで、その構造を解析し、装置内部で使用
する画面表示に適した形式に変換して文書構造管理装置
103に渡す文書解析装置である。
Reference numeral 104 denotes a file (document file) in which various documents are stored. 105 reads a document from the document file 104, analyzes its structure, and converts it into a format suitable for screen display used inside the apparatus. This is a document analysis device to be passed to the document structure management device 103.

【0025】文書ファイル104には、各種の文書(ペ
ージ)がある形式(第1の形式)で保存されている。こ
の形式は、図1の装置に固有のものではないため、外部
形式と呼ぶことにする。この文書の外部形式は、例えば
SGML(Standard Generalized Markup Language)や
WWW(World Wide Web)で用いられるHTML(Hype
rtext Markup Language )などの形式である。図2にそ
の一例を示す。文書ファイル104に保存されている各
文書は、ユニークに識別することができるIDを持つも
のとする。以下、このIDを文書IDと呼ぶ。
The document file 104 stores various documents (pages) in a certain format (first format). This format is not specific to the device of FIG. 1 and will be referred to as an external format. The external format of this document is, for example, HTML (Hype) used in SGML (Standard Generalized Markup Language) or WWW (World Wide Web).
rtext Markup Language). FIG. 2 shows an example. Each document stored in the document file 104 has an ID that can be uniquely identified. Hereinafter, this ID is called a document ID.

【0026】文書解析装置105は、文書解析装置10
5に保存されている文書の外部形式の構文を解析し、文
書構造管理装置103で処理するための画面表示に適し
た形式(第2の形式)に変換する。この文書構造管理装
置103で処理するための形式を、装置内部で使用する
形式であることから、内部形式と呼ぶ。
The document analysis device 105 includes the document analysis device 10
5 is analyzed and converted into a format (second format) suitable for screen display for processing by the document structure management device 103. The format for processing by the document structure management device 103 is called an internal format because it is a format used inside the device.

【0027】図2の文書を内部形式の構造に変換した例
を図3に示す。この図3では、文字列部分や画像部分
が、ブロツク300単位でポインタ310の列からなる
線形リストで結合されている。各ポインタ310は、ブ
ロック300毎に設けられ、対応するブロック300を
指し示すポインタ情報と、次のブロック(300)のポ
インタ(310)を指し示すポインタ情報とを持つ。な
お、次のブロック(300)が存在しない場合、その旨
を示す情報がポインタ情報に代えて用いられる。
FIG. 3 shows an example in which the document shown in FIG. 2 is converted into an internal format structure. In FIG. 3, a character string portion and an image portion are linked by a linear list including a row of pointers 310 in units of blocks 300. Each pointer 310 is provided for each block 300, and has pointer information indicating the corresponding block 300 and pointer information indicating the pointer (310) of the next block (300). If the next block (300) does not exist, information indicating that fact is used instead of the pointer information.

【0028】各ブロック300は、後述する表示装置1
06に表示するときの表示位置を示すx座標301並び
にy座標302と、文字列或いは画像などのデータ種類
を識別するタグ(識別タグ)303と、実際の文字列デ
ータ或いは画像データ(が格納されている画像ファイル
のファイル名)が設定されているデータ部304から構
成される。このような文書構造を文書ファイル104内
の文書から生成する処理はー般的に時間のかかる処理で
ある。
Each block 300 includes a display device 1 to be described later.
06, an x-coordinate 301 and a y-coordinate 302 indicating a display position when displayed, a tag (identification tag) 303 for identifying a data type such as a character string or an image, and actual character string data or image data are stored. (A file name of the current image file). The process of generating such a document structure from the documents in the document file 104 is generally a time-consuming process.

【0029】図3の文書構造(文書の内部形式)を表示
した場合の画面例を図4に示す。ここでは、画面上の指
定された座標位置に文字列や画像などの内容が表示され
ていることが分かる。与えられた文書の内部形式を表示
する処理は、図3の例のように、座標値やデータが既に
与えられているため高速に行える。
FIG. 4 shows an example of a screen when the document structure (internal format of the document) shown in FIG. 3 is displayed. Here, it can be seen that the contents such as a character string and an image are displayed at the designated coordinate position on the screen. The process of displaying the internal format of a given document can be performed at high speed because coordinate values and data have already been given as in the example of FIG.

【0030】再び図1を参照すると、106は文書構造
管理装置103により管理されている内部形式の文書構
造等を表示するための表示装置、107は文書構造管理
装置103により管理される文書構造の情報のうち、全
てまたは一部を再構成するのに必要な情報(以下、文書
状態情報と称する)を文書単位で保存しておくための文
書状態保存ファイルである。
Referring again to FIG. 1, reference numeral 106 denotes a display device for displaying a document structure or the like in an internal format managed by the document structure management device 103, and 107 denotes a document structure managed by the document structure management device 103. This is a document state storage file for storing information (hereinafter, referred to as document state information) necessary for reconstructing all or part of the information in document units.

【0031】文書状態保存ファイル107に保存される
文書状態情報は文書IDをキーとして検索できるような
データ構造となっており、文書IDと、その文書IDを
持つ文書が表示されていたときのスクロール位置並びに
カーソル位置を含む。
The document status information stored in the document status storage file 107 has a data structure that can be searched using the document ID as a key. The document ID and the scroll when the document having the document ID is displayed are displayed. Includes position as well as cursor position.

【0032】図5に、文書状態情報の一例を示す。図5
の例では、文書IDが“123”である文書のスクロー
ル位置が“25”であり、カーソル位置が“31”であ
ることが示されている。文書IDが“456”である文
書についても同様である。ここで、スクロール位置並び
にカーソル位置は、物理的な画面上の座標値であって
も、論理的な文字列での位置であっても構わない。
FIG. 5 shows an example of the document status information. FIG.
In the example, the scroll position of the document whose document ID is "123" is "25", and the cursor position is "31". The same applies to a document whose document ID is “456”. Here, the scroll position and the cursor position may be physical coordinate values on the screen or logical character positions.

【0033】以上に述べた図1の構成のうち、制御装置
102、文書構造管理装置103及び文書解析装置10
5は、例えばパーソナルコンピュータなどの情報処理機
器が一般に有するCPUと、当該CPUにより実行され
る専用のソフトウェア(ソフトウェアプログラム)を用
いて実現されるものである。なお、このソフトウェア
は、磁気ディスク(フロッピーディスク)、光ディスク
(CD−ROM,DVDなど)、半導体メモリなどの記
憶媒体に格納して頒布可能である。また、文書ファイル
104及び文書状態保存ファイル107は、磁気ディス
ク(フロッピーディスク)等を用いて実現される。
In the configuration of FIG. 1 described above, the control device 102, the document structure management device 103, and the document analysis device 10
Reference numeral 5 is realized by using, for example, a CPU generally included in an information processing device such as a personal computer and dedicated software (software program) executed by the CPU. This software can be distributed by storing it in a storage medium such as a magnetic disk (floppy disk), an optical disk (CD-ROM, DVD, or the like), or a semiconductor memory. The document file 104 and the document state storage file 107 are realized using a magnetic disk (floppy disk) or the like.

【0034】次に、図1の構成の動作を、図6のフロー
チャートを参照して説明する。まずユーザが、入力装置
101を用いて何らかのコマンドを入力すると(ステッ
プ601)、制御装置102は、その入力コマンドの種
類を調べ、表示文書IDを切り替えるコマンド(ページ
を切り替えるコマンド)であるならば(ステップ60
2)、文書構造管理装置103にその旨を通知する。
Next, the operation of the configuration of FIG. 1 will be described with reference to the flowchart of FIG. First, when the user inputs some command using the input device 101 (step 601), the control device 102 checks the type of the input command, and if the command is a command for switching a display document ID (a command for switching a page) ( Step 60
2), the document structure management device 103 is notified to that effect.

【0035】すると文書構造管理装置103は、自身が
内部(メモリ上)で保持・管理している現在表示中の文
書の状態を示す図5に示したような文書状態情報、即ち
現在表示中の文書の文書IDと、現在のスクロール位置
並びにカーソル位置とを含む文書状態情報を生成し、文
書状態保存ファイル107に保存する(ステップ60
3)。この際、同じ文書IDを持つ文書状態情報が文書
状態保存ファイル107に存在しないならば、上記生成
した文書状態情報は、文書状態保存ファイル107内に
新規登録され、同じ文書IDを持つ文書状態情報が既に
登録されているならば、その既登録文書状態情報が、上
記生成した最新の文書状態情報に更新される。
Then, the document structure management apparatus 103, as shown in FIG. 5, shows the state of the currently displayed document held and managed internally (on the memory), that is, the state of the currently displayed document. The document state information including the document ID of the document, the current scroll position and the cursor position is generated and stored in the document state storage file 107 (step 60).
3). At this time, if the document status information having the same document ID does not exist in the document status storage file 107, the generated document status information is newly registered in the document status storage file 107, and the document status information having the same document ID is stored. Is already registered, the registered document status information is updated to the latest document status information generated above.

【0036】また制御装置102は、文書解析装置10
5に対し、入力コマンドの指定する文書の解析を要求す
る。これにより文書解析装置105は、入力コマンドで
指定された文書IDを持つ文書を文書ファイル104か
ら読み込んで、その文書構造を図2の例のような外部形
式から、図3の例のような内部形式に変換し、文書構造
管理装置103に渡す(ステップ604)。
Further, the control device 102 controls the document analysis device 10
5 requests analysis of the document specified by the input command. Accordingly, the document analysis apparatus 105 reads a document having the document ID specified by the input command from the document file 104, and changes the document structure from an external format as shown in FIG. 2 to an internal format as shown in FIG. The document is converted into a format and transferred to the document structure management device 103 (step 604).

【0037】すると文書構造管理装置103は、入力コ
マンドで指定された文書IDを持つ文書に関する(図5
に示したようなデータ構造の)文書状態情報が文書状態
保存ファイル107に登録されているか否かを調べる
(ステップ605)。
Then, the document structure management device 103 relates to the document having the document ID specified by the input command (see FIG. 5).
It is checked whether or not the document status information (having the data structure as shown in (1)) is registered in the document status storage file 107 (step 605).

【0038】もし、指定の文書IDを持つ文書、即ち新
たに表示すべき文書の文書状態情報が既に登録されてい
るならば、文書構造管理装置103は、その文書状態情
報からスクロール位置の情報を取り出し、その値を文書
解析装置105から渡された(図3に示したような)内
部形式の文書構造の各y座標値からそれぞれ差し引く
(ステップ606)。ここで、文書の内部形式に従う文
書表示は、y座標値が0の部分から行われることから、
上記ステップ606の処理の結果、指定文書IDの文書
が以前に切り替えられた際の文書表示状態を再現するこ
とが可能となる。
If the document having the designated document ID, that is, the document status information of the document to be newly displayed has already been registered, the document structure management device 103 extracts the scroll position information from the document status information. Then, the value is subtracted from each y coordinate value of the document structure in the internal format (as shown in FIG. 3) passed from the document analysis device 105 (step 606). Here, since the document display according to the internal format of the document is performed from the part where the y coordinate value is 0,
As a result of the processing in step 606, it is possible to reproduce the document display state when the document with the designated document ID was previously switched.

【0039】また文書構造管理装置103は、文書状態
保存ファイル107に登録されている指定文書の文書状
態情報からカーソル位置の情報を取り出し、そのカーソ
ル位置にカーソルを移動させる(ステップ607)。
The document structure management device 103 extracts the information on the cursor position from the document state information of the designated document registered in the document state storage file 107, and moves the cursor to the cursor position (step 607).

【0040】そして文書構造管理装置103は、ステッ
プ606の操作を施した文書の内部形式に従い、当該文
書を表示装置106に表示する(608)。一方、指定
の文書IDを持つ文書の文書状態情報が文書状態保存フ
ァイル107に登録されていないならば、文書構造管理
装置103は、文書解析装置105から渡された内部形
式の文書構造を表示装置106に表示する(ステップS
608)。この場合には、文書の先頭から表示され、カ
ーソルも先頭位置(行)に表示される。
Then, the document structure management device 103 displays the document on the display device 106 according to the internal format of the document on which the operation of step 606 has been performed (608). On the other hand, if the document status information of the document having the specified document ID is not registered in the document status storage file 107, the document structure management device 103 displays the internal document structure passed from the document analysis device 105 on the display device. 106 (step S
608). In this case, the document is displayed from the top, and the cursor is also displayed at the top position (line).

【0041】なお、以上の説明では、文書の表示状態を
再現するために、文書ファイル104に保存されている
外部形式の指定文書と、文書状態保存ファイル107に
登録されている指定文書に関する文書状態情報の両者を
用いているが、必ずしも両者を用いる必要はない。例え
ば文書の状態を完全に再現する必要がなければ、文書状
態保存ファイル107に、表示文書が切り替えられる際
の表示中文書のスクロール位置並びにカーソル位置に加
えて、文書の内部形式で使われる項目と表示座標なども
文書状態情報として保存するならば、この文書状態情報
だけで、当該文書が以前に切り替えられた際の文書表示
状態をほぼ再現することが可能となる。この場合、(文
書ファイル104内の)外部形式の指定文書は必要な
く、しかも文書解析装置105による構文解析並びに文
書形式変換処理も必要ないため、より高速に目的の文書
を切り替え表示することができる。 [第2の実施形態]図7は本発明の第2の実施形態に係
る情報処理機器の機能構成を示すブロック図である。
In the above description, in order to reproduce the display state of the document, the designated document in the external format stored in the document file 104 and the document state related to the designated document registered in the document state storage file 107 are described. Although both of the information are used, it is not always necessary to use both. For example, if it is not necessary to completely reproduce the state of the document, the document state storage file 107 includes, in addition to the scroll position and the cursor position of the displayed document when the displayed document is switched, items used in the internal format of the document. If display coordinates and the like are also stored as document state information, it is possible to almost reproduce the document display state when the document was previously switched using only the document state information. In this case, the designated document in the external format (within the document file 104) is not required, and the syntax analysis and the document format conversion process by the document analysis device 105 are not required, so that the target document can be switched and displayed more quickly. . [Second Embodiment] FIG. 7 is a block diagram showing a functional configuration of an information processing apparatus according to a second embodiment of the present invention.

【0042】同図において、701はユーザからの入力
を受け付けるキーボードやマウスなどからなる入力装
置、702は入力されたコマンドを処理し対応する操作
を実行する制御装置、703は表示(操作)の対象とな
る文書の文書構造をメモリ(図示せず)中で管理する文
書構造管理装置である。
In the figure, reference numeral 701 denotes an input device such as a keyboard or a mouse for receiving an input from a user; 702, a control device for processing an inputted command and executing a corresponding operation; 703, a display (operation) target Is a document structure management device that manages a document structure of a document to be stored in a memory (not shown).

【0043】704は各種の文書を保存しておくファイ
ル(文書ファイル)、705は文書ファイル704から
文書を読み込んで、その構造を解析し、外部形式から内
部形式に変換して文書構造管理装置703に渡す文書解
析装置である。
Reference numeral 704 denotes a file (document file) for storing various documents. Reference numeral 705 denotes a document read from the document file 704, analyzes its structure, converts the document from an external format to an internal format, and converts it into an internal format. Document analysis device to pass to

【0044】706は文書構造管理装置703により管
理されている内部形式の文書構造等を表示するための表
示装置、707は文書構造管理装置703で管理されて
いる内部形式の文書構造を表示装置706に表示する際
に、当該文書構造中の各項目の座標値を含む概略表示情
報(ここでは、各項目の種類と、その項目の座標値を文
書IDと共に持つ概略表示情報)を生成する文書表示情
報作成装置である。ここで概略表示情報は、文書の概略
(概略文書構造)を表示するための文書表示情報であ
り、例えば、文書中の文字列の部分については、各文字
をそれぞれ表示するのではなく、文字枠に相当する矩形
だけを表示したり、連続した文字列を線分で表示したり
するための情報である。また、画像については、高速に
表示するために、色の数を減らしたものや、縮小した画
像情報、或いは画像の大きさのみを示す画像輪郭図形が
概略表示情報となる。本実施形態では、文字列について
は、連続した文字列を幅(文字の高さに一致)のある線
分(直線)で表し、画像については、画像の大きさのみ
を表すための簡略化された概略表示情報が用いられるも
のとする。
Reference numeral 706 denotes a display device for displaying an internal format document structure and the like managed by the document structure management device 703, and 707 denotes a display device for displaying the internal format document structure managed by the document structure management device 703. To display the outline display information (here, the outline display information having the type of each item and the coordinate value of the item together with the document ID) including the coordinate value of each item in the document structure. An information creation device. Here, the outline display information is document display information for displaying an outline of the document (schematic document structure). For example, for a character string portion in the document, each character is not displayed but a character frame is displayed. This is information for displaying only a rectangle corresponding to, or displaying a continuous character string as a line segment. In addition, as for the image, in order to display the image at high speed, the reduced number of colors, the reduced image information, or the image contour figure indicating only the size of the image is the rough display information. In the present embodiment, for a character string, a continuous character string is represented by a line segment (straight line) having a width (corresponding to the height of the character), and for an image, the character string is simplified to represent only the size of the image. It is assumed that the summary display information is used.

【0045】708は文書表示情報作成装置707によ
り生成された概略表示情報を文書(文書ID)単位で保
存しておくめの表示文書保存ファイル、709は表示文
書の切り替えに際し、表示すべき文書の概略表示情報が
表示文書保存ファイル708内に保存されているなら
ば、その文書の概略(概略文書構造)を画面表示する表
示データ(概略文書構造表示データ)を生成し、当該表
示データに基づいて表示装置706への概略文書構造表
示を行う表示データ生成装置である。
Reference numeral 708 denotes a display document storage file for storing the outline display information generated by the document display information creation device 707 in units of documents (document IDs). Reference numeral 709 denotes a document to be displayed when switching the display documents. If the outline display information is stored in the display document storage file 708, display data (outline document structure display data) for displaying the outline (outline document structure) of the document on the screen is generated, and based on the display data. This is a display data generation device that displays a schematic document structure on the display device 706.

【0046】なお、本実施形態における入力装置70
1、文書構造管理装置703、文書ファイル704、表
示装置706は、それぞれ前記第1の実施形態における
入力装置101、文書構造管理装置103、文書ファイ
ル104、表示装置106と同様であり、また文書の外
部形式と内部形式の意味するところも前記第1の実施形
態におけるのと同様である。
The input device 70 according to the present embodiment is
1. The document structure management device 703, the document file 704, and the display device 706 are the same as the input device 101, the document structure management device 103, the document file 104, and the display device 106 in the first embodiment, respectively. The meanings of the external format and the internal format are the same as in the first embodiment.

【0047】次に、図7の構成の動作を、図8のフロー
チャートを参照して説明する。まずユーザが、入力装置
701を用いて何らかのコマンドを入力すると(ステッ
プ801)、制御装置702は、その入力コマンドの種
類を調べ、表示文書IDを切り替えるコマンドであるな
らば(ステップ802)、文書表示情報作成装置707
にその旨を通知する。
Next, the operation of the configuration of FIG. 7 will be described with reference to the flowchart of FIG. First, when the user inputs a command using the input device 701 (step 801), the control device 702 checks the type of the input command, and if the command is a command for switching the display document ID (step 802), displays the document. Information creation device 707
To that effect.

【0048】すると文書表示情報作成装置707は、文
書構造管理装置703により保持・管理されている現在
表示中の文書(即ち入力コマンドにより指定される文書
への切り替えの対象となる現在表示中の文書)の内部形
式をもとに、その内部形式で示されている文書構造中の
各項目の座標値等を含む概略表示情報を生成し、表示文
書保存ファイル708に保存する(ステップ803)。
この際、同じ文書IDを持つ概略表示情報が表示文書保
存ファイル708に存在しないならば、上記生成した概
略表示情報は、表示文書保存ファイル708内に新規登
録され、同じ文書IDを持つ概略表示情報が既に登録さ
れているならば、その既登録の概略表示情報が、上記生
成した最新の概略表示情報に更新される。
Then, the document display information creation device 707 sends the currently displayed document held and managed by the document structure management device 703 (that is, the currently displayed document to be switched to the document specified by the input command). ), Outline display information including the coordinate values of each item in the document structure shown in the internal format is generated and stored in the display document storage file 708 (step 803).
At this time, if the summary display information having the same document ID does not exist in the display document storage file 708, the generated summary display information is newly registered in the display document storage file 708 and the summary display information having the same document ID is stored. Is already registered, the registered general display information is updated to the latest generated general display information.

【0049】図9に、表示文書保存ファイル708に登
録される概略表示情報のデータ構造例を示す。図9は、
文書IDが“123”である文書(外部形式が図2で表
され、表示画像が図4のようになる文書)の概略表示情
報として、(幅のある)直線(線分)と画像がある例で
ある。直線は開始位置のxy座標が(5,3)で長さが
12のもの、xy座標が(5,50)で長さが12のも
のなど合計4本の直線がある。画像は左上端のxy座標
が(12,13)で大きさが40×30のものがある。
FIG. 9 shows a data structure example of the schematic display information registered in the display document storage file 708. FIG.
As the rough display information of the document whose document ID is “123” (the document whose external format is shown in FIG. 2 and the display image is as shown in FIG. 4), there is a (wide) straight line (line segment) and an image. It is an example. There are a total of four straight lines, such as those having xy coordinates (5, 3) and a length of 12 at the start position and xy coordinates (5, 50) and a length of 12 at the start position. Some images have xy coordinates (12, 13) at the upper left corner and a size of 40 × 30.

【0050】このような概略表示情報の生成には、上記
したように文書構造管理装置703により保持・管理さ
れている文書の内部形式が利用されることから、その処
理は高速に行える。
The generation of such summary display information uses the internal format of the document held and managed by the document structure management device 703 as described above, so that the processing can be performed at high speed.

【0051】さて、現在表示中の文書の概略表示情報が
表示文書保存ファイル708に登録されると、制御装置
102の制御のもとで、以下に述べるような、主として
文書構造管理装置703による処理(ステップ804)
と、文書表示情報作成装置707及び表示データ生成装
置709による処理(ステップ805)とが同時に開始
される。
When the summary display information of the currently displayed document is registered in the display document storage file 708, the process mainly performed by the document structure management device 703 as described below under the control of the control device 102. (Step 804)
And the processing (step 805) by the document display information creation device 707 and the display data creation device 709 are started simultaneously.

【0052】まずステップ805の処理について説明す
る。文書表示情報作成装置707は、制御装置702か
らの指示により、入力コマンドで指定された文書IDを
持つ文書に関する(図9に示したようなデータ構造の)
概略表示情報が表示文書保存ファイル708に登録され
ているか否かを調べる(ステップ809)。
First, the processing in step 805 will be described. The document display information creation device 707 relates to a document having the document ID specified by the input command in response to an instruction from the control device 702 (having a data structure as shown in FIG. 9).
It is checked whether the outline display information is registered in the display document storage file 708 (step 809).

【0053】もし、指定の文書IDを持つ文書に関する
概略表示情報が登録されていないならば、文書表示情報
作成装置707はその旨を制御装置702に通知し、ス
テップS805の処理は終了となる。
If the summary display information relating to the document having the specified document ID is not registered, the document display information creation device 707 notifies the control device 702 of the fact, and the processing in step S805 ends.

【0054】これに対し、指定の文書IDを持つ文書に
関する概略表示情報が登録されているならば、文書表示
情報作成装置707はその旨を制御装置702に通知す
る。これを受けて制御装置702は表示データ生成装置
709を起動する。
On the other hand, if the general display information relating to the document having the specified document ID is registered, the document display information creating device 707 notifies the control device 702 of the registration. In response to this, the control device 702 activates the display data generation device 709.

【0055】すると表示データ生成装置709は、指定
の文書IDを持つ文書(指定文書)に関する概略表示情
報を表示文書保存ファイル708から読み込み(ステッ
プ810)、その概略表示情報をもとに指定文書の文書
構造の概略を表示するための概略文書構造表示データを
生成して、表示装置706に表示する(ステップ81
1)。
Then, the display data generation device 709 reads summary display information on the document (designated document) having the designated document ID from the display document storage file 708 (step 810), and based on the summary display information, generates the designated document. The general document structure display data for displaying the outline of the document structure is generated and displayed on the display device 706 (step 81).
1).

【0056】以上がステップ805の処理である。次
に、ステップ805の処理と並行して行われるステップ
804の処理について説明する。
The above is the processing of step 805. Next, the processing of step 804 performed in parallel with the processing of step 805 will be described.

【0057】ここでは、まず文書解析装置705が起動
される。文書解析装置705は、制御装置702からの
指示により、入力コマンドで指定された文書IDを持つ
文書を文書ファイル704から読み込んで、その文書構
造を図2の例のような外部形式から、図3の例のような
内部形式に変換し、文書構造管理装置703に渡す(ス
テップ806)。
Here, first, the document analysis device 705 is started. In response to an instruction from the control device 702, the document analysis device 705 reads a document having the document ID specified by the input command from the document file 704, and converts the document structure from the external format as shown in FIG. Is converted to an internal format as shown in the above example, and transferred to the document structure management device 703 (step 806).

【0058】文書構造管理装置703は、文書解析装置
705から渡された文書の内部形式に従い、当該文書を
表示装置706に表示する(ステップ807)。ここで
の表示は、前記第1の実施形態において、指定の文書I
Dを持つ文書の文書状態情報が文書状態保存ファイル1
07に登録されていない場合と同様のものとなる。
The document structure management device 703 displays the document on the display device 706 according to the internal format of the document passed from the document analysis device 705 (step 807). The display here is the same as that of the specified document I in the first embodiment.
D is the document status storage file 1
07 is not registered.

【0059】以上がステップ804の処理である。ここ
で、指定文書の概略表示情報が表示文書保存ファイル7
08に登録されている場合には、文書構造管理装置70
3による文書の内部形式に従う文書表示が可能となるよ
り先に、表示データ生成装置709による指定文書の概
略文書構造表示が行われることは明らかである。
The above is the processing of step 804. Here, the summary display information of the designated document is stored in the display document storage file 7.
08, the document structure management device 70
It is obvious that the display data generation device 709 performs the general document structure display of the specified document before the document display according to the internal format of the document by the third document can be performed.

【0060】そこで制御装置702は、文書構造管理装
置703による文書の内部形式に従う文書表示が開始さ
れると(ステップ807)、その時点で表示データ生成
装置709の動作(ステップ805の処理)を強制的に
終了させることで、概略文書構造表示から文書の内部形
式に従う文書表示に切り替えさせる。すると文書構造管
理装置703は、文書の内部形式に従う最終的な文書を
表示装置706に表示する(ステップ808)。
When the document structure management device 703 starts displaying a document in accordance with the internal format of the document (step 807), the control device 702 forcibly forces the operation of the display data generation device 709 (the process of step 805) at that time. By terminating the process, the display is switched from the general document structure display to the document display according to the internal format of the document. Then, the document structure management device 703 displays the final document according to the internal format of the document on the display device 706 (step 808).

【0061】以上の結果、目的の文書を表示する場合
に、図9に示したような、目的文書の概略表示情報が表
示文書保存ファイル708に登録されているならば、ま
ず、その概略表示情報をもとに図10のような文書の概
略が表示され、次に図4のような実際の文書が表示され
ることになる。図4のような文書表示をするためには文
書の外部形式を文書ファイル704から読み込み、文書
解析装置705で文書の内部形式に変換する必要がある
が、その処理が終了するのを待たずに、まず図10のよ
うな概略文書が表示されるため、文書(ページ)を高速
にめくる効果が得られる。
As a result, when the target document is displayed, if the general display information of the target document is registered in the display document storage file 708 as shown in FIG. , An outline of the document as shown in FIG. 10 is displayed, and then an actual document as shown in FIG. 4 is displayed. In order to display the document as shown in FIG. 4, it is necessary to read the external format of the document from the document file 704 and convert it into the internal format of the document by the document analysis device 705, but without waiting for the processing to end. First, since an outline document as shown in FIG. 10 is displayed, an effect of quickly turning the document (page) can be obtained.

【0062】なお、以上の実施形態では、表示文書(ペ
ージ)を切り替える際に、その時点において表示中の文
書の概略表示情報を生成して表示文書保存ファイル70
8に保存する場合について説明したが、前記第1の実施
形態とは異なって、表示中の文書の状態を示す文書状態
情報(スクロール位置、カーソル位置の情報)を保存し
ない方式では、ステップ804の処理で文書の内部形式
に従う文書表示を行った際に、その内部形式を利用して
文書表示情報作成装置707にて文書の概略表示情報を
生成し、表示文書保存ファイル708に保存するように
しても構わない。
In the above embodiment, when the display document (page) is switched, the summary display information of the document being displayed at that time is generated and the display document storage file 70 is generated.
8, the document state information (the information on the scroll position and the cursor position) indicating the state of the currently displayed document is different from the first embodiment. When a document is displayed in accordance with the internal format of the document in the processing, the document display information creation device 707 generates outline display information of the document using the internal format, and saves it in the display document storage file 708. No problem.

【0063】この他、表示文書を切り替える際に、その
時点において表示中の文書の状態を示す文書状態情報を
生成して、概略表示情報と共に保存しておき、その文書
を再度表示する場合に、上記保存しておいた文書状態情
報を上記ステップ805に相当する処理で利用すること
で、元の文書表示状態の概略を速やかに再現することが
可能となり、同様に上記保存しておいた文書状態情報を
上記ステップ804に相当する処理で利用することで、
元の文書表示状態を速やかに再現することが可能とな
る。 [第3の実施形態]図11は本発明の第3の実施形態に
係る情報処理機器の機能構成を示すブロック図である。
In addition, when the displayed document is switched, document status information indicating the status of the currently displayed document is generated and stored together with the general display information, and when the document is displayed again, By using the stored document state information in the process corresponding to step 805, it is possible to quickly reproduce the outline of the original document display state. By using the information in the process corresponding to step 804,
The original document display state can be quickly reproduced. Third Embodiment FIG. 11 is a block diagram showing a functional configuration of an information processing apparatus according to a third embodiment of the present invention.

【0064】図11の情報処理機器は、図1中の入力装
置101、制御装置102、文書構造管理装置103、
文書ファイル104、文書解析装置105及び表示装置
106に相当する、入力装置111、制御装置112、
文書構造管理装置113、文書ファイル114、文書解
析装置115及び表示装置116の他に、ユーザが文書
に重ね書きした注釈(アノテーション)の情報を保存し
ておく注釈ファイル117、文書構造管理装置113に
よる管理対象となっている文書の内部形式(の文書構
造)に対してユーザからの要求に従って重ね書きの注釈
を書き加える注釈装置118、及び注釈が重ね書きされ
た領域を文書中から抽出する注釈領域抽出装置119を
備えて構成されている。
The information processing apparatus shown in FIG. 11 includes an input device 101, a control device 102, a document structure management device 103,
An input device 111, a control device 112, and the like corresponding to the document file 104, the document analysis device 105, and the display device 106.
In addition to the document structure management device 113, the document file 114, the document analysis device 115, and the display device 116, an annotation file 117 for storing information of annotations (annotations) overwritten on the document by the user, and the document structure management device 113 An annotation device 118 for adding an overwrite annotation to the internal format of the document to be managed (document structure) in accordance with a request from the user, and an annotation area for extracting a region where the annotation is overwritten from the document An extraction device 119 is provided.

【0065】図11の構成において、ユーザが入力装置
111(内の例えば図示せぬペン)を用いて、表示装置
116に表示されている文書に対して何らかの注釈を重
ね書きするための操作を行うと、制御装置112により
注釈装置118が起動される。
In the configuration shown in FIG. 11, the user uses the input device 111 (for example, a pen (not shown)) to perform an operation for overwriting some annotations on the document displayed on the display device 116. Then, the annotation device 118 is activated by the control device 112.

【0066】すると注釈装置118は、入力装置111
からの入力内容に従い、文書構造管理装置113により
表示装置116に表示されている文書の内部形式に対し
て、ユーザの要求した位置にユーザの要求した注釈の情
報(例えば、注釈のパターンをベクトル列で表した情
報)を重ね書きする。これにより、表示装置116に
は、注釈が重ね書きされた文書が表示されることにな
る。
Then, the annotation device 118 changes the input device 111
According to the input contents from the user, the information of the annotation requested by the user (for example, the vector of the annotation pattern is added to the position requested by the user) with respect to the internal format of the document displayed on the display device 116 by the document structure management device 113. Overwrite the information represented by). As a result, the display device 116 displays the document on which the annotation is overwritten.

【0067】図12に、図4の文書に対して注釈が加え
られた場合の表示例を示す。ここでは、ユーザにより手
書きでマルが重ね書きされている様子が示されている。
また、注釈装置118は、文書の内部形式に対して重ね
書きした注釈の情報に、その注釈が重ね書きされた文書
上の座標情報を付加し、対応する文書の文書IDと組に
して注釈ファイル117に保存する。なお、この注釈情
報の保存処理を、前記第2の実施形態における概略表示
情報の保存と同様に、表示文書の切り替え時に行うよう
にしても構わない。
FIG. 12 shows a display example when an annotation is added to the document shown in FIG. Here, a situation is shown in which a user has overwritten a circle by hand.
Further, the annotation device 118 adds the coordinate information on the document on which the annotation is overwritten to the information of the annotation overwritten on the internal format of the document, and combines the information with the document ID of the corresponding document to form an annotation file. 117. Note that the storage processing of the annotation information may be performed at the time of switching the display document, similarly to the storage of the schematic display information in the second embodiment.

【0068】さて、図11の構成では、ユーザが入力装
置111を用いて表示文書IDを切り替えるコマンドを
入力すると、図6中のステップ604或いは図8中のス
テップ806と同様の処理が行われる。ここでは、入力
コマンドで指定された文書が文書ファイル114から文
書解析装置115に読み込まれ、その文書構造が図2の
例のような外部形式から、図3の例のような内部形式に
変換されて、文書構造管理装置113に渡される。これ
により文書構造管理装置113は、表示中の文書を上記
入力コマンドで指定された文書に切り替えるために、文
書解析装置115から渡された指定文書の内部形式のデ
ータ構造を(メモリ上に)保持する。
In the configuration shown in FIG. 11, when the user inputs a command to switch the display document ID using the input device 111, the same processing as in step 604 in FIG. 6 or step 806 in FIG. 8 is performed. Here, the document specified by the input command is read from the document file 114 into the document analyzer 115, and the document structure is converted from an external format as shown in FIG. 2 to an internal format as shown in FIG. Then, it is passed to the document structure management device 113. Accordingly, the document structure management device 113 holds (in the memory) the data structure of the internal format of the specified document passed from the document analysis device 115 in order to switch the displayed document to the document specified by the input command. I do.

【0069】このとき制御装置112により注釈装置1
18が起動される。すると注釈装置118は、上記入力
コマンドで指定された文書の注釈情報が注釈ファイル1
17に保存されているか否かを調べ、保存されているな
らば、その注釈情報を注釈ファイル117から取り出し
て注釈領域抽出装置119に渡す。また注釈装置118
は、文書構造管理装置113に保持されている指定文書
の内部形式に対して、注釈ファイル117から取り出し
た注釈情報の示す位置に、当該注釈情報の示す注釈を重
ね書きする。
At this time, the annotation device 1 is
18 is activated. Then, the annotation device 118 stores the annotation information of the document specified by the input command in the annotation file 1.
It is checked whether or not the annotation information is stored in the annotation file 17, and if so, the annotation information is extracted from the annotation file 117 and passed to the annotation area extracting device 119. Annotation device 118
Overwrites the annotation indicated by the annotation information at the position indicated by the annotation information extracted from the annotation file 117 with respect to the internal format of the designated document held in the document structure management device 113.

【0070】注釈領域抽出装置119は、注釈装置11
8から指定文書の注釈情報を受け取ると、当該注釈情報
をもとに、文書構造管理装置113に保持されている指
定文書の内部形式の中から、注釈が重ね書きされた部
分、即ち注釈領域を抽出し、表示装置116に表示す
る。ここで、注釈領域を抽出するには、文書構造管理装
置113に保持されている図3のような文書の内部形式
で表現された文書中の各項目の座標値と注釈が占める座
標値を比較し、重なりがあるか否かを調べ、重なりがあ
るものを取り出せばよい。
The annotation area extraction device 119 is provided with the annotation device 11
8 receives the annotation information of the designated document from the document information management unit 113, based on the annotation information, from the internal format of the designated document held in the document structure management device 113, the portion where the annotation is overwritten, that is, the annotation area. It is extracted and displayed on the display device 116. Here, in order to extract the annotation area, the coordinate value of each item in the document represented in the internal format of the document as shown in FIG. Then, it is sufficient to check whether or not there is an overlap, and to take out the overlap.

【0071】図13に、図12のように注釈が加えられ
た文書の注釈領域を抽出して、その部分だけを表示した
文書の例を示す。さて、制御装置112は、注釈領域抽
出装置119により注釈領域の部分が表示されてから予
め定められた一定時間が経過すると、文書構造管理装置
113に対して通常の文書表示を要求する。これにより
文書構造管理装置113は、自身が保持している文書の
内部形式に従い、該当する文書を表示装置116に表示
する。
FIG. 13 shows an example of a document in which an annotation area of a document to which an annotation has been added as shown in FIG. 12 is extracted and only that part is displayed. The control device 112 requests the document structure management device 113 to display a normal document when a predetermined period of time elapses after the annotation region portion is displayed by the annotation region extraction device 119. Accordingly, the document structure management device 113 displays the corresponding document on the display device 116 according to the internal format of the document held by the document structure management device 113.

【0072】以上に述べたように、本実施形態において
は、文書を表示する際に、ユーザが注釈を重ね書きした
領域を最初に表示することにより、文書をめくりながら
検索する際に、識別に必要となる情報が最初に表示され
る可能性が高まり、高速に検索できるようになる。
As described above, in the present embodiment, when displaying a document, the user first displays the area in which the annotation is overwritten, so that when searching while turning over the document, identification can be performed. The required information is more likely to be displayed first and can be searched at high speed.

【0073】なお、以上の実施形態では、表示文書を切
り替える際に、文書の内部形式から注釈領域を抽出し
て、その領域の部分を表示する場合について説明した
が、これに限るものではない。例えば、図11の構成
に、前記第2の実施形態で適用された図7中の文書表示
情報作成装置707及び表示文書保存ファイル708を
追加して、この表示文書保存ファイル708に目的の文
書の概略表示情報が登録されている場合には、その概略
表示情報から注釈領域を抽出して、その領域の部分、即
ち注釈が存在する部分の概略を表示するようにしても構
わない。この場合、ユーザが注釈を重ね書きした領域が
一層高速に表示できる。
In the above-described embodiment, a case has been described in which, when a displayed document is switched, a comment area is extracted from the internal format of the document and a part of the area is displayed, but the present invention is not limited to this. For example, the document display information creation device 707 and the display document storage file 708 in FIG. 7 applied in the second embodiment are added to the configuration of FIG. When the outline display information is registered, an annotation region may be extracted from the outline display information, and a portion of the region, that is, an outline of a portion where the annotation exists, may be displayed. In this case, the area where the user has overwritten the annotation can be displayed at higher speed.

【0074】また、前記第1の実施形態と同様に、表示
文書を切り替える際に、その時点において表示中の文書
の状態を示す文書状態情報を文書構造管理装置113が
生成して(図1中の文書状態保存ファイル107に相当
する文書状態保存ファイルに)保存しておき、その文書
を再度表示する場合に、上記保存しておいた文書状態情
報を利用して、文書構造管理装置113がその文書の内
部形式を再構成し、その再構成後の内部形式から注釈領
域抽出装置119が注釈領域を抽出して画面表示するよ
うにしても構わない。この場合、文書が以前に切り替え
られた際の文書表示状態をほぼ再現できるため、識別に
必要となる情報が最初に表示される可能性を一層高める
ことができる。
As in the first embodiment, when the displayed document is switched, the document structure management device 113 generates document status information indicating the status of the document being displayed at that time (see FIG. 1). When the document is displayed again, the document structure management apparatus 113 uses the stored document state information to store the document in the document state storage file corresponding to the document state storage file 107. The internal format of the document may be reconstructed, and the annotation area extracting device 119 may extract the annotation area from the reconstructed internal format and display the annotation area on the screen. In this case, since the document display state when the document was previously switched can be almost reproduced, the possibility that information necessary for identification is displayed first can be further increased.

【0075】以上、本発明の実施形態につき、主として
文書を切り替えて表示する場合を例に説明したが、本発
明は、文書を切り替えて表示するときだけでなく、情報
処理機器の電源を切った後に再び同じ文書を表示すると
きにも応用可能である。即ち、従来このようなこと(一
般にレジューム機構と呼ばれる)を行うためには、アプ
リケーションが再実行できるようにするために、アプリ
ケーションが占有しているメモリ領域を全て2次記憶に
保存する必要があるか、またはメモリの情報が失われな
いようにそのために必要な電力をメモリやCPUに与え
続ける必要があった。本発明では、このようなことをす
ることなく電源を切った後にも疑似的にアプリケーショ
ンを再実行できるという効果がある。
As described above, the embodiment of the present invention has mainly been described as an example in which the document is switched and displayed. However, the present invention is not limited to the case where the document is switched and displayed, and the information processing apparatus is turned off. It is also applicable when the same document is displayed again later. That is, conventionally, in order to perform such a thing (generally called a resume mechanism), it is necessary to save all the memory areas occupied by the application in the secondary storage so that the application can be re-executed. Alternatively, it is necessary to keep supplying the necessary power to the memory and the CPU so that the information in the memory is not lost. According to the present invention, there is an effect that the application can be re-executed in a simulated manner even after the power is turned off without doing this.

【0076】[0076]

【発明の効果】以上詳述したように本発明によれば、文
書を切り替えて表示する際に、その時点において表示中
の文書の状態を示す文書状態情報を生成して保存してお
くことにより、ユーザが指定した文書を表示する際に、
当該文書の文書状態情報が既に保存されている場合に
は、その文書状態情報をもとに当該文書が以前に切り替
えられた際の文書表示状態を再現することができ、文書
を切り替えて表示する際に、その時点において表示され
ている文書の第2の形式(内部形式)の文書構造を、後
で再使用可能とするためにメモリ中に保存しておく必要
がなく、メモリを節約できる。特に、文書状態情報とし
て、表示文書が切り替えられる際の表示中文書のスクロ
ール位置並びにカーソル位置の情報を持たせるならば、
当該文書を再度表示する際には、当該文書の第1の形式
から変換生成される第2の形式の文書構造と、その文書
状態情報中のスクロール位置並びにカーソル位置から、
以前に切り替えられた際の文書表示状態を確実に再現で
きる。また、文書状態情報中に該当する文書の第2の形
式の文書構造中の各項目の表示座標も持たせるならば、
この文書状態情報だけから、当該文書が以前に切り替え
られた際の文書表示状態を、完全ではないものの、ほぼ
再現することが可能となる。この場合、該当する文書の
第1の形式を第2の形式に変換する処理が必要ないた
め、より高速に目的の文書を切り替え表示することがで
きる。
As described above in detail, according to the present invention, when a document is switched and displayed, document state information indicating the state of the currently displayed document is generated and stored. , When displaying the document specified by the user,
If the document state information of the document is already stored, the document display state when the document was previously switched can be reproduced based on the document state information, and the document is switched and displayed. At this time, the document structure in the second format (internal format) of the currently displayed document does not need to be stored in the memory so that it can be reused later, and the memory can be saved. In particular, if the document state information has information on the scroll position and the cursor position of the displayed document when the displayed document is switched,
When the document is displayed again, the document structure of the second format converted and generated from the first format of the document, and the scroll position and the cursor position in the document status information,
The document display state at the time of switching before can be reliably reproduced. Also, if the document status information also has the display coordinates of each item in the document structure in the second format of the corresponding document,
From this document state information alone, the document display state when the document was previously switched can be almost, but not completely, reproduced. In this case, since the process of converting the first format of the corresponding document into the second format is not necessary, the target document can be switched and displayed more quickly.

【0077】また、本発明によれば、文書構造管理手段
により管理されている文書の第2の形式の文書構造か
ら、その文書構造中の各項目の表示座標値を含む文書の
概略表示用の文書表示情報(概略表示情報)を生成して
保存しておくことにより、ユーザが指定した文書を表示
する際に、その文書の文書表示情報が既に保存されてい
るならば、その文書表示情報に含まれている当該文書の
各項目の座標値などの情報に基づき文書の概略を表示す
ることができるため、文書の第1の形式を第2の形式に
変換し、その第2の形式の文書構造を最初から表示する
だけの場合より、表示文書の切り替えを高速に行うこと
ができる。しかも、文書の第2の形式の文書構造をメモ
リ中に保存しておく必要がないため、メモリを節約でき
る。
Further, according to the present invention, from the document structure of the second format of the document managed by the document structure management means, the document for displaying the outline of the document including the display coordinate values of each item in the document structure is displayed. By generating and storing the document display information (summary display information), when displaying the document specified by the user, if the document display information of the document is already stored, the document display information is stored in the document display information. Since the outline of the document can be displayed based on the information such as the coordinate values of the items included in the document, the first format of the document is converted into the second format, and the document in the second format is converted. Switching of displayed documents can be performed faster than in the case where the structure is simply displayed from the beginning. Moreover, since it is not necessary to store the document structure of the document in the second format in the memory, the memory can be saved.

【0078】また、本発明によれば、文書を表示する際
に、ユーザが注釈を重ね書きした領域を最初に表示する
ことができるため、文書をめくりながら検索する際に、
識別に必要となる情報が最初に表示される可能性が高ま
り、高速に検索できるようになる。
Also, according to the present invention, when displaying a document, the user can first display the area where the user has overwritten the annotation.
The information required for identification is more likely to be displayed first, and can be searched at high speed.

【0079】このように本発明によれば、メモリ容量が
十分でなく、またMMUなどの特別のハードウェアを持
たなくても、アプリケーションを完全に終了させること
なく、文書の切り替え表示に代表されるような、アプリ
ケーション間の切り替えを連続的に行うことができる。
As described above, according to the present invention, even if the memory capacity is not sufficient and there is no special hardware such as an MMU, the switching of documents is represented without completely ending the application. Such switching between applications can be performed continuously.

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

【図1】本発明の第1の実施形態に係る情報処理機器の
機能構成を示すブロック図。
FIG. 1 is an exemplary block diagram showing a functional configuration of an information processing apparatus according to a first embodiment of the present invention;

【図2】文書の外部形式の一例を示す図。FIG. 2 is a diagram showing an example of an external format of a document.

【図3】(図2中の外部形式に対する)文書の内部形式
の一例を示す図。
FIG. 3 is a diagram showing an example of the internal format of a document (for the external format in FIG. 2).

【図4】図3の内部形式に従って表示される文書の画面
例を示す図。
FIG. 4 is a view showing an example of a document screen displayed according to the internal format shown in FIG. 3;

【図5】図1中の文書状態保存ファイル107に保存さ
れる文書状態情報の一例を示す図。
FIG. 5 is a view showing an example of document status information stored in a document status storage file 107 in FIG. 1;

【図6】図1の構成の動作を説明するためのフローチャ
ート。
FIG. 6 is a flowchart for explaining the operation of the configuration of FIG. 1;

【図7】本発明の第2の実施形態に係る情報処理機器の
機能構成を示すブロック図。
FIG. 7 is a block diagram showing a functional configuration of an information processing device according to a second embodiment of the present invention.

【図8】図7の構成の動作を説明するためのフローチャ
ート。
FIG. 8 is a flowchart for explaining the operation of the configuration of FIG. 7;

【図9】図7中の表示文書保存ファイル708に登録さ
れる概略表示情報の一例を示す図。
9 is a view showing an example of schematic display information registered in a display document storage file 708 in FIG. 7;

【図10】概略表示情報に従う文書の概略表示例を示す
図。
FIG. 10 is a view showing a schematic display example of a document according to the summary display information.

【図11】本発明の第3の実施形態に係る情報処理機器
の機能構成を示すブロック図。
FIG. 11 is a block diagram showing a functional configuration of an information processing device according to a third embodiment of the present invention.

【図12】図4の文書に対して注釈を加えた例を示す
図。
FIG. 12 is a view showing an example in which an annotation is added to the document shown in FIG. 4;

【図13】注釈領域の部分だけを抽出して表示した文書
表示例を示す図。
FIG. 13 is a view showing a document display example in which only an annotation area is extracted and displayed.

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

101,111,701…入力装置、 102,112,702…制御装置、 103,113,703…文書構造管理装置(文書構造
再構成手段)、 104,114,704…文書ファイル(文書保存手
段)、 105,115,705…文書解析装置、 106,116,706…表示装置、 107…文書状態保存ファイル(文書状態保存手段)、 117…注釈ファイル、 118…注釈装置、 119…注釈領域抽出装置、 707…文書表示情報作成装置、 708…表示文書保存ファイル(表示文書保存手段)、 709…表示データ生成装置。
101, 111, 701: input device, 102, 112, 702: control device, 103, 113, 703: document structure management device (document structure reconstructing device), 104, 114, 704: document file (document storage device), 105, 115, 705: Document analysis device, 106, 116, 706: Display device, 107: Document status storage file (document status storage means), 117: Comment file, 118: Comment device, 119: Comment region extraction device, 707 ... a document display information creation device; 708: a display document storage file (display document storage means); 709: a display data generation device.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 ユーザからの入力を受け付ける入力手段
と、 文書を装置から独立した第1の形式で保存する文書保存
手段と、 前記文書保存手段に保存されている文書を解析し、当該
文書の形式を前記第1の形式から装置内部で使用する画
面表示に適した第2の形式に変換する文書解析手段と、 前記文書解析手段により前記第2の形式に変換された文
書構造を管理する文書構造管理手段と、 前記文書構造管理手段により管理されている文書構造等
をユーザに提示するのに用いられる表示手段と、 前記文書構造管理手段の管理対象となる前記第2の形式
の情報を再構成するのに必要な文書状態情報を保存して
おくための文書状態保存手段とを具備し、 前記文書構造管理手段は、前記表示手段に表示中の文書
とは別の文書への切り替えが要求された際には、それま
で表示されていた文書の文書状態情報を生成して前記文
書状態保存手段に保存する一方、前記要求された文書の
文書状態情報が前記文書状態保存手段に保存されている
ならば、その文書状態情報に基づいて目的の文書を切り
替え表示することを特徴とする情報処理機器。
An input unit configured to receive an input from a user; a document storage unit configured to store a document in a first format independent of an apparatus; and an analysis unit configured to analyze the document stored in the document storage unit. Document analysis means for converting the format from the first format to a second format suitable for screen display used inside the apparatus; and a document for managing a document structure converted to the second format by the document analysis means. Structure management means; display means used to present a document structure or the like managed by the document structure management means to a user; and information in the second format to be managed by the document structure management means. Document status storage means for storing document status information necessary for composing, wherein the document structure management means requests switching to a document different from the document being displayed on the display means. Is In this case, the document state information of the document that has been displayed is generated and stored in the document state storage unit, while the document state information of the requested document is stored in the document state storage unit. Then, an information processing device characterized by switching and displaying a target document based on the document state information.
【請求項2】 ユーザからの入力を受け付ける入力手段
と、 文書を装置から独立した第1の形式で保存する文書保存
手段と、 前記文書保存手段に保存されている文書を解析し、当該
文書の形式を前記第1の形式から装置内部で使用する画
面表示に適した第2の形式に変換する文書解析手段と、 前記文書解析手段により前記第2の形式に変換された文
書構造を管理する文書構造管理手段と、 前記文書構造管理手段により管理されている文書構造等
をユーザに提示するのに用いられる表示手段と、 前記文書構造管理手段により管理されている文書構造中
の各項目の表示座標値を含む文書の概略表示用の文書表
示情報を生成する文書表示情報作成手段と、 前記文書表示情報作成手段により生成された文書表示情
報を保存しておくための表示文書保存手段と、 前記表示手段に表示中の文書とは別の文書への切り替え
が要求された際には、その要求された文書の文書表示情
報が前記表示文書保存手段に保存されているならば、そ
の文書表示情報をもとに当該文書の概略文書構造を表示
するための概略文書構造表示データを生成し、当該表示
データに基づいて目的文書の概略文書構造を切り替え表
示する表示デー夕生成手段とを具備し、 前記文書構造管理手段は、前記表示手段に表示中の文書
とは別の文書への切り替えが要求された際には、その要
求された文書の形式が前記文書解析手段により前記第2
の形式に変換されるのを待って、その変換後の文書構造
を前記表示手段に表示し、前記表示デー夕生成手段によ
る概略文書構造表示から切り替えることを特徴とする情
報処理機器。
2. An input unit for receiving an input from a user, a document storage unit for storing a document in a first format independent of an apparatus, and analyzing a document stored in the document storage unit, Document analysis means for converting the format from the first format to a second format suitable for screen display used inside the apparatus; and a document for managing a document structure converted to the second format by the document analysis means. Structure management means; display means used to present a user with a document structure or the like managed by the document structure management means; display coordinates of each item in the document structure managed by the document structure management means Document display information generating means for generating document display information for displaying the outline of a document including a value, and a display document storage for storing the document display information generated by the document display information generating means. When a request to switch to a document different from the document being displayed on the display unit is requested, if document display information of the requested document is stored in the display document storage unit, Display data generating means for generating outline document structure display data for displaying the outline document structure of the document based on the document display information, and switching and displaying the outline document structure of the target document based on the display data The document structure management means, when a switch to a document different from the document being displayed on the display means is requested, the format of the requested document by the document analysis means, Second
An information processing apparatus characterized by displaying the converted document structure on the display means after the conversion to the format, and switching from the general document structure display by the display data generation means.
【請求項3】 ユーザからの入力を受け付ける入力手段
と、 文書を装置から独立した第1の形式で保存する文書保存
手段と、 前記文書保存手段に保存されている文書を解析し、当該
文書の形式を前記第1の形式から装置内部で使用する画
面表示に適した第2の形式に変換する文書解析手段と、 前記文書解析手段により前記第2の形式に変換された文
書構造を管理する文書構造管理手段と、 前記文書構造管理手段により管理されている文書構造等
をユーザに提示するのに用いられる表示手段と、 前記文書構造管理手段の管理対象となる前記第2の形式
の情報を再構成するのに必要な文書状態情報を保存して
おくための文書状態保存手段と、 前記文書構造管理手段により管理されている文書構造中
の各項目の表示座標値を含む文書の概略表示用の文書表
示情報を生成する文書表示情報作成手段と、 前記文書表示情報作成手段により生成された文書表示情
報を保存しておくための表示文書保存手段と、 前記表示手段に表示中の文書とは別の文書への切り替え
が要求された際には、前記要求された文書の文書状態情
報が前記文書状態保存手段に、文書表示情報が前記表示
文書保存手段にそれぞれ保存されているならば、その文
書状態情報及び文書表示情報をもとに当該文書の概略文
書構造を表示するための概略文書構造表示データを生成
し、当該表示データに基づいて目的文書の概略文書構造
を切り替え表示する表示デー夕生成手段とを具備し、 前記文書構造管理手段は、前記表示手段に表示中の文書
とは別の文書への切り替えが要求された際には、それま
で表示されていた文書の文書状態情報を生成して前記文
書状態保存手段に保存する一方、前記要求された文書の
文書状態情報が前記文書状態保存手段に保存されている
ならば、その文書状態情報に基づいて目的文書を前記表
示手段に表示し、前記表示デー夕生成手段による概略文
書構造表示から切り替えることを特徴とする情報処理機
器。
3. An input unit for receiving an input from a user; a document storage unit for storing a document in a first format independent of the apparatus; and analyzing the document stored in the document storage unit. Document analysis means for converting the format from the first format to a second format suitable for screen display used inside the apparatus; and a document for managing a document structure converted to the second format by the document analysis means. Structure management means; display means used to present a document structure or the like managed by the document structure management means to a user; and information in the second format to be managed by the document structure management means. A document state storage unit for storing document state information necessary for composing, and a document outline display including a display coordinate value of each item in the document structure managed by the document structure management unit Document display information generating means for generating document display information of the following, display document storage means for storing the document display information generated by the document display information generating means, and the document being displayed on the display means When switching to another document is requested, if the document status information of the requested document is stored in the document status storage means, and the document display information is stored in the display document storage means, respectively, Display data for generating outline document structure display data for displaying the outline document structure of the document based on the document state information and document display information, and switching and displaying the outline document structure of the target document based on the display data. Generating means, the document structure management means, when a request to switch to a different document from the document being displayed on the display means, the document of the document that has been displayed so far While generating status information and storing it in the document status storage means, if the document status information of the requested document is stored in the document status storage means, the target document is stored based on the document status information. An information processing apparatus, wherein the information is displayed on a display means and is switched from a general document structure display by the display data generation means.
【請求項4】 ユーザからの入力を受け付ける入力手段
と、 文書を装置から独立した第1の形式で保存する文書保存
手段と、 前記文書保存手段に保存されている文書を解析し、当該
文書の形式を前記第1の形式から装置内部で使用する画
面表示に適した第2の形式に変換する文書解析手段と、 前記文書解析手段により前記第2の形式に変換された文
書構造を管理する文書構造管理手段と、 前記文書構造管理手段により管理されている文書構造等
をユーザに提示するのに用いられる表示手段と、 前記文書構造管理手段により管理されている文書の文書
構造に対して重ね書きの注釈を書き加えるための注釈手
段と、 前記注釈手段により注釈が重ね書きされた注釈領域を前
記文書構造管理手段により管理されている文書の文書構
造中から抽出して、その抽出した注釈領域の文書構造部
分を切り替え表示する注釈領域抽出手段とを具備し、 前記文書構造管理手段は、前記注釈領域抽出手段により
抽出された注釈領域の表示の後、自身が管理している文
書構造の表示に切り替えることを特徴とする情報処理機
器。
4. An input means for receiving an input from a user; a document storage means for storing a document in a first format independent of the apparatus; and analyzing the document stored in the document storage means, Document analysis means for converting the format from the first format to a second format suitable for screen display used inside the apparatus; and a document for managing a document structure converted to the second format by the document analysis means. Structure management means; display means for presenting a user with a document structure or the like managed by the document structure management means; and overwriting the document structure of the document managed by the document structure management means Annotating means for adding an annotation of, and extracting an annotation area in which the annotation is overwritten by the annotation means from the document structure of the document managed by the document structure managing means. And an annotation area extracting means for switching and displaying a document structure portion of the extracted annotation area, wherein the document structure managing means manages itself after displaying the annotation area extracted by the annotation area extracting means. An information processing apparatus characterized by switching to a display of a document structure.
【請求項5】 ユーザからの入力を受け付ける入力手段
と、 文書を装置から独立した第1の形式で保存する文書保存
手段と、 前記文書保存手段に保存されている文書を解析し、当該
文書の形式を前記第1の形式から装置内部で使用する画
面表示に適した第2の形式に変換する文書解析手段と、 前記文書解析手段により前記第2の形式に変換された文
書構造を管理する文書構造管理手段と、 前記文書構造管理手段により管理されている文書構造等
をユーザに提示するのに用いられる表示手段と、 前記文書構造管理手段により管理されている文書構造中
の各項目の表示座標値を含む文書の概略表示用の文書表
示情報を生成する文書表示情報作成手段と、 前記文書表示情報作成手段により生成された文書表示情
報を保存しておくための表示文書保存手段と、 前記文書構造管理手段により管理されている文書の文書
構造に対して重ね書きの注釈を書き加えるための注釈手
段と、 前記注釈手段により注釈が重ね書きされた文書の文書表
示情報が前記表示文書保存手段に保存されている場合、
その文書表示情報から前記注釈が重ね書きされた注釈領
域を抽出して、その注釈領域の概略文書構造部分を切り
替え表示する注釈領域抽出手段とを具備し、 前記文書構造管理手段は、前記注釈領域抽出手段により
抽出された注釈領域の表示の後、自身が管理している文
書構造の表示に切り替えることを特徴とする情報処理機
器。
5. An input unit for receiving an input from a user, a document storage unit for storing a document in a first format independent of an apparatus, and analyzing a document stored in the document storage unit, Document analysis means for converting the format from the first format to a second format suitable for screen display used inside the apparatus; and a document for managing a document structure converted to the second format by the document analysis means. Structure management means; display means used to present a user with a document structure or the like managed by the document structure management means; display coordinates of each item in the document structure managed by the document structure management means Document display information generating means for generating document display information for displaying the outline of a document including a value, and a display document storage for storing the document display information generated by the document display information generating means. Storing means, annotation means for adding an overwrite annotation to the document structure of the document managed by the document structure management means, and document display information of the document on which the annotation is overwritten by the annotation means. When stored in the display document storage means,
An annotation area extracting means for extracting an annotation area on which the annotation is overwritten from the document display information, and switching and displaying a schematic document structure portion of the annotation area, wherein the document structure management means comprises: An information processing apparatus characterized by switching to a display of a document structure managed by itself after displaying an annotation area extracted by an extraction unit.
【請求項6】 ユーザからの入力を受け付ける入力手段
と、 文書を装置から独立した第1の形式で保存する文書保存
手段と、 前記文書保存手段に保存されている文書を解析し、当該
文書の形式を前記第1の形式から装置内部で使用する画
面表示に適した第2の形式に変換する文書解析手段と、 前記文書解析手段により前記第2の形式に変換された文
書構造を管理する文書構造管理手段と、 前記文書構造管理手段により管理されている文書構造等
をユーザに提示するのに用いられる表示手段と、 前記文書構造管理手段の管理対象となる前記第2の形式
の情報を再構成するのに必要な文書状態情報を保存して
おくための文書状態保存手段と、 前記文書構造管理手段により管理されている文書構造中
の各項目の表示座標値を含む文書の概略表示用の文書表
示情報を生成する文書表示情報作成手段と、 前記文書表示情報作成手段により生成された文書表示情
報を保存しておくための表示文書保存手段と、 前記文書構造管理手段により管理されている文書の文書
構造に対して重ね書きの注釈を書き加えるための注釈手
段と、 前記注釈手段により注釈が重ね書きされた文書の文書状
態情報が前記文書状態保存手段に保存されている場合、
その文書状態情報に基づいて当該文書の前記第2の形式
の文書構造を再構成する文書構造再構成手段と、 前記文書構造再構成手段により再構成された文書構造中
から前記注釈が重ね書きされた注釈領域を抽出して、そ
の抽出した注釈領域の文書構造部分を切り替え表示する
注釈領域抽出手段とを具備し、 前記文書構造管理手段は、前記注釈領域抽出手段により
抽出された注釈領域の表示の後、前記文書構造再構成手
段により再構成された文書構造を切り替え表示すること
を特徴とする情報処理機器。
6. An input unit for receiving an input from a user, a document storage unit for storing a document in a first format independent of an apparatus, and analyzing a document stored in the document storage unit, Document analysis means for converting the format from the first format to a second format suitable for screen display used inside the apparatus; and a document for managing a document structure converted to the second format by the document analysis means. Structure management means; display means used to present a document structure or the like managed by the document structure management means to a user; and information in the second format to be managed by the document structure management means. A document state storage unit for storing document state information necessary for composing, and a document outline display including a display coordinate value of each item in the document structure managed by the document structure management unit Document display information generating means for generating document display information, display document storage means for storing the document display information generated by the document display information generating means, and managed by the document structure managing means. Annotating means for adding an overwrite annotation to the document structure of the document; andwhere the document state information of the document on which the annotation is overwritten by the annotation means is stored in the document state storage means,
Document structure reconstructing means for reconstructing the document structure of the second format of the document based on the document state information; and the annotation is overwritten from the document structure reconstructed by the document structure reconstructing means. And extracting and displaying the document structure portion of the extracted annotation region. The document structure management unit displays the annotation region extracted by the annotation region extraction unit. An information processing device for switching and displaying the document structure reconstructed by the document structure reconstructing means.
【請求項7】 前記文書状態情報は、表示文書が切り替
えられる際の表示中文書のスクロール位置並びにカーソ
ル位置の情報を含むことを特徴とする請求項1、請求項
3または請求項6に記載の情報処理機器。
7. The document processing apparatus according to claim 1, wherein the document status information includes information on a scroll position and a cursor position of a displayed document when a displayed document is switched. Information processing equipment.
【請求項8】 前記文書状態情報は、表示文書が切り替
えられる際の表示中文書のスクロール位置並びにカーソ
ル位置の情報と、当該文書の前記第2の形式の文書構造
中の各項目の表示座標とを含むことを特徴とする請求項
1、請求項3または請求項6に記載の情報処理機器。
8. The document status information includes information on a scroll position and a cursor position of a displayed document when a displayed document is switched, and display coordinates of each item in the document structure of the second format of the document. The information processing apparatus according to claim 1, wherein the information processing apparatus includes:
JP8170449A 1996-06-28 1996-06-28 Information processing equipment Pending JPH1021224A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8170449A JPH1021224A (en) 1996-06-28 1996-06-28 Information processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8170449A JPH1021224A (en) 1996-06-28 1996-06-28 Information processing equipment

Publications (1)

Publication Number Publication Date
JPH1021224A true JPH1021224A (en) 1998-01-23

Family

ID=15905145

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8170449A Pending JPH1021224A (en) 1996-06-28 1996-06-28 Information processing equipment

Country Status (1)

Country Link
JP (1) JPH1021224A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8533628B2 (en) 2000-06-12 2013-09-10 Softview Llc Method, apparatus, and browser to support full-page web browsing on hand-held wireless devices
JP2015130189A (en) * 2015-02-05 2015-07-16 京セラ株式会社 Portable terminal device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8533628B2 (en) 2000-06-12 2013-09-10 Softview Llc Method, apparatus, and browser to support full-page web browsing on hand-held wireless devices
US9519729B2 (en) 2000-06-12 2016-12-13 Softview L.L.C. Scalable display of internet content on mobile devices
US10083154B2 (en) 2000-06-12 2018-09-25 Softview, L.L.C. Scalable display of internet content on mobile devices
US10394934B2 (en) 2000-06-12 2019-08-27 Softview, L.L.C. Scalable display of internet content on mobile devices
JP2015130189A (en) * 2015-02-05 2015-07-16 京セラ株式会社 Portable terminal device

Similar Documents

Publication Publication Date Title
WO2006051715A1 (en) Document processing device, and document processing method
JPH10124495A (en) Original text generation processor and medium for storing program for the same
US20070120875A1 (en) Computer aided design interface
EP1821221A1 (en) Document processing device and document processing method
Norrie et al. Print-n-link: weaving the paper web
KR102187550B1 (en) Electronic device that can generate a summary preview of an ole object inserted into a document and operating method thereof
US20130125065A1 (en) File format conversion of an interactive element in a graphical user interface
JPH1040236A (en) Hypertext document processor with comments
JPH11224258A (en) Device and method for image retrieval and computer-readable memory
CN109445900B (en) Translation method and device for picture display
JPH1021224A (en) Information processing equipment
WO2006051974A1 (en) Document processing device and document processing method
JPH11191159A (en) Image output device and program recording medium therefor
JP2001297080A (en) Read assisting device
JPH0277872A (en) Document processor with active function
JPH11187231A (en) Image retrieving device and image retrieval method
JP2845742B2 (en) Cut data information management device
JP4509173B2 (en) Information processing apparatus, control method therefor, program, and computer-readable storage medium
JP2619487B2 (en) File operation method
JPH08161350A (en) Method and device for electronic filing
JPH11265397A (en) Storage medium, information accessing method and its device
JP2004145529A (en) Disclosure document masking section managing method and its executing device and its processing program
WO2006137561A1 (en) Graph processor
JP2004021347A (en) Electronic document retrieval system and electronic document retrieval method
CN114492372A (en) HTML-based document comparison method, control device and computer program product