JPH06208554A - Method and device for document data processing of document processing system - Google Patents

Method and device for document data processing of document processing system

Info

Publication number
JPH06208554A
JPH06208554A JP5002010A JP201093A JPH06208554A JP H06208554 A JPH06208554 A JP H06208554A JP 5002010 A JP5002010 A JP 5002010A JP 201093 A JP201093 A JP 201093A JP H06208554 A JPH06208554 A JP H06208554A
Authority
JP
Japan
Prior art keywords
processing
data
document
information
type
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
JP5002010A
Other languages
Japanese (ja)
Inventor
Mitsugi Yamashita
貢 山下
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.)
Daikin Industries Ltd
Original Assignee
Daikin Industries Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Daikin Industries Ltd filed Critical Daikin Industries Ltd
Priority to JP5002010A priority Critical patent/JPH06208554A/en
Publication of JPH06208554A publication Critical patent/JPH06208554A/en
Pending legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To reduce the program capacity of the whole document processing system and to speed up the processing. CONSTITUTION:Rectangular area information 2a1 on common formats by data kinds and individual information 2a2 are held in respective data files 2a in a data holding part 2 while classified, and a common processing program 1a which processes the rectangular area information 2a1 on the common formats irrelevantly to the data kinds and processing programs 1b which are characteristic to the data kinds and process the individual information 2a2 are provided.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は文書処理システムにお
ける文書データ処理方法およびその装置に関し、さらに
詳細にいえば、複数種類のデータを含む文書データを処
理し、所望のレイアウトの文書を作成し、必要に応じて
編集する文書処理システムにおいて文書データの作成、
編集等の処理を行なうための方法およびその装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document data processing method and apparatus in a document processing system, and more specifically, it processes document data containing a plurality of types of data to create a document having a desired layout. Creating document data in a document processing system that edits as necessary,
The present invention relates to a method and apparatus for performing processing such as editing.

【0002】[0002]

【従来の技術】従来から、デスクトップパブリッシング
(以下、DTPと略称する)に代表される文書処理シス
テムにおいては、高品質な文書の作成を行なうために、
文字列を主体とする文章の処理を行なうための文章処理
プログラム、表、グラフ等の図形の処理を行なうための
図形処理プログラム、ビディオカメラ等による取り込み
画像に代表されるイメージの処理を行なうためのイメー
ジ処理プログラム、文書領域、図形領域、イメージ領域
を区画するための枠の処理を行なうための枠処理プログ
ラムが予め組み込まれている。そして、各処理プログラ
ムにより処理されるべきデータをそれぞれ別個のデータ
ファイルとして保持している。
2. Description of the Related Art Conventionally, in a document processing system represented by desktop publishing (hereinafter abbreviated as DTP), in order to create a high quality document,
A text processing program for processing text mainly composed of character strings, a graphic processing program for processing graphics such as tables and graphs, and an image processing represented by an image captured by a video camera. An image processing program, a frame area processing program for processing a document area, a graphic area, and a frame for partitioning the image area are installed in advance. The data to be processed by each processing program is held as a separate data file.

【0003】したがって、例えば、文章の作成、編集が
指示された場合には、文章処理プログラムが起動され、
文字列が格納された文章ファイルに対するアクセスを行
なって、文章の作成、編集等を行なうことができる。他
の処理が指示された場合も同様である。この結果、作業
者の思惑どおりの文書を作成できる。
Therefore, for example, when an instruction to create or edit a sentence is given, the sentence processing program is started,
It is possible to create and edit a sentence by accessing the sentence file in which the character string is stored. The same applies when other processing is instructed. As a result, it is possible to create a document as the operator intended.

【0004】[0004]

【発明が解決しようとする課題】上記の文書処理システ
ムにおいては、各処理プログラムの容量が大きくなり、
しかも必ずどの種類の処理を行なうべきかを判別して該
当する処理プログラムを起動しなければならないので、
処理所要時間が長くなってしまうという不都合がある。
さらに詳細に説明する。
In the above document processing system, the capacity of each processing program becomes large,
Moreover, it is necessary to determine which kind of processing should be performed and to start the corresponding processing program.
There is an inconvenience that the processing time becomes long.
It will be described in more detail.

【0005】例えば、文章データファイルは、文章書き
出し位置の座標値、文章領域の幅値および高さ値、文字
装飾等を含む文字属性、文字数および文字コード等を含
んでおり、図形データファイルは、線分であれば始終点
の座標値、長方形であれば1頂点の座標値、幅値および
高さ値、円であれば中心の座標値および半径のほかに、
線種、線幅等の図形属性を含んでおり、イメージデータ
ファイルは、矩形領域の1頂点の座標値、幅値および高
さ値のほかにピクセル単位の色データを含んでおり、枠
データファイルは、枠の1頂点の座標値、幅値および高
さ値のほかに、縁、マージン等の枠属性を含んでいる。
以上から明らかなように、全てのデータファイルに共通
するデータは存在していないのであるから、各データフ
ァイルに対して予め処理プログラムを作成しておくこと
が必要になり、各処理プログラムの容量が大きくなって
しまうのである。また、各処理プログラムの容量の増加
に伴なって処理速度が低下するだけでなく、処理対象と
なるデータファイルの種別に合せて処理プログラムを起
動しなければならないので、この面からも処理速度が低
下してしまう。
For example, the text data file contains the coordinate values of the text writing position, the width and height values of the text area, the character attributes including the character decoration, the number of characters, the character code, etc. In addition to the coordinate values of the start and end points if it is a line segment, the coordinate value of one vertex, the width value and the height value if it is a rectangle, the coordinate value of the center and the radius if it is a circle,
The image data file contains graphic attributes such as line type and line width. The image data file contains color data in pixel units in addition to the coordinate value, width value, and height value of one vertex of the rectangular area. Contains frame attributes such as edges and margins in addition to the coordinate value, width value, and height value of one vertex of the frame.
As is clear from the above, since data that is common to all data files does not exist, it is necessary to create a processing program in advance for each data file, and the capacity of each processing program is It becomes big. Further, not only does the processing speed decrease as the capacity of each processing program increases, but also the processing program must be started according to the type of data file to be processed, which also reduces the processing speed. Will fall.

【0006】[0006]

【発明の目的】この発明は上記の問題点に鑑みてなされ
たものであり、各処理プログラムの容量を少なくでき、
しかも各処理の高速化を達成できる文書処理システムに
おける文書データ処理方法およびその装置を提供するこ
とを目的としている。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and can reduce the capacity of each processing program,
Moreover, it is an object of the present invention to provide a document data processing method and its apparatus in a document processing system that can achieve high speed of each processing.

【0007】[0007]

【課題を解決するための手段】上記の目的を達成するた
めの、請求項1の文書データ処理方法は、全てのデータ
を矩形情報と種類別の情報とに区分するとともに、矩形
情報に対する共通の処理手段と種類別の情報に対する個
別の処理手段とを予め準備しておき、矩形情報に対する
処理が指示されたことを条件として共通の処理手段によ
る処理を行ない、種類別の情報に対する処理が指示され
たことを条件として対応する個別の処理手段による処理
を行なう方法である。
In order to achieve the above object, a document data processing method according to a first aspect of the present invention divides all data into rectangular information and type-specific information, and a common rectangular information. The processing means and the individual processing means for the information by type are prepared in advance, and the processing by the common processing means is performed on condition that the processing for the rectangular information is instructed, and the processing for the information by type is instructed. This is a method of performing the processing by the corresponding individual processing means on the condition that it has been done.

【0008】請求項2の文書データ管理装置は、全ての
データを矩形情報と種類別の情報とに区分して保持する
情報保持手段と、矩形情報に対する処理が指示されたこ
とに応答して矩形情報に対する処理を行なう共通の処理
手段と、種類別の情報に対する処理が指示されたことに
応答して種類別の情報に対する処理を行なう個別の処理
手段とを含んでいる。
According to another aspect of the document data management apparatus of the present invention, an information holding unit that holds all data divided into rectangular information and type-specific information, and a rectangle in response to an instruction to process the rectangular information. It includes common processing means for performing processing on information, and individual processing means for performing processing on information by type in response to an instruction to process information by type.

【0009】[0009]

【作用】請求項1の文書データ管理方法であれば、複数
種類のデータを含む文書データを処理し、所望のレイア
ウトの文書を作成し、必要に応じて編集する場合におい
て、全てのデータを矩形情報と種類別の情報とに区分す
るとともに、矩形情報に対する共通の処理手段と種類別
の情報に対する個別の処理手段とを予め準備しておき、
矩形情報に対する処理が指示されたことを条件として共
通の処理手段による処理を行ない、種類別の情報に対す
る処理が指示されたことを条件として対応する個別の処
理手段による処理を行なうのであるから、共通の処理手
段の容量だけ個別の処理手段の容量を低減でき、しか
も、最も処理頻度が高い移動処理、削除処理、ピック処
理等が指示された場合には、データの種類を全く考慮す
ることなく直ちに共通の処理手段による処理を行なうこ
とができるので、全体としての文書処理速度を著しく向
上できる。また、個別の処理手段自体の容量が少なくな
っているのであるから、文書処理システム全体としての
プログラム容量を大幅に低減できる。
According to the document data management method of claim 1, when the document data including a plurality of types of data is processed, a document having a desired layout is created, and the document is edited as necessary, all the data are rectangular. In addition to dividing into information and information by type, a common processing means for rectangular information and an individual processing means for information by type are prepared in advance,
The common processing means performs the processing on the condition that the processing for the rectangular information is instructed, and the corresponding individual processing means performs the processing on the condition that the processing for the type-specific information is instructed. The capacity of the individual processing means can be reduced by the capacity of the individual processing means, and when the most frequent processing such as movement processing, deletion processing, and pick processing is instructed, the type of data is not taken into consideration immediately. Since the processing can be performed by the common processing means, the overall document processing speed can be significantly improved. Further, since the capacity of the individual processing means itself is small, the program capacity of the entire document processing system can be greatly reduced.

【0010】請求項2の文書データ管理装置であれば、
複数種類のデータを含む文書データを処理し、所望のレ
イアウトの文書を作成し、必要に応じて編集する場合に
おいて、全てのデータを矩形情報と種類別の情報とに区
分するとともに、矩形情報に対する共通の処理手段と種
類別の情報に対する個別の処理手段とを予め準備してお
き、矩形情報に対する処理が指示されたことを条件とし
て共通の処理手段による処理を行ない、種類別の情報に
対する処理が指示されたことを条件として対応する個別
の処理手段による処理を行なうのであるから、共通の処
理手段の容量だけ個別の処理手段の容量を低減でき、し
かも、最も処理頻度が高い移動処理、削除処理、ピック
処理等が指示された場合には、データの種類を全く考慮
することなく直ちに共通の処理手段による処理を行なう
ことができるので、全体としての文書処理速度を著しく
向上できる。また、個別の処理手段自体の容量が少なく
なっているのであるから、文書処理システム全体として
のプログラム容量を大幅に低減できる。
According to the document data management device of claim 2,
When processing document data containing multiple types of data, creating a document with a desired layout, and editing as necessary, all data is divided into rectangular information and information by type, and The common processing means and the individual processing means for each type of information are prepared in advance, and the processing by the common processing means is performed on condition that the processing for the rectangular information is instructed. Since the processing is performed by the corresponding individual processing means on the condition that the instruction is given, the capacity of the individual processing means can be reduced by the capacity of the common processing means, and the moving processing and the deletion processing with the highest processing frequency are possible. When pick processing is instructed, the processing can be immediately performed by the common processing means without considering the type of data at all. The document processing speed as a whole can be remarkably improved. Further, since the capacity of the individual processing means itself is small, the program capacity of the entire document processing system can be greatly reduced.

【0011】さらに詳細に説明すると、本件発明者は、
文書を構成する文章、図形、イメージ、枠等に対する各
種処理の中で、移動処理、削除処理、ピック処理等の頻
度が最も高いこと、およびこれらの処理はデータの種別
に拘らず同じ処理内容であることを見出した。そして、
移動処理、削除処理、ピック処理を共通的に行なわせる
ために、これらの処理を行なう上で必要な矩形情報を全
てのデータについて個別のデータと区分して保持させる
ことによりこの発明を完成したのである。
More specifically, the present inventor
Of the various processes for sentences, graphics, images, frames, etc. that compose a document, the move process, delete process, pick process, etc. have the highest frequency, and these processes are the same regardless of the type of data. I found that there is. And
In order to commonly perform the moving process, the deleting process, and the picking process, the present invention has been completed by retaining the rectangular information necessary for performing these processes separately from all the individual data. is there.

【0012】[0012]

【実施例】以下、実施例を示す添付図面によって詳細に
説明する。図1はこの発明の文書処理システムの一実施
例を概略的に示すブロック図であり、共通の処理プログ
ラム1aおよびデータ種別固有の処理プログラム1bを
有する文書処理部1と、データ種類別のデータファイル
2aを有するデータ保持部2とを有している。
Embodiments will be described in detail below with reference to the accompanying drawings showing embodiments. FIG. 1 is a block diagram schematically showing an embodiment of a document processing system of the present invention. A document processing unit 1 having a common processing program 1a and a data type-specific processing program 1b, and a data file for each data type. Data holding unit 2 having 2a.

【0013】上記共通のプログラム1aは、全ての種類
のデータに対して共通に適用できる処理として移動処
理、削除処理、ピック処理等を行なうプログラムであ
り、これら処理の対象となるデータが矩形領域情報を有
していることを前提としている。上記データ種別固有の
処理プログラム1bは、処理の対象となるデータに固有
の処理を行なうプログラムである。具体的には、文章デ
ータを処理するプログラムは、文字属性の設定、変更、
文字列自体の設定、変更等を行ない、図形データを処理
するプログラムは、図形属性の設定、変更、図形自体の
設定、変更等を行ない、イメージデータを処理するプロ
グラムは、イメージ自体の設定、変更等を行ない、枠デ
ータを処理するプログラムは、枠属性の設定、変更、枠
自体の設定、変更等を行なう。尚、枠データを処理する
プログラムにより設定された各枠は、文章、図形、また
はイメージの何れかのみを流し込むことができるように
属性が設定されるのであるから、例えば、枠の移動に追
従して流し込まれたデータも移動する。
The common program 1a is a program that performs a moving process, a deleting process, a picking process, etc. as processes that can be commonly applied to all types of data, and the data to be processed is rectangular area information. Is assumed to have. The data type-specific processing program 1b is a program that performs processing unique to the data to be processed. Specifically, a program that processes text data sets, changes, and
A program that sets and changes the character string itself, processes graphic data, sets and modifies graphic attributes, sets and modifies the graphic itself, and a program that processes image data sets and modifies the image itself. A program for performing frame data processing, for example, sets and changes frame attributes, and sets and changes frame itself. Since each frame set by the program that processes the frame data has attributes set so that only a text, a figure, or an image can be poured, for example, the movement of the frame is tracked. The data that was poured in will also move.

【0014】データ保持部2に保持されている各データ
ファイル2aは、図2にも示すように、共通の処理プロ
グラム1aによって処理を行ない得るように、共通のフ
ォーマットの矩形領域情報2a1を有しているととも
に、データ種別固有の処理プログラム1bによる処理を
行ない得るように、固有のフォーマットの個別情報2a
2を有している。具体的には、共通のフォーマットの矩
形領域情報2a1として、例えば、矩形領域の1頂点の
座標値、矩形領域の幅値および高さ値を有している。そ
して、固有のフォーマットの個別情報2a1として、例
えば、文書データファイルは文字属性、文字数、文字列
を構成する各文字のコード等を有しており、図形データ
ファイルは図形属性、方向指定データ(例えば、矩形領
域に対する線分の向きを定めるためのデータ)等を有し
ており、イメージデータファイルはピクセル単位の色デ
ータを有しており、枠データファイルは枠属性等を有し
ている。但し、線分の向きを定めるに当って幅値または
高さ値として正または負の値を採用すれば、上記方向指
定データを不要にできる。
As shown in FIG. 2, each data file 2a held in the data holding unit 2 has rectangular area information 2a1 in a common format so that it can be processed by a common processing program 1a. In addition, the individual information 2a in a unique format so that the processing by the processing program 1b unique to the data type can be performed.
Have two. Specifically, the rectangular area information 2a1 of the common format has, for example, the coordinate value of one vertex of the rectangular area, the width value, and the height value of the rectangular area. Then, as the individual information 2a1 of the unique format, for example, the document data file has a character attribute, the number of characters, a code of each character forming a character string, and the graphic data file has a graphic attribute and direction designation data (for example, , Data for determining the direction of the line segment with respect to the rectangular area), the image data file has color data in pixel units, and the frame data file has frame attributes. However, if a positive or negative value is adopted as the width value or the height value in determining the direction of the line segment, the direction designation data can be eliminated.

【0015】上記の構成の文書処理システムの作用は次
のとおりである。例えば、メニュー画面において移動処
理が選択された場合には、データの種別を考慮すること
なく直ちに共通の処理プログラム1aを起動し、移動対
象データおよび移動先が指示されるまで待つ。そして、
これらが指示されれば、指示された移動対象データの矩
形領域情報2a1に基づいて共通の処理プログラム1a
が移動処理を行ない、矩形領域を指示された移動先まで
移動させる。もちろん、元の文書中の移動対象データと
しての矩形領域に含まれる各データは矩形領域に対応し
て設定されているのであるから、矩形領域が移動させる
ことにより、含まれるデータも移動する。矩形領域の削
除が指示された場合には、削除対象データが指示された
ことに応答して該当する矩形領域情報を削除するのであ
るから、矩形情報に対応して設定されていた元のデータ
も削除される。矩形領域のピック処理が指示された場合
には、カーソル等により指定された矩形領域を選択し、
矩形領域に対応して設定されているデータを例えば強調
表示する。
The operation of the document processing system having the above configuration is as follows. For example, when the move process is selected on the menu screen, the common process program 1a is immediately started without considering the type of data, and waits until the move target data and move destination are instructed. And
If these are instructed, the common processing program 1a is based on the rectangular area information 2a1 of the instructed movement target data.
Performs a moving process to move the rectangular area to the designated moving destination. Of course, since each data included in the rectangular area as the movement target data in the original document is set corresponding to the rectangular area, moving the rectangular area also moves the included data. When the deletion of the rectangular area is instructed, the corresponding rectangular area information is deleted in response to the instruction of the data to be deleted. Therefore, the original data set corresponding to the rectangular information is also deleted. To be deleted. If rectangular area picking is instructed, select the rectangular area specified by the cursor,
The data set corresponding to the rectangular area is highlighted, for example.

【0016】以上の説明から明らかなように、共通の処
理プログラム1aは、矩形領域の1頂点の座標値、矩形
領域の幅値および高さ値で規定された矩形領域に対する
移動処理、削除処理、ピック処理等を行なえれば十分で
あるから、プログラム容量を少なくでき、プロセッサの
負担を低減して高速処理を達成できる。また、データの
種別を考慮することなくこれらの処理を行なうことがで
きるのであるから、この面からも処理の高速化を達成で
きる。
As is apparent from the above description, the common processing program 1a has a moving process and a deleting process for a rectangular area defined by the coordinate value of one vertex of the rectangular area, the width value and the height value of the rectangular area. Since it suffices to be able to perform pick processing, the program capacity can be reduced, the load on the processor can be reduced, and high-speed processing can be achieved. Further, since these processes can be performed without considering the type of data, it is possible to speed up the process also from this aspect.

【0017】もちろん、データ種別固有の処理プログラ
ム1bも、上述の共通処理部分が省略されているのであ
るから容量がかなり少なくなっており、文書処理システ
ム全体としてのプログラム容量を大幅に低減できる。
尚、この発明は上記の実施例に限定されるものではな
く、例えば、矩形領域情報として対角頂点の座標値を採
用することが可能であるほか、この発明の要旨を変更し
ない範囲内において種々の設計変更を施すことが可能で
ある。
Of course, the processing program 1b peculiar to the data type also has a considerably small capacity because the common processing part is omitted, and the program capacity of the entire document processing system can be greatly reduced.
It should be noted that the present invention is not limited to the above-described embodiment, and for example, the coordinate values of diagonal vertices can be adopted as the rectangular area information, and various other values are possible without changing the gist of the present invention. It is possible to change the design of.

【0018】[0018]

【発明の効果】以上のように請求項1の発明は、共通の
処理手段の容量だけ個別の処理手段の容量を低減でき、
しかも、最も処理頻度が高い移動処理、削除処理、ピッ
ク処理等が指示された場合には、データの種類を全く考
慮することなく直ちに共通の処理手段による処理を行な
うことができるので、全体としての文書処理速度を著し
く向上でき、さらに、個別の処理手段自体の容量が少な
くなっているのであるから、文書処理システム全体とし
てのプログラム容量を大幅に低減できるという特有の効
果を奏する。
As described above, the invention of claim 1 can reduce the capacity of the individual processing means by the capacity of the common processing means,
Moreover, when the movement processing, the deletion processing, the pick processing, or the like having the highest processing frequency is instructed, the processing can be immediately performed by the common processing means without considering the type of data at all. Since the document processing speed can be remarkably improved and the capacity of the individual processing means itself is reduced, the program capacity of the document processing system as a whole can be significantly reduced.

【0019】請求項2の発明も、共通の処理手段の容量
だけ個別の処理手段の容量を低減でき、しかも、最も処
理頻度が高い移動処理、削除処理、ピック処理等が指示
された場合には、データの種類を全く考慮することなく
直ちに共通の処理手段による処理を行なうことができる
ので、全体としての文書処理速度を著しく向上でき、さ
らに、個別の処理手段自体の容量が少なくなっているの
であるから、文書処理システム全体としてのプログラム
容量を大幅に低減できるという特有の効果を奏する。
Also in the invention of claim 2, the capacity of the individual processing means can be reduced by the capacity of the common processing means, and further, when the moving processing, the deletion processing, the pick processing and the like having the highest processing frequency are instructed. Since the processing by the common processing means can be immediately performed without considering the type of data at all, the document processing speed as a whole can be remarkably improved, and the capacity of the individual processing means itself is reduced. Therefore, it has a unique effect that the program capacity of the entire document processing system can be significantly reduced.

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

【図1】この発明の文書処理システムの一実施例を概略
的に示すブロック図である。
FIG. 1 is a block diagram schematically showing an embodiment of a document processing system of the present invention.

【図2】データ保持部に保持されている各データファイ
ルの構成を概略的に示す図である。
FIG. 2 is a diagram schematically showing a configuration of each data file held in a data holding unit.

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

1a 共通の処理プログラム 1b データ種別固有
の処理プログラム 2 データ保持部
1a Common processing program 1b Data type specific processing program 2 Data holding unit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数種類のデータを含む文書データを処
理し、所望のレイアウトの文書を作成し、必要に応じて
編集する文書処理システムにおいて、全てのデータを矩
形情報と種類別の情報とに区分するとともに、矩形情報
に対する共通の処理手段と種類別の情報に対する個別の
処理手段とを予め準備しておき、矩形情報に対する処理
が指示されたことを条件として共通の処理手段による処
理を行ない、種類別の情報に対する処理が指示されたこ
とを条件として対応する個別の処理手段による処理を行
なうことを特徴とする文書処理システムにおける文書デ
ータ管理方法。
1. A document processing system for processing document data including a plurality of types of data, creating a document of a desired layout, and editing the document as necessary, all of the data being rectangular information and type-specific information. Along with the division, a common processing means for the rectangular information and an individual processing means for the type-specific information are prepared in advance, and the processing by the common processing means is performed on condition that the processing for the rectangular information is instructed. A document data management method in a document processing system, characterized in that processing is performed by a corresponding individual processing means on condition that processing for information by type is instructed.
【請求項2】 複数種類のデータを含む文書データを処
理し、所望のレイアウトの文書を作成し、必要に応じて
編集する文書処理システムにおいて、全てのデータを矩
形情報と種類別の情報とに区分して保持する情報保持手
段(2)と、矩形情報に対する処理が指示されたことに
応答して矩形情報に対する処理を行なう共通の処理手段
(1a)と、種類別の情報に対する処理が指示されたこ
とに応答して種類別の情報に対する処理を行なう個別の
処理手段(1b)とを含むことを特徴とする文書処理シ
ステムにおける文書データ管理装置。
2. A document processing system for processing document data including a plurality of types of data, creating a document having a desired layout, and editing the document as necessary, all data being rectangular information and type-specific information. Information holding means (2) for separately storing, common processing means (1a) for performing processing on rectangular information in response to an instruction for processing for rectangular information, and processing for information for each type are instructed. A document data management device in a document processing system, comprising: an individual processing means (1b) for performing processing on information of each type in response to the fact.
JP5002010A 1993-01-08 1993-01-08 Method and device for document data processing of document processing system Pending JPH06208554A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5002010A JPH06208554A (en) 1993-01-08 1993-01-08 Method and device for document data processing of document processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5002010A JPH06208554A (en) 1993-01-08 1993-01-08 Method and device for document data processing of document processing system

Publications (1)

Publication Number Publication Date
JPH06208554A true JPH06208554A (en) 1994-07-26

Family

ID=11517411

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5002010A Pending JPH06208554A (en) 1993-01-08 1993-01-08 Method and device for document data processing of document processing system

Country Status (1)

Country Link
JP (1) JPH06208554A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0869373A (en) * 1994-08-26 1996-03-12 Fuji Xerox Co Ltd Data processor
JPH09204540A (en) * 1995-11-24 1997-08-05 Dainippon Screen Mfg Co Ltd Image processor
JP2002251603A (en) * 2001-02-23 2002-09-06 Matsushita Electric Works Ltd Image processing program formation method and system for it

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0869373A (en) * 1994-08-26 1996-03-12 Fuji Xerox Co Ltd Data processor
JPH09204540A (en) * 1995-11-24 1997-08-05 Dainippon Screen Mfg Co Ltd Image processor
JP2002251603A (en) * 2001-02-23 2002-09-06 Matsushita Electric Works Ltd Image processing program formation method and system for it

Similar Documents

Publication Publication Date Title
US4905185A (en) Apparatus for transferring block data in original form and editing the block data
JPS6115280A (en) Document picture editing device
JPH06208554A (en) Method and device for document data processing of document processing system
JPH041862A (en) Graphic selecting method
US7066665B2 (en) Printing apparatus and printing method
JP2621486B2 (en) Document editing method and apparatus
JP3607913B2 (en) Image display device
JP3154790B2 (en) Optical character reader
JP2752667B2 (en) Curve editing method of figure editing device
JP2851840B2 (en) Document processing device
JP3225633B2 (en) Image data management device
JPH01181164A (en) Graphic editing processing system
JPH05298003A (en) Data processor
JPS6298471A (en) Document editing device
JPH04118728A (en) Data file updating system
JPH07295780A (en) Replotting method
JPH09212496A (en) Document processor and method
JPH03147017A (en) Image processor
JPH0711833B2 (en) Rectangular cursor display method
JPH01130257A (en) Document processor
JPH01158527A (en) Memory control system
JPH0224761A (en) Document logic structure editing device
JPH04280365A (en) Method and device for processing document
JPH06149909A (en) Cad processing method and its device
JPH06187458A (en) Graphic display device