JPH047634A - Character processor - Google Patents

Character processor

Info

Publication number
JPH047634A
JPH047634A JP2107643A JP10764390A JPH047634A JP H047634 A JPH047634 A JP H047634A JP 2107643 A JP2107643 A JP 2107643A JP 10764390 A JP10764390 A JP 10764390A JP H047634 A JPH047634 A JP H047634A
Authority
JP
Japan
Prior art keywords
characters
displayed
line
display
vertical
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.)
Granted
Application number
JP2107643A
Other languages
Japanese (ja)
Other versions
JP3241715B2 (en
Inventor
Kazunobu Sugitani
和宣 杉谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP10764390A priority Critical patent/JP3241715B2/en
Publication of JPH047634A publication Critical patent/JPH047634A/en
Application granted granted Critical
Publication of JP3241715B2 publication Critical patent/JP3241715B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To prevent such a trouble that a part of a displayed line is not displayed by providing a means to convert the number of characters of one line so as to become less than the number of the characters which a storage means can store in accordance with a compared result by a corresponding comparing means. CONSTITUTION:A RAM 3 as a work are to store temporarily the progress of processing at a CPU 1 is constituted of the work area (WORK) 31 necessary at the time of the execution of a program, the storage area (YMAX) 32 of the maximum number of laterally displayed characters in a CRT 4, The storage area (TMAX) 33 of the maximum number of vertically displayed characters in the CRT 4, a state flag (JOTAI) 34 to show that processed document information is written either laterally or vertically, the storage area (MOJI) 35 of the number of the characters of one line at present, and a document storage area (TEXT) 36, etc. Thus, even at the time of a change from lateral writing to vertical writing or from the vertical writing to the lateral writing, the number of characters of one line of the displayed information can be converted into the number of digits which a display means can display, and the trouble that a part of the displayed line is not displayed can be effectively prevented.

Description

【発明の詳細な説明】[Detailed description of the invention] 【産業上の利用分野】[Industrial application field]

本発明は横書き、縦書き、両方を表示出来る文字処理装
置に関するものである。
The present invention relates to a character processing device that can display both horizontal and vertical writing.

【従来の技術】[Conventional technology]

従来の文字処理装置においても、文書を横書き及び縦書
きの両方式で表示出来る装置があった。 しかし、従来のこの種の装置は、表示器の縦横の表示文
字数が各々異なる場合においても、縦横の表示切替時に
文字数の変換は行なっていなかった。
Among conventional character processing devices, there are devices that can display documents in both horizontal and vertical writing formats. However, conventional devices of this type do not convert the number of characters when switching between vertical and horizontal display even when the number of characters displayed in the vertical and horizontal directions of the display differs.

【発明が解決しようとしている課題】[Problem to be solved by the invention]

このため、横長の表示器を持った文字処理装置では長辺
方向の表示を短辺方向に並べ換えて横書きから縦書きへ
表示方法を切換えると、文字列の一部が表示されない欠
点があった。この場合において、隠れた部分を見たい場
合には全体のスクロールによって表示させていた。しか
しスクロールにより隠れた部分は表示されるが、新たに
他の部分が隠れてしまい、1行の全体を一度に見ること
はできなかった。 このように、切換え前の1行の文字数が多い場合、変換
後では1行の文字を全て表示する事が出来ないという欠
点があった。
For this reason, in a character processing device having a horizontally long display, when the long side display is rearranged to the short side direction and the display method is switched from horizontal writing to vertical writing, a part of the character string is not displayed. In this case, if you want to see a hidden part, you can display it by scrolling the entire part. However, although the hidden part is displayed by scrolling, other parts are newly hidden, making it impossible to see the entire line at once. As described above, if there are many characters in one line before switching, there is a drawback that all the characters in one line cannot be displayed after conversion.

【課題を解決するための手段】[Means to solve the problem]

本発明は上述の課題を解決することを目的として成され
たもので、上述の課題を解決する一手段として以下の構
成を備える。 即ち、文書情報を表示する表示手段と、該表示手段の横
方向及び縦方向に表示可能な各最大文字数を記憶する記
憶手段と、該記憶手段に記憶の1行の最大表示可能文字
数と表示すべき文書情報の1行の文字数とを比較する比
較手段と、該比較手段での比較結果に対応して1行の文
字数が前記記憶手段の記憶可能文字数以下となるよう変
換する変換手段とを備える。
The present invention was made for the purpose of solving the above-mentioned problems, and includes the following configuration as one means for solving the above-mentioned problems. That is, a display means for displaying document information, a storage means for storing each maximum number of characters that can be displayed in the horizontal and vertical directions of the display means, and a storage means for displaying the maximum number of characters that can be displayed in one line in the storage means. a comparison means for comparing the number of characters in one line of the document information to be processed; and a conversion means for converting the number of characters in one line to be equal to or less than the number of characters that can be stored in the storage means in accordance with the comparison result of the comparison means. .

【作用】[Effect]

以上の構成において、横書きから縦書き、縦書きから横
書きへ切換えた際にも、表示情報の1行の文字数を表示
手段の表示可能桁数以下に変換することができ、表示行
の一部が表示されない事態が有効に防止できる。
In the above configuration, even when switching from horizontal writing to vertical writing or from vertical writing to horizontal writing, the number of characters in one line of display information can be converted to the number of digits that can be displayed by the display means or less, and a part of the display line is Situations that are not displayed can be effectively prevented.

【実施例】【Example】

以下、図面を参照して本発明に係る一実施例を詳細に説
明する。 第1図は本発明に係る一実施例のブロック構成図であり
、図中、1はROM2に格納された、例えば後述する第
2図に示す制御手順等に従い、本実施例装置全体の制御
を司るcpu、2は上述したプログラム等の記憶された
RAM、3はCPU 1での処理経過などを一時記憶す
るワークエリアとしてのRAMであり、RAM3はプロ
グラムを実行するに際して必要なワークエリア(WOR
K)31、CRT4での横表示最大文字数記憶エリア 
(YMAX)32、CRT4での縦表示最大文字数記憶
エリア(TMAX)33、処理文書情報が横書きか縦書
きかを示す状態フラグ(JOTAI)34、現在の1行
の文字数の記憶エリア(MOJI)35、文書格納エリ
ア(TEXT)36等から構成される。 又、4は文書情報等を表示するCRTであり、本実施例
では第3図、第4図に示す様に、縦5行、横10桁の計
50文字分が表示される。5はキーボードであり、キー
ボード5には縦横表示切換キーKK51及び、その細文
字処理に使用されるキー群KN52が含まれる。 又、バスBLIOによってCPUI、ROM2、RAM
3、CRT4、KB5が互いに接続されている。 以上の構成を備える本実施例の縦横切換キーKK51が
操作入力された場合の動作を、第2図のフローチャート
を参照して以下にて説明する。 本実施例装置においては、キーボード5より入力された
文書情報などは、RAM3のTEXT領域36に記憶さ
れ、その一部がCRT4の表示画面上に例えば第3図に
示す様な文書情報として表示されている。この間の文書
入力編集処理は公知であるため、詳細説明を省略する。 この状態時に、キーボード5の縦横切換キーKK51が
操作入力され、CPtJ 1がこれを検出すると第2図
の処理に移行する。 第2図において、まずステップS1にてRAM3内のJ
OTAIフラグ34を調べることにより、現在の表示状
態が縦書き表示であるか横書き表示であるかを判別する
。そして、現在の表示が第3図に示す如くの横書き表示
の時にはステップS2に進み、RAM3のCRT4での
縦表示最大文字数記憶エリア(TMAX)33と現在の
1行の文字数の記−億エリア(MOJI)35とを比較
する。比較の結果、現在の1行の文字数よりCRT4で
の縦表示最大文字数の方が大きい場合又は等しい場合に
はステップSIOに進む。 一方、CRT4での縦表示最大文字数より現在の1行の
文字数の方が大きい場合にはステップS2よりステップ
S3に進み、1行の文字数がCRT4での縦表示最大文
字数となるよう1行の行数を変換した文書情報に変換し
てRAM5のTEXT領域36に格納する。変換前の文
書データが第3図に示すデータの場合には、1行の文字
数MOJIは10であり、縦の最大文字数TMAXは5
である。即ちMOJIの方が大であるからステップS3
に進み、1行を5桁の文書に変換する。そして、現在の
1行の文字数の記憶エリア(MOJI)35をCRT4
での縦表示最大文字数記憶エリア(TMAX)33の数
としてステップSIOに進む。第3図の例では、MOJ
IにTMAXの値である5をセットする。 ステップSIOでは、文書内容TEXTの縦−横組換表
示を行う。第3図の例では横書きから縦書きへの切換で
あるから、左上の先項文字が右上の位置に来るよう変換
する。そしてCRT4に表示させる。この変換後の表示
例を第4図に示す。 即ち、最初横書き表示であったものが、CRT4での横
−縦変換後の表示行、表示桁に合せた列、行の文書デー
タに変換されて表示されるため、スクロール等をするこ
となく、文書情報の全体を変換前と同様に表示すること
ができる。 一方、ステップSlで現在の表示が例えば第4図に示す
様な縦書き表示であった時にはステップS1よりステッ
プS5に進み、RAM5の現在の1行の文字数の記憶エ
リア(MOJI)35とCRT4での横表示最大文字数
記憶エリア(YMAX)32とを比較する。そして、比
較の結果、現在の1行の文字数よりCRT4での横表示
最大文字数と大きい場合又は等しい場合にはステップS
10に進む。 一方、CRT4での横表示最大文字数より現在の1行の
文字数の方が大きい場合にはステップS2よりステップ
S3に進み、1行の文字数がCRT4での縦表示最大文
字数となるよう1行の行数を変換した文書情報に変換し
てRAM5のTEXT領域36に格納する。 ステップSIOでは、文書内容TEXTの横−縦組換表
示を行う。第4図の縦書きから第3図に示す横書きへの
切換であるから、右上の先項文字が左上の位置に来るよ
う変換する。そしてCRT4に表示させる。この変換後
の表示例を第3図に示す。即ち、最初縦書き表示であっ
たものが、CRT4での縦−横変換後の表示行、表示桁
に合せた列、行の文書データに変換されて表示されるた
め、スクロール等をすることな(、文書情報の全体を変
換前と同様に表示することができる。 なお、以上の説明においては、横の表示文字数の方が縦
のそれよりも多い場合を具体例として説明したが、勿論
この逆の場合も本発明に含まれる。 又、RAM5の現在の1行の文字数の記憶エリア(MO
JI)35とCRT4での横表示最大文字数記憶エリア
(YMAX)32、又は縦表示最大文字数記憶エリア(
TMAX)33とに比較の結果、現在の1行の文字数よ
りCRT4での横表示最大文字数と大きい場合又は等し
い場合には何もせずにステップS10に進む例について
説明したが、本発明は以上の例に限定されるものではな
く、自動的に1行を変換後のCRT4での横表示最大文
字数又はCRT4での縦表示最大文字数に変換して表示
してもよい。この細氷発明を種々変換して適用可能であ
る。
Hereinafter, one embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block configuration diagram of an embodiment according to the present invention, and in the figure, 1 controls the entire apparatus of this embodiment according to the control procedure stored in the ROM 2, for example, shown in FIG. 2, which will be described later. 2 is a RAM that stores the above-mentioned programs, 3 is a RAM that serves as a work area that temporarily stores the processing progress of the CPU 1, and RAM 3 is a work area (WOR) that is necessary for executing the program.
K) 31, Maximum horizontal display character storage area on CRT4
(YMAX) 32, storage area for the maximum number of vertical display characters on CRT4 (TMAX) 33, status flag indicating whether the processed document information is horizontal or vertical (JOTAI) 34, storage area for the current number of characters in one line (MOJI) 35 , a document storage area (TEXT) 36, and the like. Reference numeral 4 denotes a CRT for displaying document information, etc. In this embodiment, as shown in FIGS. 3 and 4, a total of 50 characters, 5 lines long and 10 digits wide, are displayed. 5 is a keyboard, and the keyboard 5 includes a vertical/horizontal display switching key KK51 and a key group KN52 used for small character processing. In addition, the CPUI, ROM2, RAM
3. CRT4 and KB5 are connected to each other. The operation when the vertical/horizontal switching key KK51 of this embodiment having the above configuration is operated will be described below with reference to the flowchart of FIG. 2. In the device of this embodiment, document information inputted from the keyboard 5 is stored in the TEXT area 36 of the RAM 3, and part of it is displayed on the display screen of the CRT 4 as document information as shown in FIG. ing. Since the document input/edit processing during this time is well known, detailed explanation will be omitted. In this state, the vertical/horizontal switching key KK51 of the keyboard 5 is operated, and when the CPtJ 1 detects this, the process shifts to the process shown in FIG. 2. In FIG. 2, first, in step S1, J in RAM3 is
By checking the OTAI flag 34, it is determined whether the current display state is vertical writing display or horizontal writing display. When the current display is a horizontal display as shown in FIG. 3, the process proceeds to step S2, where the maximum number of vertical display characters storage area (TMAX) 33 in the RAM 3 and the storage area (TMAX) 33 for the current number of characters in one line on the CRT 4 are stored. MOJI) 35. As a result of the comparison, if the maximum number of vertically displayed characters on the CRT 4 is greater than or equal to the current number of characters in one line, the process advances to step SIO. On the other hand, if the current number of characters in one line is larger than the maximum number of characters displayed vertically on the CRT4, the process advances from step S2 to step S3, and the number of characters in one line is adjusted to the maximum number of characters vertically displayed on the CRT4. The number is converted into document information and stored in the TEXT area 36 of the RAM 5. If the document data before conversion is the data shown in Figure 3, the number of characters in one line MOJI is 10, and the maximum number of vertical characters TMAX is 5.
It is. That is, since MOJI is larger, step S3
Go to and convert one line to a 5-digit document. Then, store the current number of characters in one line in the storage area (MOJI) 35 on the CRT4.
The process proceeds to step SIO as the number in the vertical display maximum character number storage area (TMAX) 33. In the example in Figure 3, MOJ
Set I to 5, which is the value of TMAX. In step SIO, the document content TEXT is displayed in vertical-horizontal combination. In the example shown in FIG. 3, the switching is from horizontal writing to vertical writing, so the conversion is performed so that the preceding character in the upper left is placed in the upper right position. Then, it is displayed on the CRT4. A display example after this conversion is shown in FIG. In other words, what was initially displayed horizontally is converted into document data with columns and rows that match the display rows and display digits after horizontal-vertical conversion on the CRT4, so there is no scrolling, etc. The entire document information can be displayed in the same way as before conversion. On the other hand, if the current display is a vertical display as shown in FIG. The horizontal display maximum number of characters storage area (YMAX) 32 is compared. As a result of the comparison, if the current number of characters in one line is greater than or equal to the maximum number of horizontally displayed characters on the CRT4, step S
Proceed to step 10. On the other hand, if the current number of characters in one line is larger than the maximum number of characters displayed horizontally on the CRT4, the process advances from step S2 to step S3, and the number of characters in one line is adjusted so that the number of characters per line becomes the maximum number of characters displayed vertically on the CRT4. The number is converted into document information and stored in the TEXT area 36 of the RAM 5. In step SIO, the document content TEXT is displayed in horizontal-vertical recombination. Since this is a change from the vertical writing shown in FIG. 4 to the horizontal writing shown in FIG. 3, the first character in the upper right is converted to the upper left position. Then, it is displayed on the CRT4. A display example after this conversion is shown in FIG. In other words, what is initially displayed vertically is converted into document data with columns and rows that match the display rows and display digits after vertical-horizontal conversion on the CRT4, so there is no need to scroll. (The entire document information can be displayed in the same way as before conversion. In the above explanation, the case where the number of displayed characters horizontally is greater than that vertically is explained as a specific example, but of course this The reverse case is also included in the present invention. In addition, the memory area (MO
JI) 35 and CRT4 horizontal display maximum character number storage area (YMAX) 32 or vertical display maximum character number storage area (
As a result of comparison with TMAX) 33, if the current number of characters in one line is greater than or equal to the maximum number of horizontally displayed characters on the CRT4, an example has been described in which the process proceeds to step S10 without doing anything. The present invention is not limited to this example, and one line may be automatically converted to the maximum number of horizontally displayed characters on the CRT 4 or the maximum number of vertically displayed characters on the CRT 4 after conversion and displayed. This thin ice invention can be modified and applied in various ways.

【発明の効果】【Effect of the invention】

上述した如く本発明によれば、横書きから縦書き、縦書
きから横書きへ切換えた際にも、表示情報の1行の文字
数を表示手段の表示可能桁数以下に変換することができ
、表示行の一部が表示されない事態が有効に防止できる
As described above, according to the present invention, even when switching from horizontal writing to vertical writing, or from vertical writing to horizontal writing, the number of characters in one line of display information can be converted to the number of digits that can be displayed by the display means or less, This can effectively prevent a situation in which a part of the image is not displayed.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明に係る一実施例のブロック構成図、 第2図は本実施例の縦横表示変換処理を示すフローチャ
ート、 第3図は本実施例装置のCRTへの横書き文書の表示例
を示す図、 第4図は本実施例装置のCRTへの縦書き文書の表示例
を示す図である。 図中、1・・・CPU、2・・・RAM、3・・・RA
M、4・・・CRT、5・・・キーボード、lO・・・
バス、31・・・ワークエリア(WORK) 、32・
・・横表示最大文字数記憶エリア(YMAX) 、33
・・・縦表示最大文字数記憶エリア(TMAX) 、3
4・・・状態フラグ(JOTAI)、、35・・・現在
の1行の文字数の記憶エリア(MOJI)、36・・・
文書格納エリア(TEXT) 、51・・・縦横表示切
換キーKK、52・・・その細文字処理に使用されるキ
ー群である。 特許 出願人    キャノン 株式会社印床カ 第2図
FIG. 1 is a block diagram of an embodiment according to the present invention. FIG. 2 is a flowchart showing vertical/horizontal display conversion processing in this embodiment. FIG. 3 is an example of displaying a horizontally written document on a CRT using the device of this embodiment. FIG. 4 is a diagram showing an example of displaying a vertically written document on the CRT of the apparatus of this embodiment. In the figure, 1...CPU, 2...RAM, 3...RA
M, 4...CRT, 5...Keyboard, lO...
Bus, 31...Work area (WORK), 32...
・・Horizontal display maximum number of characters storage area (YMAX), 33
...Maximum character count storage area for vertical display (TMAX), 3
4...Status flag (JOTAI), 35...Storage area for the current number of characters in one line (MOJI), 36...
Document storage area (TEXT), 51...vertical/horizontal display switching key KK, 52...key group used for fine character processing. Patent Applicant Canon Indoko Co., Ltd. Figure 2

Claims (2)

【特許請求の範囲】[Claims] (1)書情報を表示する表示手段と、該表示手段の横方
向及び縦方向に表示可能な各最大文字数を記憶する記憶
手段と、該記憶手段に記憶の1行の最大表示可能文字数
と表示すべき文書情報の1行の文字数とを比較する比較
手段と、該比較手段での比較結果に対応して1行の文字
数が前記記憶手段の記憶可能文字数以下となるよう変換
する変換手段とを備えることを特徴とする文字処理装置
(1) A display means for displaying book information, a storage means for storing the maximum number of characters that can be displayed in the horizontal and vertical directions of the display means, and a maximum number of characters that can be displayed in one line stored in the storage means. a comparison means for comparing the number of characters in one line of the document information to be processed; and a conversion means for converting the number of characters in one line so that it is equal to or less than the number of characters that can be stored in the storage means in accordance with the comparison result of the comparison means. A character processing device comprising:
(2)変換手段は表示手段での表示を横書きから縦書き
へ、又は縦書きから横書きへ切換える際に、表示手段の
表示画面の横幅又は画面の縦の長さに応じて1行の文字
数を自動的に変換することを特徴とする請求項第1項記
載の文字処理装置。
(2) The conversion means converts the number of characters in one line according to the width of the display screen of the display means or the vertical length of the screen when switching the display on the display means from horizontal writing to vertical writing or from vertical writing to horizontal writing. 2. The character processing device according to claim 1, wherein the character processing device automatically performs the conversion.
JP10764390A 1990-04-25 1990-04-25 Document processing device Expired - Fee Related JP3241715B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10764390A JP3241715B2 (en) 1990-04-25 1990-04-25 Document processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10764390A JP3241715B2 (en) 1990-04-25 1990-04-25 Document processing device

Publications (2)

Publication Number Publication Date
JPH047634A true JPH047634A (en) 1992-01-13
JP3241715B2 JP3241715B2 (en) 2001-12-25

Family

ID=14464394

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10764390A Expired - Fee Related JP3241715B2 (en) 1990-04-25 1990-04-25 Document processing device

Country Status (1)

Country Link
JP (1) JP3241715B2 (en)

Also Published As

Publication number Publication date
JP3241715B2 (en) 2001-12-25

Similar Documents

Publication Publication Date Title
JPH047634A (en) Character processor
JP2649518B2 (en) Kana / Kanji conversion method in word processor
JPH0522933B2 (en)
JPH07182337A (en) Desk-top publishing
JPH064392A (en) Information processing system
JPS59165122A (en) Conversion system for arabic character
JP2655900B2 (en) Character processor
JP2523472B2 (en) Display screen control method
JPH10207873A (en) Ruled line processor and storage medium
JP3265708B2 (en) Prohibition processing setting device
JP3244269B2 (en) String input control method
JPH0716186Y2 (en) Display controller
JPH06318201A (en) Table dividing method
JPS62157088A (en) Image display
JPH0581392A (en) Graphic moving and copying method
JPH02109095A (en) Plotting device
JPS62271170A (en) Display device for data processor
JPH0696071A (en) Input system for table format
JPH02168298A (en) Graphic display device
JPS647389B2 (en)
JPH05113867A (en) Display screen scrolling control method of computer
JPS62209589A (en) Document generator
JPS62293460A (en) Document editing information equipment
JPS61198279A (en) Cursor display system
JPH05181848A (en) Ruled line generating method

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071019

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081019

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091019

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees