JPH0969088A - Tabular data processor - Google Patents

Tabular data processor

Info

Publication number
JPH0969088A
JPH0969088A JP7225230A JP22523095A JPH0969088A JP H0969088 A JPH0969088 A JP H0969088A JP 7225230 A JP7225230 A JP 7225230A JP 22523095 A JP22523095 A JP 22523095A JP H0969088 A JPH0969088 A JP H0969088A
Authority
JP
Japan
Prior art keywords
cell
size
page
vertical
horizontal
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
JP7225230A
Other languages
Japanese (ja)
Inventor
Kenji Nitta
健二 新田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP7225230A priority Critical patent/JPH0969088A/en
Publication of JPH0969088A publication Critical patent/JPH0969088A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

(57)【要約】 【課題】表形式データの作成・編集・印刷を行う表形式
データ処理装置に関し、印刷時に印刷時の印刷イメージ
を捕えやすくする。 【解決手段】 指定された、用紙1ページに収める縦
および横のセルの数に従って、印刷する表のセルの大き
さを決定する印刷管理手段を設ける。 の場合、
セルデータの量が多い場合には、その一部しか印刷でき
ない。そこでさらに、決定したセルの大きさで記述内容
をすべて収容できるように文字の大きさを決定する。
セルの用紙1ページに収める数の指定は縦(または
横)の数のみであるので、セルの縦(または横)の大き
さを決定する。次に表のセルデータの最大量の文字数を
収容できるように、セルの横(または縦)の大きさを決
定する。 以上の場合において、印刷管理手段は、
印刷すべき表が用紙1ページに収まらない場合、隣接す
るページがあることを示す標示をつける。
(57) Abstract: A tabular data processing device for creating, editing, and printing tabular data makes it easy to capture a print image during printing. A print management unit is provided that determines the size of a cell in a table to be printed according to a designated number of vertical and horizontal cells to be stored on one page of paper. in the case of,
If the amount of cell data is large, only part of it can be printed. Therefore, the size of the character is further determined so that the described content can be accommodated in the determined cell size.
Since the number of cells to be contained in one page of paper is specified only in the vertical (or horizontal) number, the vertical (or horizontal) size of the cell is determined. Next, the horizontal (or vertical) size of the cell is determined so that the maximum number of characters of the cell data in the table can be accommodated. In the above cases, the print management means
When the table to be printed does not fit on one page of paper, a mark indicating that there is an adjacent page is attached.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、表形式のデータを
作成・編集し印刷する装置(表形式データ処理装置と記
す)に関する。特に、印刷方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus for creating / editing and printing tabular data (referred to as a tabular data processing apparatus). In particular, it relates to a printing method.

【0002】[0002]

【従来の技術】図8は表形式データ処理の概念を示す。
表形式データの例は、表計算ソフトウェアの扱う表形式
データ、ソフトウェア等の作成に使用される状態遷移表
等である。
2. Description of the Related Art FIG. 8 shows the concept of tabular data processing.
Examples of tabular data are tabular data handled by spreadsheet software, a state transition table used to create software, and the like.

【0003】表形式のデータは、関連する複数の項目を
表の縦または横の各欄(以下セルと記す)として表現し
ているものである。図8に示すように、データは表の形
式を決める表フォーマット(ポインタの配列による)
と、各セル毎の表の記述内容(セルデータ)とからな
る。表フォーマット内の各ポインタは対応するセルデー
タの存在する位置を示す。他にディスプレイ装置等に表
示する場合の管理データ、印刷する場合の管理データが
ある。
The tabular data represents a plurality of related items as vertical or horizontal columns (hereinafter referred to as cells) of the table. As shown in FIG. 8, data is a table format that determines the format of the table (by array of pointers)
And the description contents (cell data) of the table for each cell. Each pointer in the table format indicates the position where the corresponding cell data exists. In addition, there are management data for displaying on a display device and the like, and management data for printing.

【0004】表のセルの数は固定したものではなく、設
計や処理を進めるにつれて増減するものである。増減し
ても表そのものの扱いは問題ないし、ディスプレイ画面
に表を表示する場合は、大きな表であってもページ分割
の必要はない。スクロールによって、表フォーマットの
形式がわかるようにし、セルデータはその一部または別
途指定のある部分のみを表示し、セルデータ全体は指定
された場合に別のウインドウに表示することで済む。
The number of cells in the table is not fixed, but increases or decreases as design and processing progress. Even if it increases or decreases, there is no problem in handling the table itself, and when displaying the table on the display screen, page division is not necessary even for a large table. By scrolling, the format of the table format can be seen, and only a part of the cell data or a part designated separately is displayed, and the whole cell data is displayed in another window when designated.

【0005】しかし、それを紙に印刷する場合は、紙の
サイズが固定であるためページ分割の必要がある。従来
の表形式データ処理装置における印刷方式では、各セル
に記述できる文字数を基準にして印刷を行っていた。こ
の場合、印刷時の文字サイズや印刷用紙の大きさなどに
よって表全体が何ページになるか、どこで分割されるか
分かりにくかった。
However, when printing it on paper, it is necessary to divide the page because the size of the paper is fixed. In the conventional printing method in the tabular data processing device, printing is performed based on the number of characters that can be described in each cell. In this case, it was difficult to know how many pages the whole table would be and where to divide it depending on the character size at the time of printing and the size of the printing paper.

【0006】[0006]

【発明が解決しようとする課題】従って、見やすく効率
的な割当てを行うことができないという問題がある。例
えば、印刷が複数ページにわたる場合は右端や下側にあ
たるページでは、余白部分が大きくなり、見にくく紙の
無駄になりやすい。例えば1ページ内に縦5セル横3セ
ルまで印刷できるように設定してある場合に、変更等に
より、縦6セル、横4セルとなった表をそのまま印刷す
ると、図7のように縦の1セルや横1セルについて一欄
だけのページができてしまう。これを1ページ内に収め
るように、または縦3セル横2セルの4ページに分けて
印刷するようにしようとしてもその指定が面倒である。
Therefore, there is a problem that it is not possible to perform easy-to-see and efficient allocation. For example, when printing is performed over a plurality of pages, the margins are large on the right edge or the lower side of the page, and it is difficult to see and paper is easily wasted. For example, if you have set up to print up to 5 cells in the vertical direction and 3 cells in the horizontal direction in one page, if you print the table with 6 cells in the vertical direction and 4 cells in the horizontal direction as it is, you can print it vertically as shown in FIG. A page with only one column is created for one cell or one horizontal cell. Even if it is attempted to print this on one page or divided into four pages of three cells vertically and two cells horizontally, the designation is troublesome.

【0007】本発明は、印刷時に1ページ内の縦および
横のセルの個数を指定することにより、印刷時の文字サ
イズや用紙サイズなどにかかわらず印刷イメージを捕ら
えやすくすることを目的としている。
An object of the present invention is to make it easy to capture a print image by specifying the number of vertical and horizontal cells in one page at the time of printing, regardless of the character size or paper size at the time of printing.

【0008】[0008]

【課題を解決するための手段】本発明では、表形式デー
タの作成・編集・印刷を行う表形式データ処理装置にお
いて、 指定された、用紙1ページに収める縦および横のセ
ルの数に従って、印刷する表のセルの大きさを決定する
印刷管理手段を設ける。
According to the present invention, in a tabular data processing device for creating, editing and printing tabular data, printing is performed in accordance with a specified number of vertical and horizontal cells to fit on one page of paper. A print management unit that determines the size of the cell of the table to be printed is provided.

【0009】1ページにおさめるセルの数が決まってい
るので、用紙の印刷範囲からセルの縦のサイズと横のサ
イズを計算することができる。印刷管理手段は、セルの
縦横のサイズを決め、文字のサイズ等からセル内に印刷
する文字数を決める。
Since the number of cells to be stored in one page is fixed, the vertical size and horizontal size of the cells can be calculated from the print range of the paper. The print management unit determines the vertical and horizontal sizes of the cell, and determines the number of characters to be printed in the cell from the character size and the like.

【0010】 の場合、セルデータの量が多い場合
には、その一部しか印刷できない。そこで印刷管理手段
は、さらに、決定したセルの大きさで記述内容をすべて
収容できるように文字の大きさを決定する。セルデータ
の量が多いセルがある場合には文字の大きさが小さくな
るが、記述内容をすべて印刷できる。
In the case of (1), if the amount of cell data is large, only a part of it can be printed. Therefore, the print management unit further determines the size of the character so that all the description contents can be accommodated in the determined cell size. If there is a cell with a large amount of cell data, the size of the character will be smaller, but the entire description can be printed.

【0011】 用紙1ページに収めるセル数の指定は
縦(または横)の数のみであるので、それに従って印刷
管理手段はセルの縦(または横)の大きさを決定する。
次に表のセルデータの最大量の文字数を収容できるよう
に、セルの横(または縦)の大きさを決定する。この決
定は横方向(または縦方向)ごとに行ってもよいし、表
全体で行ってもよい。セルデータの量が多いセルがある
場合にも文字の大きさを変えずに記述内容をすべて印刷
できる。
Since the number of cells to be contained in one page of paper is specified only by the number of vertical (or horizontal) lines, the print management means determines the vertical (or horizontal) size of the cells accordingly.
Next, the horizontal (or vertical) size of the cell is determined so that the maximum number of characters of the cell data in the table can be accommodated. This determination may be made for each horizontal direction (or vertical direction) or for the entire table. Even if there is a cell with a large amount of cell data, the entire description can be printed without changing the size of the characters.

【0012】 以上の場合において、印刷管理手段
は、印刷すべき表が用紙1ページに収まらない場合、隣
接するページがあることを示す標示をつける。これによ
り印刷された表がどのように隣接するかが容易にわかる
ようにすることができる。
In the above case, the print management means puts a mark indicating that there is an adjacent page when the table to be printed cannot fit on one page of paper. This makes it easier to see how the printed tables are adjacent.

【0013】[0013]

【発明の実施の形態】本発明の実施例の構成図を図1に
示す。以下、図面を参照して実施例を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows a block diagram of an embodiment of the present invention. Hereinafter, embodiments will be described with reference to the drawings.

【0014】図1に示すハードウェアは、プロセサ20、
メモリ10、ディスク装置30、キーボード40, ディスプレ
イ50および印刷装置60よりなる一般的なワークステーシ
ョンやパーソナルコンピュータである。表形式データを
処理するため、メモリ10上にプログラムによる表作成編
集部1と表示管理部2と印刷管理部3がある。利用者が
表作成編集部1を介して作成した表形式データは表フォ
ーマット1f、セルデータ1d、表示管理データ、印刷管理
データとしてディスク装置30に保存される。表形式デー
タを変更・更新する場合はディスク装置30からメモリ10
上に読みだして処理する。表形式データを作成・更新す
る場合、表示管理部2が表示管理データ2dを基にディス
プレイ装置に表示する処理を行う。表形式データを印刷
する場合、印刷管理部3が印刷管理データ3dを基に印刷
装置60に印刷するための処理を行う。以下、図2に示す
印刷管理データの形成処理のフローチャートをもとに、
印刷処理について説明する。
The hardware shown in FIG. 1 is a processor 20,
It is a general workstation or personal computer including a memory 10, a disk device 30, a keyboard 40, a display 50, and a printing device 60. In order to process tabular data, a program-based table creation / editing unit 1, a display management unit 2, and a print management unit 3 are provided on the memory 10. The table format data created by the user through the table creation / editing unit 1 is stored in the disk device 30 as a table format 1f, cell data 1d, display management data, and print management data. When changing / updating tabular data, the disk unit 30 to the memory 10
Read it out and process it. When creating / updating tabular data, the display management unit 2 performs a process of displaying on the display device based on the display management data 2d. When printing tabular data, the print management unit 3 performs processing for printing on the printing device 60 based on the print management data 3d. Below, based on the flowchart of the print management data forming process shown in FIG.
The print processing will be described.

【0015】(1)請求項1の発明:印刷が指示される
と印刷管理部3は、印刷用紙の1ページに印刷する縦お
よび横方向のセルの個数を印刷設定値から、および印刷
用紙内の表を印刷する範囲と印刷に使用する文字のサイ
ズをプリンタ設定値や書式情報などから獲得し、獲得し
た値から一つのセルのサイズを算出し、さらにセルのサ
イズと文字のサイズから一つのセルに記述できる行数お
よび文字数を求める。これらの値を印刷管理データ3dと
してまとめる。特に指定がなければディスク装置から読
みだした印刷管理データをそのまま使用する。このデー
タを基に、利用者が作成した表のデータ(表フォーマッ
ト1f、セルデータ1d)の印刷を行う。
(1) Invention of Claim 1: When printing is instructed, the print management unit 3 determines the number of vertical and horizontal cells to be printed on one page of the printing paper from the print setting value and within the printing paper. The range of printing the table and the size of characters used for printing are acquired from the printer setting values and format information, and the size of one cell is calculated from the acquired values. Find the number of lines and characters that can be written in a cell. These values are summarized as print management data 3d. Unless otherwise specified, the print management data read from the disk device is used as it is. Based on this data, the table data created by the user (table format 1f, cell data 1d) is printed.

【0016】例えば図3(1)のように4ページ内に納
まっていた表を編集し、表のサイズが1行1列ずつ大き
くなった場合でも、縦横のセルの数を増やすように指定
することによって、図3(2)のように編集前と同じ4
ページ内に収めることができる。指定を変えなければ図
3(3)のように9ページになる。
For example, as shown in FIG. 3 (1), a table stored in four pages is edited, and even if the size of the table is increased by one row and one column, it is specified that the number of vertical and horizontal cells is increased. As a result, as shown in Fig. 3 (2), the same 4
Can fit on page. If the designation is not changed, there will be 9 pages as shown in FIG.

【0017】(2)請求項2の発明:欄(セル)内の記
述量が多い場合、上記の方式では記述内容すべてを印刷
できないセルが発生することがある。この場合は印刷し
きれないセルのサイズとそのセルの記述量から、すべて
の記述内容が印刷できるような文字サイズを算出し印刷
を行う。
(2) The invention according to claim 2: When the description amount in the column (cell) is large, there may occur a cell in which the entire description content cannot be printed by the above method. In this case, printing is performed by calculating the character size such that all the description content can be printed from the size of the cell that cannot be printed and the description amount of the cell.

【0018】例えば図4(a)のように印刷しきれない
セルを持つ表を印刷する場合、そのようなセルをすべて
リストアップする(同図(b))。その中で最大の記述
量を持つセルを見つけ(同図(c))、そのセルの記述
内容がすべて印刷できるような文字サイズを算出する
(同図(d))。算出した文字サイズを使用して表の印
刷を行う。
For example, when printing a table having cells that cannot be printed as shown in FIG. 4A, all such cells are listed (FIG. 4B). A cell having the largest description amount is found (FIG. 11C), and a character size is calculated so that all the description contents of the cell can be printed (FIG. 11D). Print the table using the calculated font size.

【0019】このように、記述量が多いためセルの中に
印刷できなくなるような表も、本方式を使用することに
よって記述内容すべてを印刷することができる。 (3)請求項3の発明:上記(1)において、縦または
横方向のセルの個数のどちらか一方だけが指定されてい
た場合、印刷管理部は指定されていない方の値を、指定
された方の値と印刷用紙内の印刷領域、文字サイズ、欄
内の記述量から算出する。これらの値と表のデータから
表の印刷を行う。
As described above, even for a table that cannot be printed in a cell due to the large amount of description, the entire description content can be printed by using this method. (3) Invention of Claim 3: In the above (1), when only one of the number of cells in the vertical direction or the horizontal direction is designated, the print management unit designates the value which is not designated. It is calculated from the weighted value, the printing area on the printing paper, the character size, and the description amount in the field. The table is printed from these values and the table data.

【0020】図5のように縦方向のセルの個数を省略
し、横方向のセルの個数だけを指定した場合を例に説明
する。最初に同図(a)のように1ページ内の表の印刷
範囲の横サイズと指定された横方向のセルの個数から、
ひとつのセルの横サイズCxを求める。この値と印刷に
使用される文字サイズ、各セル内の記述量から同図
(b)のようにそのセルの縦サイズを求めることがで
き、さらに、ある行を構成する各々のセルの縦サイズの
中で最大のものを求めることができる。同図(c)のよ
うにすべての行について同一行内の最大縦サイズを算出
し、表の印刷を行う。
An example will be described in which the number of cells in the vertical direction is omitted and only the number of cells in the horizontal direction is designated as shown in FIG. First, as shown in (a) of the figure, from the horizontal size of the print range of the table in one page and the number of cells in the specified horizontal direction,
The horizontal size Cx of one cell is calculated. The vertical size of the cell can be obtained from this value, the character size used for printing, and the description amount in each cell, as shown in Fig. 2 (b). You can ask for the largest of the. As shown in FIG. 6C, the maximum vertical size in the same line is calculated for all lines, and the table is printed.

【0021】横方向のセルの個数が省略され、縦方向の
セルの個数だけが指定された場合でも、同様にしてセル
の横サイズを求めることで印刷を行うことができる。こ
のように、縦または横方向のどちらか一方のセルの個数
だけ指定することにより、文字サイズを固定してもセル
データを全て印刷することができる。
Even when the number of cells in the horizontal direction is omitted and only the number of cells in the vertical direction is designated, printing can be performed by similarly obtaining the horizontal size of the cells. In this way, by designating only the number of cells in either the vertical direction or the horizontal direction, it is possible to print all the cell data even if the character size is fixed.

【0022】(4)請求項4の発明:図6は、前述の場
合において、表が複数のページにわたる場合に、隣接す
るページがあることを標示するため、表の罫線を延ばす
ことによって示した例である。
(4) Invention of Claim 4: FIG. 6 is shown by extending the ruled line of the table in order to indicate that there is an adjacent page when the table extends over a plurality of pages in the above-mentioned case. Here is an example.

【0023】[0023]

【発明の効果】以上説明したように、本発明によれば、
表の印刷において印刷用紙のサイズや文字のサイズ、表
の内容の多少などにかかわらず、ほとんどが空白となる
ような無駄なページを印刷しないようにすることが容易
になり、見やすい印刷を行うことができる。
As described above, according to the present invention,
When printing a table, it is easy to avoid unnecessary pages that are mostly blank, regardless of the size of the printing paper, the size of characters, or the content of the table. You can

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

【図1】 本発明の実施例の構成図FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】 印刷管理データ形成処理のフローチャートFIG. 2 is a flowchart of print management data formation processing.

【図3】 表のセル数が増加した場合の印刷例[Fig. 3] Printing example when the number of cells in the table increases

【図4】 セル内の記述量が多い場合の処理[Figure 4] Processing when there is a large amount of description in a cell

【図5】 ページ内の横方向のセル数を指定した場合の
説明図
FIG. 5 is an explanatory diagram when the number of cells in the horizontal direction in the page is specified.

【図6】 隣接ページの有無標示の例[Fig. 6] Example of presence / absence indication of adjacent pages

【図7】 従来の表印刷方式FIG. 7 Conventional table printing method

【図8】 表形式データ処理の概念図FIG. 8 is a conceptual diagram of tabular data processing.

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

10 メモリ 20 プロセサ 30 ディスク装置 40 キーボード 50 ディスプレイ 60 印刷装置 1 表作成編集部 1d セルデータ 1f
表フォーマット 2 表示管理部 2d 表示管理データ 3 印刷管理部 3d 印刷管理データ
10 Memory 20 Processor 30 Disk device 40 Keyboard 50 Display 60 Printing device 1 Table making / editing section 1d Cell data 1f
Table format 2 Display management section 2d Display management data 3 Print management section 3d Print management data

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 表形式データの作成・編集・印刷を行う
装置であって、 指定された、用紙1ページに収める縦および横のセルの
数に従って、印刷する表のセルの大きさを決定する印刷
管理手段を有することを特徴とする表形式データ処理装
置。
1. A device for creating / editing / printing tabular data, wherein the size of a cell of a table to be printed is determined according to a specified number of vertical and horizontal cells to be fit on one page of paper. A tabular data processing device having print management means.
【請求項2】 請求項1に記載の表形式データ処理装置
であって、 印刷管理手段は、さらに、決定したセルの大きさで記述
内容をすべて収容できるように文字の大きさを決定する
ことを特徴とする表形式データ処理装置。
2. The tabular data processing device according to claim 1, wherein the print management means further determines a character size so that all the description contents can be accommodated in the determined cell size. A tabular data processing device characterized by:
【請求項3】 表形式データの作成・編集・印刷を行う
装置であって、 指定された、用紙1ページに収める縦または横のセルの
数に従って、印刷する表のセルの縦または横の大きさを
決定し、表の記述内容をすべて収容できるように、セル
の横または縦の大きさを決定する印刷管理手段を有する
ことを特徴とする表形式データ処理装置。
3. A device for creating / editing / printing tabular data, the vertical or horizontal size of a cell of a table to be printed according to a specified number of vertical or horizontal cells to be fit on one page of paper. A table format data processing device having print management means for determining the horizontal size or vertical size of a cell so that all the description contents of the table can be accommodated.
【請求項4】 請求項1ないし請求項3に記載の表形式
データ処理装置であって、 印刷管理手段は、印刷すべき表が用紙1ページに収まら
ない場合、隣接するページがあることを示す標示をつけ
ることを特徴とする表形式データ処理装置。
4. The tabular data processing apparatus according to claim 1, wherein the print management means indicates that there is an adjacent page when the table to be printed does not fit on one page of paper. A tabular data processing device characterized by marking.
JP7225230A 1995-09-01 1995-09-01 Tabular data processor Pending JPH0969088A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7225230A JPH0969088A (en) 1995-09-01 1995-09-01 Tabular data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7225230A JPH0969088A (en) 1995-09-01 1995-09-01 Tabular data processor

Publications (1)

Publication Number Publication Date
JPH0969088A true JPH0969088A (en) 1997-03-11

Family

ID=16826035

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7225230A Pending JPH0969088A (en) 1995-09-01 1995-09-01 Tabular data processor

Country Status (1)

Country Link
JP (1) JPH0969088A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010067034A (en) * 2008-09-11 2010-03-25 Canon Inc Paper sheet size-computing method in spreadsheet software

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010067034A (en) * 2008-09-11 2010-03-25 Canon Inc Paper sheet size-computing method in spreadsheet software

Similar Documents

Publication Publication Date Title
US4608662A (en) Method for editing document
JPS60107357A (en) Word-processor
JPH0619773B2 (en) Document processor
JPH0969088A (en) Tabular data processor
JPH0438005B2 (en)
JPH03156668A (en) Document preparing device
JP2550562B2 (en) Character display device
JPH02178765A (en) document creation device
JPH07295973A (en) How to set the document format
JP2977132B2 (en) Printer
JP2516898B2 (en) Illustration embedding processing method
JPH0573562A (en) Document editing device
JPH0520321A (en) Document processing device having card printing function
JPS63120668A (en) Word processor for japanese characters
JPS62229464A (en) Document processor
JP2612402B2 (en) Display control method
JPH0535734A (en) Information processing equipment
JPH0596811A (en) Printing method
JPH08171381A (en) Layout display device
JPS6411985B2 (en)
JPH05151216A (en) Document processing device with frame editing function
JPS61198283A (en) Print image display unit
JPS59123046A (en) Display system of document processor
JPH0463785B2 (en)
JPH0321932B2 (en)

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20021112