JP2559725B2 - Display device - Google Patents

Display device

Info

Publication number
JP2559725B2
JP2559725B2 JP62023916A JP2391687A JP2559725B2 JP 2559725 B2 JP2559725 B2 JP 2559725B2 JP 62023916 A JP62023916 A JP 62023916A JP 2391687 A JP2391687 A JP 2391687A JP 2559725 B2 JP2559725 B2 JP 2559725B2
Authority
JP
Japan
Prior art keywords
character
display
line
frame
character string
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.)
Expired - Fee Related
Application number
JP62023916A
Other languages
Japanese (ja)
Other versions
JPS63192154A (en
Inventor
初子 ▲高▼鹿
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 JP62023916A priority Critical patent/JP2559725B2/en
Publication of JPS63192154A publication Critical patent/JPS63192154A/en
Application granted granted Critical
Publication of JP2559725B2 publication Critical patent/JP2559725B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔概要〕 ディスプレイ画面上に与えられた領域内に文字列を作
成する場合、領域の幅と入力文字列の長さを求め、領域
の大きさが入力文字列の長さより小さい時、入力文字列
の改行場所を決めて改行場所を先頭位置テーブルに格納
し、各行の文字開始点の座標を配置座標テーブルに格納
し、上記操作を繰り返し、両テーブルを使用して入力文
字列をディスプレイ画面内に配置した画像データを作成
する。
DETAILED DESCRIPTION [Overview] When a character string is created in a given area on a display screen, the width of the area and the length of the input character string are calculated, and the size of the area is the length of the input character string. If it is less than the specified value, determine the line feed position of the input string, store the line feed position in the start position table, store the coordinates of the character start point of each line in the placement coordinate table, repeat the above operation, and enter using both tables. Create image data with a character string placed on the display screen.

〔産業上の利用分野〕[Industrial applications]

本発明は計算機を使用する自動設計システムに於い
て、グラフィックディスプレイ画面上に与えられた特定
領域内に文字列を作成する場合の表示文字列の自動改行
表示可能な表示装置に関するものである。
The present invention relates to a display device capable of automatic line feed display of a display character string when a character string is created in a specific area provided on a graphic display screen in an automatic design system using a computer.

〔従来の技術〕[Conventional technology]

計算機を使用する自動設計システム(以下簡単のため
CADシステムと云う)に於いて、グラフィックディスプ
レイ画面上に文字を作成することがある。
Automatic design system using a computer (for simplicity
In the CAD system), characters may be created on the graphic display screen.

第4図は従来の文字表示方式を示す機能構成図であ
る。
FIG. 4 is a functional block diagram showing a conventional character display system.

第5図は従来の文字表示方式の説明図である。 FIG. 5 is an explanatory diagram of a conventional character display system.

図中、1はディスプレイ画面、2は文字データファイ
ル、3は検索手段、4は処理手段、5は図面作業ファイ
ル、6は出力手段、7は制御部、8は文字列、9は表示
枠である。尚以下全図を通じ同一記号は同一対象物を表
す。
In the figure, 1 is a display screen, 2 is a character data file, 3 is a search means, 4 is a processing means, 5 is a drawing work file, 6 is an output means, 7 is a control unit, 8 is a character string, and 9 is a display frame. is there. Note that the same symbols throughout the drawings denote the same objects.

ディスプレイ画面1上に表示される文字列8の文字パ
ターンは第5図に示す様に、縦×横の矩形の文字枠内に
配置され、各文字は文字データファイル2に格納されて
いる。
As shown in FIG. 5, the character pattern of the character string 8 displayed on the display screen 1 is arranged in a rectangular character frame of vertical and horizontal, and each character is stored in the character data file 2.

文字をディスプレイ画面1上に表示する場合、図示さ
れていない入力指定手段により指定された文字列8が入
力されると、制御部7は検索手段3を動作させ、文字デ
ータファイル2から文字列8を構成する各文字を取り出
す。
When a character is displayed on the display screen 1, when the character string 8 designated by the input designating means (not shown) is input, the control unit 7 operates the searching means 3 to make the character string 8 from the character data file 2. Extract each character that makes up.

取り出された文字の文字パターンは前述した様に文字
枠内に配置されており、此の文字パターンをディスプレ
イ画面1上の指定の枠内に配置する為には処理手段4
は、文字の大きさ、文字の位置、及び文字列の3項目の
情報を必要とする。
The character pattern of the extracted character is arranged in the character frame as described above. To arrange this character pattern in the designated frame on the display screen 1, the processing means 4 is used.
Requires information on three items of character size, character position, and character string.

此処で文字の大きさはディスプレイ画面1上に表示さ
れる文字枠の寸法であり、文字の位置はディスプレイ画
面1上に表示される文字枠の位置を指定するもので、普
通文字枠の左下の点(×印で示す)の座標を指定する。
又文字列は複数個の文字の配列する順序を指定する。
Here, the character size is the size of the character frame displayed on the display screen 1, and the character position specifies the position of the character frame displayed on the display screen 1. Specify the coordinates of the point (indicated by a cross).
The character string specifies the order in which a plurality of characters are arranged.

処理手段4は文字の大きさによりディスプレイ画面1
上に表示する文字枠の大きさを決定し、文字の位置によ
り表示する文字枠の座標を決定して文字列を作る。
The processing means 4 displays the display screen 1 according to the size of the character.
The size of the character box displayed above is determined, and the coordinates of the displayed character box are determined according to the position of the character to create a character string.

此の様に処理手段4が図面作業ファイル5上でディス
プレイ画面1上に表示する画像データを作成し、出力手
段6は此の画像データをディスプレイ画面1上に表示す
る。
Thus, the processing means 4 creates the image data to be displayed on the display screen 1 on the drawing work file 5, and the output means 6 displays this image data on the display screen 1.

第6図は従来の文字列作成方式の一例を示す図であ
る。
FIG. 6 is a diagram showing an example of a conventional character string creating method.

第6図は与えられた領域9内に文字列8を作成する場
合の従来の文字列作成方式を説明する図であり、第6図
(a)は無作為に文字列8を入力した場合で、第6図
(b)は領域9の大きさを意識して行う場合を示してい
る。
FIG. 6 is a diagram for explaining a conventional character string creating method for creating a character string 8 in a given area 9, and FIG. 6 (a) shows a case where the character string 8 is randomly input. , FIG. 6 (b) shows a case where the size of the area 9 is taken into consideration.

即ち、第6図(a)ではA〜Fの6文字を座標d0を与
えて入力した為に領域9からE、Fがはみ出して表示さ
れる。従って領域9内に納める為には図示する様に与え
られた領域9の大きさ(実線で示される)と作成される
文字数を考慮して、文字の大きさを決め、1行目の文字
位置d1を指定して文字A、B、C、Dと入力し、1行目
が一杯になると、次は2行目の文字位置d2を指定して文
字E、Fを入力する方法を採っている。
That is, in FIG. 6 (a), since six characters A to F have been input with the coordinates d 0 given, E and F are displayed outside the area 9. Therefore, in order to fit in the area 9, the size of the character is determined in consideration of the size of the area 9 (shown by the solid line) and the number of characters to be created, as shown in the figure. specify d 1 type the letters a, B, C, as D, taking the first row is full, the next specifies the second line character position d 2 letters E, how to enter F ing.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

然しながら第6図に示す従来方式では1行目に何文字
入力出来るかは実際に実行してみないとわからないと云
う問題点があった。
However, in the conventional method shown in FIG. 6, there is a problem that it is not possible to know how many characters can be input in the first line without actually executing it.

本発明の目的は領域内に作成する文字数を意識するこ
となく文字列を入力し表示する装置を提供することであ
る。
An object of the present invention is to provide a device for inputting and displaying a character string without being aware of the number of characters created in the area.

〔問題点を解決するための手段〕[Means for solving problems]

上記問題点は第1図の原理図に示す様に、ディスプレ
イ画面1と、該ディスプレイ画面1に表示すべき文字デ
ータを格納した文字データファイル2と、表示すべき文
字データを該文字データファイル2から捜し出す検索手
段3と、該検索手段3が出力した文字データを該ディス
プレイ画面1内の座標点に展開して画像データを作成す
る処理手段4と、該画像データを該ディスプレイ画面1
上に表示する出力手段6をもつ表示装置において、順位
付番を有する表示すべき文字列から、行頭に表示させる
文字の前記順位付番を記憶する先頭位置テーブル30と、
前記行頭に表示させる文字の表示座標を記憶する配置座
標テーブル40と、該ディスプレイ画面1内に設けられた
表示枠9の表示幅と表示文字列を比較して改行処理を行
う改行処理手段10の設けることにより解決される。
As shown in the principle diagram of FIG. 1, the above problem is caused by a display screen 1, a character data file 2 storing character data to be displayed on the display screen 1, and character data files 2 to be displayed. Searching means 3 for searching from the display screen 1, processing means 4 for developing the character data output by the searching means 3 to coordinate points in the display screen 1 to create image data, and the image data for the display screen 1.
In the display device having the output means 6 displayed above, a head position table 30 for storing the ranking number of the character to be displayed at the beginning of the line from the character string to be displayed having the ranking number,
The arrangement coordinate table 40 for storing the display coordinates of the characters to be displayed at the beginning of the line and the line feed processing means 10 for performing line feed processing by comparing the display width of the display frame 9 provided in the display screen 1 with the display character string. It is solved by providing.

〔作用〕[Action]

本発明に依ると順位付番され表示指定した文字列長と
該表示幅とを比較し、該表示幅を越える毎に、其の越え
る文字列の第1順位にある文字の順位付番を先頭位置テ
ーブル30に書き込むと共に座標を配置座標テーブル40に
書き込み、表示すべき文字列を該表示幅内に自動改行し
て表示させる様にする。此の場合、表示文字列は表示枠
内で水平方向に行を構成する形式と表示文字列は表示枠
内で垂直方向に行を構成する形式がある。
According to the present invention, the length of a character string designated for display and designated is compared with the display width, and every time the display width is exceeded, the ranking number of the character in the first rank of the exceeded character string is first. Coordinates are written in the position table 30 and coordinates are written in the arrangement coordinate table 40 so that the character string to be displayed is automatically line-wrapped within the display width and displayed. In this case, the display character string has a form in which lines are formed horizontally in the display frame, and the display character string has a form in which lines are formed vertically in the display frame.

〔実施例〕〔Example〕

第2図は本発明に依る表示文字列の自動改行表示可能
な表示装置の機能構成図である。
FIG. 2 is a functional block diagram of a display device according to the present invention, which is capable of automatically displaying a new line in a display character string.

第3図は本発明の動作説明図である。 FIG. 3 is an operation explanatory diagram of the present invention.

図中、10は改行処理手段、20は領域、30は先頭位置テ
ーブル、40は配置座標テーブルである。
In the figure, 10 is a line feed processing means, 20 is an area, 30 is a head position table, and 40 is an arrangement coordinate table.

与えられた領域20内に作成する入力文字列8は検索手
段3が指定された文字を文字データファイル2から捜し
出し、処理手段4が入力文字列を作成する。
The input character string 8 created in the given area 20 is searched by the search means 3 from the character data file 2, and the processing means 4 creates the input character string.

今与えられた領域20は矩形枠であるとし、領域20の左
下の点をP1、矩形枠の右上の点をP2、点P1の座標は(x
p1、yp1)、点P2の座標は(xp2、yp2)とする。
It is assumed that the area 20 given now is a rectangular frame, the lower left point of the area 20 is P 1 , the upper right point of the rectangular frame is P 2 , and the coordinates of the point P 1 are (x
The coordinates of p1 , y p1 ) and the point P 2 are (x p2 , y p2 ).

本発明に依る自動改行処理手段10は下記の操作を行
う。
The automatic line feed processing means 10 according to the present invention performs the following operations.

先づ与えられた領域20の大きさを求める。The size of the previously given area 20 is calculated.

−第3図(a)− 領域20の横の長さは(xp2−xp1)、 縦の長さは(yp2−yp1)である。-FIG. 3 (a) -The horizontal length of the area 20 is (x p2- x p1 ) and the vertical length is (y p2- y p1 ).

実際に使用出来る横の長さは(xp2−xp1)から左の余
白LSCL、右の余白RSCLを除いたものである。従って文字
列配置枠の基準長(実際に使用出来る横の長さ)LSは、 (xp2−xp1)−LSCL−RSCLである。
The horizontal length that can be actually used is (x p2 −x p1 ) minus the left margin LSCL and the right margin RSCL. Therefore, the reference length (horizontal length that can be actually used) L S of the character string arrangement frame is (x p2 −x p1 ) −LSCL−RSCL.

叉領域20の縦の長さは(yp2−yp1)であるが、実際に
使用出来る縦の長さは(yp2−yp1)から上部の余白TSC
L、下部の余白BSCLを除いたものである。従って実際に
使用出来る縦の長さは、(yp2−yp1)−TSCL−BSCLであ
る。
The vertical length of the fork area 20 is (y p2 −y p1 ), but the vertical length that can actually be used is from (y p2 −y p1 ) to the upper margin TSC.
L, the bottom blank BSCL is excluded. Therefore, the vertical length that can be actually used is (y p2 −y p1 ) −TSCL−BSCL.

次に領域20内に作成する入力文字列の長さを求める。
−第3図(b)− 前述した様に各文字の大きさは与えられており、其の
幅も決まっているので、入力文字数から入力文字列の長
さL0は求められる。此の際、入力文字列に半角文字が在
る時、更に文字と文字の間に間隔をあける時もあるの
で、此れ等を考慮して入力文字列の長さL0を決定する。
Next, the length of the input character string created in the area 20 is obtained.
-FIG. 3 (b) -Since the size of each character is given and the width thereof is determined as described above, the length L 0 of the input character string can be obtained from the number of input characters. At this time, when there are half-width characters in the input character string, and there is a case where there is a space between characters, the length L 0 of the input character string is determined in consideration of these.

入力文字列の長さが領域の長さより長い時は入力文字
列の改行場所を決めて先頭位置テーブル30に記入する。
−第3図(c)− 入力文字列の長さL0が基準長LSより長い時は、入力文
字列の先頭文字からの文字列の長さが基準長LSより小さ
く、且つ最も基準長LSに近い文字迄を第1行とし、次の
文字以下を第2行目とし、此の改行場所を先頭位置テー
ブル30に記入する。
When the length of the input character string is longer than the length of the area, the line feed position of the input character string is determined and entered in the head position table 30.
-FIG. 3 (c) -When the length L 0 of the input character string is longer than the reference length L S , the length of the character string from the first character of the input character string is smaller than the reference length L S , and the most reference The characters up to the length L S are set as the first line, the characters following the next are set as the second line, and this line feed position is entered in the head position table 30.

第3図の例では文字Dから後は1行目に入らない。文
字Dは4番目の文字であるので、先頭位置テーブル30の
2行目に『4』と記入する。尚先頭位置テーブル30の1
行目は『1』である。
In the example of FIG. 3, the character D does not enter the first line. Since the character D is the fourth character, "4" is entered in the second line of the head position table 30. 1 of the start position table 30
The line is "1".

次に文字列を美しく配置するための行間隔を求める。
−第3図(e)− 行数をN、1行の高さをHT、SLを行間隔とHTの和とHT
の比とした時、 HT≧(yp2−yp1−TSCL−BSCL−HT)÷(N−1) であれば、SL=1.0とする。
Next, find the line spacing for beautifully arranging the character strings.
-Fig. 3 (e) -The number of lines is N, the height of one line is HT, and SL is the line spacing and the sum of HT and HT.
If HT ≧ (y p2 −y p1 −TSCL−BSCL−HT) ÷ (N−1), then SL = 1.0.

HT<(yp2−yp1−TSCL−BSCL−HT)÷(N−1) であれば、 SL=(yp2−yp1−TSCL−BSCL−HT)÷(N−1)÷HTと
する。
If HT <(y p2 −y p1 −TSCL−BSCL−HT) ÷ (N−1), then SL = (y p2− y p1 −TSCL−BSCL−HT) ÷ (N−1) ÷ HT .

各行の文字開始位置を求めて配置座標テーブル40に記
入する。 −第3図(d)− 行間隔が決まると第2行目の文字開始位置が決まるの
で、此の座標を配置座標テーブル40に記入する。第3図
の例では4番目の文字Dの座標は、(x4、y4)であるの
で、(x4、y4)を配置座標テーブル40に記入する。尚
(x1、y1)は1番目の文字Aの座標である。
The character start position of each line is obtained and entered in the arrangement coordinate table 40. -FIG. 3 (d) -When the line spacing is determined, the character start position of the second line is determined, so these coordinates are entered in the arrangement coordinate table 40. In the example of FIG. 3, the coordinates of the fourth character D are (x 4 , y 4 ), so (x 4 , y 4 ) is entered in the arrangement coordinate table 40. Note that (x 1 , y 1 ) is the coordinate of the first character A.

上記操作を繰り返して改行する毎に先頭位置テーブル
30と配置座標テーブル40に記入して行く。
Start position table each time the above operation is repeated
Fill in 30 and the placement coordinate table 40.

両テーブルを使用して図面作業ファイル5上に画像デ
ータを作成する。
Image data is created on the drawing work file 5 using both tables.

改行処理手段10が上記動作を行った後、制御部7が出
力手段6を動作させ、出力手段6は図形作業ファイル5
上の画像データをディスプレイ画面1上に表示する。
After the line feed processing means 10 performs the above operation, the control unit 7 operates the output means 6, and the output means 6 causes the graphic work file 5 to operate.
The above image data is displayed on the display screen 1.

尚上記引例は横行の場合に就いて述べたが縦行の場合
にも全く同様な方法で実現可能である。
Incidentally, the above-mentioned reference has been described for the case of the horizontal line, but it can be realized by the same method in the case of the vertical line.

〔発明の効果〕〔The invention's effect〕

以上のように、本発明によれば、グラフィックデータ
と共に文字データを表示させるために文字データの表示
位置を座標データとして管理するようなシステムにおい
て、指定領域内に文字列を作成する場合に、領域と対象
文字データ列を指定すれば、領域内に納まるように各行
の文字数、行間隔を算出して文字の表示位置を決定する
ことが可能となる。従って、領域内に表示させたい文字
データ列を指定するだけで、領域内に納まるように自動
的に改行処理が行われ、表示処理の効率化を図ることが
できるという効果を奏するものである。
As described above, according to the present invention, in a system in which a display position of character data is managed as coordinate data in order to display character data together with graphic data, when a character string is created in a designated area, By specifying the target character data string, it is possible to determine the display position of the character by calculating the number of characters in each line and the line spacing so as to fit within the area. Therefore, by simply designating the character data string to be displayed in the area, the line feed processing is automatically performed so as to fit in the area, and the efficiency of the display processing can be improved.

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

第1図は本発明の原理図である。 第2図は本発明に依る表示文字列の自動改行表示可能な
表示装置の機能構成図である。 第3図は本発明の動作説明図である。 第4図は従来の文字表示方式の一例を示す図である。 第5図は従来の文字表示方式の説明図である。 第6図は従来の文字列作成方式の一例を示す図である。 図中、1はディスプレイ画面、2は文字データファイ
ル、3は検索手段、4は処理手段、5は図面作業ファイ
ル、6は出力手段、7は制御部、8は文字列、9は表示
枠、10は改行処理手段、20は領域、30は先頭位置テーブ
ル、40は配置座標テーブルである。
FIG. 1 is a principle diagram of the present invention. FIG. 2 is a functional block diagram of a display device according to the present invention, which is capable of automatically displaying a new line in a display character string. FIG. 3 is an operation explanatory diagram of the present invention. FIG. 4 is a diagram showing an example of a conventional character display system. FIG. 5 is an explanatory diagram of a conventional character display system. FIG. 6 is a diagram showing an example of a conventional character string creating method. In the figure, 1 is a display screen, 2 is a character data file, 3 is a search means, 4 is a processing means, 5 is a drawing work file, 6 is an output means, 7 is a control unit, 8 is a character string, 9 is a display frame, Reference numeral 10 is a line feed processing means, 20 is a region, 30 is a head position table, and 40 is an arrangement coordinate table.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭61−295595(JP,A) 特開 昭61−2560(JP,A) 特開 昭60−263989(JP,A) 特開 昭57−79987(JP,A) 特開 昭61−157973(JP,A) ─────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A 61-295595 (JP, A) JP-A 61-2560 (JP, A) JP-A 60-263989 (JP, A) JP-A 57- 79987 (JP, A) JP 61-157973 (JP, A)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ディスプレイ画面の枠内に表示すべき文字
データ列を格納した文字データファイルと、 前記枠内の各行の先頭に表示される文字を前記文字デー
タファイル内の位置で管理する先頭位置テーブルと、 前記先頭位置テーブルの文字の表示座標を管理する配置
座標テーブルと、 ディスプレイ画面内に文字データを表示する枠を設定す
る表示枠設定手段と、 前記文字データファイルから行の前記先頭文字位置以降
の文字データ列を読み出し、文字サイズに応じた文字デ
ータ列長と前記表示枠の幅と比較し、表示枠幅より小さ
くかつ最も表示枠幅に近い文字の次の文字の位置を次行
の前記先頭位置テーブルに設定する先頭文字設定手段
と、 前記先頭文字設定手段により先頭文字が設定された行に
従って全体行数を算出し、表示枠の高さと比較し、表示
枠内に文字データ列が入るように決定された行間隔に基
づく各先頭文字の表示座標を前記配置座標テーブルに設
定する配置座標設定手段 を有することを特徴とする表示装置。
1. A character data file storing a character data string to be displayed in a frame of a display screen, and a head position for managing a character displayed at the head of each line in the frame at a position in the character data file. A table, an arrangement coordinate table that manages the display coordinates of characters in the start position table, a display frame setting unit that sets a frame for displaying character data in a display screen, the start character position of a line from the character data file The subsequent character data string is read, the character data string length according to the character size is compared with the width of the display frame, and the position of the character next to the character smaller than the display frame width and closest to the display frame width is set to the next line. The total number of lines is calculated according to the first character setting means set in the first position table and the line in which the first character is set by the first character setting means, and the height of the display frame is calculated. Comparison, display device characterized by having an arrangement coordinate setting means for setting the display coordinates of each first character based on the determined line spacing so that the character data string enters the display frame on the arrangement coordinate table.
JP62023916A 1987-02-04 1987-02-04 Display device Expired - Fee Related JP2559725B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62023916A JP2559725B2 (en) 1987-02-04 1987-02-04 Display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62023916A JP2559725B2 (en) 1987-02-04 1987-02-04 Display device

Publications (2)

Publication Number Publication Date
JPS63192154A JPS63192154A (en) 1988-08-09
JP2559725B2 true JP2559725B2 (en) 1996-12-04

Family

ID=12123818

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62023916A Expired - Fee Related JP2559725B2 (en) 1987-02-04 1987-02-04 Display device

Country Status (1)

Country Link
JP (1) JP2559725B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03259369A (en) * 1990-03-09 1991-11-19 Matsushita Electric Ind Co Ltd Character input device
JPH0592649A (en) * 1991-10-02 1993-04-16 Kubota Corp Label printer

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS612560A (en) * 1984-06-15 1986-01-08 Fujitsu Ltd Conversation typesetting system
JPS61295595A (en) * 1985-06-25 1986-12-26 株式会社 写研 Line information memory system for input editor

Also Published As

Publication number Publication date
JPS63192154A (en) 1988-08-09

Similar Documents

Publication Publication Date Title
JPH0445874B2 (en)
KR100311083B1 (en) Document processing device
US4392130A (en) Method and device for presentation of graphical information
US5321804A (en) Chemical data handling system
JP2559725B2 (en) Display device
JP2003091727A (en) Image processor, image processing method and program
JP2845897B2 (en) Document search / display method and apparatus
JP2620402B2 (en) Apparatus and method for processing chemical structure data
JP2863484B2 (en) Map display method
JP2018067153A (en) Shape extraction program, shape extraction method, and shape extraction device
JPH05210700A (en) Card type data processor
JP2023006538A (en) Information processing device, information processing method, and computer program
JPS6360671A (en) Document picture processor
JPS5850039A (en) List output method
JP3144792B2 (en) Table editing device
JPH08180118A (en) Table processor
JPH0746367B2 (en) How to display the data search results in the table
JP3817871B2 (en) Document processing apparatus and program recording medium thereof
JPH11120270A (en) Slip data output device and storage medium
JPH04302366A (en) Retrieving display device of interactive data system
JP2000122770A (en) Graphic display method for sorted file group
JPH0568741B2 (en)
JPS62182966A (en) Kanji input unit
JPH07282068A (en) Data base display device
JP2019082942A (en) Information processing apparatus and its control method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees