JP2006072519A - Information processor, information processing method, and program - Google Patents

Information processor, information processing method, and program Download PDF

Info

Publication number
JP2006072519A
JP2006072519A JP2004252898A JP2004252898A JP2006072519A JP 2006072519 A JP2006072519 A JP 2006072519A JP 2004252898 A JP2004252898 A JP 2004252898A JP 2004252898 A JP2004252898 A JP 2004252898A JP 2006072519 A JP2006072519 A JP 2006072519A
Authority
JP
Japan
Prior art keywords
data area
size
container
changed
restriction information
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
JP2004252898A
Other languages
Japanese (ja)
Other versions
JP4241551B2 (en
JP2006072519A5 (en
Inventor
Kinya Honda
欽也 本田
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 JP2004252898A priority Critical patent/JP4241551B2/en
Publication of JP2006072519A publication Critical patent/JP2006072519A/en
Publication of JP2006072519A5 publication Critical patent/JP2006072519A5/ja
Application granted granted Critical
Publication of JP4241551B2 publication Critical patent/JP4241551B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To increase efficiency in setting for restricting the change extent of size of a container in a device which changes the layout of a container dynamically with inflow data. <P>SOLUTION: Size restriction information on the container is set in an information processor which creates a document by flowing content data into a plurality of containers, and controlling the layout according to the content data under control conditions. Further, improvement of user's convenience is made possible by making the size restriction information on the container associated in accordance with the setting set automatically. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ドキュメント上の複数のコンテナ(データ領域)にコンテンツデータを流し込み、該コンテナのレイアウトを該コンテンツデータに応じて所定の制御条件のもとで制御することにより、ドキュメントの生成を行うための情報処理技術に関するものであり、特に、当該制御条件の表示処理に関するものである。   The present invention generates content by flowing content data into a plurality of containers (data areas) on a document and controlling the layout of the container under predetermined control conditions according to the content data. In particular, the present invention relates to display processing of the control conditions.

近年、商品の多品種化で商品寿命が短くなっていること、あるいはインターネット利用の普及により消費者のカスタマイズサービス指向が高まってきていること、などに起因してCRM(Customer Relationship Management)、One−to−Oneマーケティングの必要性が注目されている。これらの手法は、顧客満足度を高め、顧客の開拓や囲い込みを目指すという目的に対して非常に効果的なものである。   In recent years, CRM (Customer Relationship Management), One-- The need for to-one marketing is drawing attention. These methods are very effective for the purpose of increasing customer satisfaction and aiming to develop and lock in customers.

One−to−Oneマーケティングはデータベース・マーケティングの一種で、顧客の年齢、性別、趣味、嗜好、購買履歴等の個人属性情報をデータベース化し、その内容を分析したうえで、顧客のニーズに合った提案を行うものであり、その代表的な手法としてバリアブルプリントが挙げられる。特に最近ではDTP(デスクトップパブリッシング)技術の進展とデジタル印刷装置の普及とに伴って、文書を顧客毎にカスタマイズして出力するバリアブルプリントシステムが開発され、顧客毎に異なる量のコンテンツを最適にレイアウトすることが求められるようになってきている。   One-to-one marketing is a type of database marketing. Personal attribute information such as customer's age, gender, hobbies, preferences, purchase history, etc. is compiled into a database, and the contents are analyzed before making proposals that meet customer needs. A variable print is a typical technique. Recently, with the advancement of DTP (desktop publishing) technology and the spread of digital printing devices, a variable print system has been developed to customize and output documents for each customer and optimally lay out different amounts of content for each customer. It is becoming necessary to do.

一般に、バリアブルプリントシステムではそのようなカスタマイズ文書を作成するにあたり、ドキュメント上にコンテナをレイアウトする。コンテナとはオブジェクトの1つでありデータベース化されたコンテンツ(描画内容)を描画するための矩形の部分領域をいう(フィールド領域と呼ばれることもある)。   In general, when creating such a customized document in a variable print system, a container is laid out on the document. A container is one of objects and is a rectangular partial area for drawing contents (drawing contents) stored in a database (sometimes called a field area).

かかるバリアブルプリントシステムによれば、ドキュメント上にこのようなコンテナをレイアウトした後、データベースとコンテナとを関連付ける(データベースの各コンテンツと各コンテナとを関連付ける)ことにより、カスタマイズ文書(ドキュメント)を作成することができる。   According to such a variable print system, after such a container is laid out on a document, a customized document (document) is created by associating the database with the container (associating each content of the database with each container). Can do.

しかし、バリアブルプリントシステムの場合、テキストおよびイメージを流し込むコンテナのサイズが固定であるため、データベース内の各コンテンツを構成するデータがコンテナに流し込まれた際に、コンテンツデータ量がコンテナサイズより大きいとコンテンツデータの一部が欠落するオーバーフロー、またコンテンツデータ量がコンテナサイズより小さいとコンテナに隙間が空いてしまうという問題があった。   However, in the case of a variable print system, the size of the container into which text and images are poured is fixed, so when the data constituting each content in the database is poured into the container, the content is larger than the container size. There is an overflow in which a part of data is lost, and there is a problem that a gap is left in the container when the content data amount is smaller than the container size.

かかる問題を解決するために、コンテンツによってコンテナのレイアウトを動的に変更するシステムが考えられ、流し込まれるテキストデータおよびイメージデータのコンテンツデータ量に応じてコンテナサイズを決定することで上述したオーバーフローや隙間が生じるといった問題点を解決することができる。   In order to solve such a problem, a system that dynamically changes the layout of the container depending on the content can be considered, and the above-described overflow or gap is determined by determining the container size according to the content data amount of the text data and the image data to be poured It is possible to solve problems such as

具体的には、コンテナのサイズを可変とし、流し込まれるコンテンツデータのデータ量に応じてコンテナのサイズを大きくしてレイアウトしたり、またテキストデータの場合にあっては、コンテナ内のフォントのサイズを可変とし、流し込まれるデータのデータ量に応じてフォントのサイズを縮小してレイアウトすることにより、コンテナ内に入りきらないデータ量のテキストデータが流し込まれた場合であっても、コンテナ内に全てのテキストデータを表示させることが可能である。   Specifically, the container size is variable and the container size is increased according to the amount of content data to be inserted. In the case of text data, the font size in the container is changed. By making the layout variable by reducing the font size according to the amount of data to be flown, even if text data with a data amount that does not fit in the container is flown, Text data can be displayed.

上述した技術の一部を実現しているレイアウトシステムとして下記特許文献1が挙げられる。下記特許文献1においてはコンテナ内に文字を入力していき、あらかじめ設定したサイズのコンテナ内に文字が収まりきらない量の文字が入力された場合は、文字の入力に応じてコンテナサイズを拡大していき、その拡大に応じて隣接するコンテナサイズが縮小されるといった技術が開示されている。
特開平7−129658号公報(0049、図8)
The following Patent Document 1 is given as a layout system that realizes a part of the technique described above. In the following Patent Document 1, characters are input into a container, and when the amount of characters that cannot be stored in a container of a preset size is input, the container size is increased according to the input of characters. A technique is disclosed in which the size of an adjacent container is reduced in accordance with the enlargement.
Japanese Patent Laid-Open No. 7-129658 (0049, FIG. 8)

しかしながら、上述したレイアウトシステムでは、コンテナ内に入力されるテキストデータのデータ量の増加に応じて該コンテナは拡大され、隣接するコンテナのサイズは拡大に応じて縮小されていくが、上記レイアウトシステムではテキストが入力されるコンテナは入力が続く限り拡大処理が続けられ、その拡大に応じて隣接するコンテナは縮小を続けるためバランスの取れたレイアウトを実現することはできない。さらに、上記レイアウトシステムではバリアブルプリントを想定しておらず、各コンテナにコンテンツを流し込んでいくということは考えられていない。   However, in the layout system described above, the container is enlarged in accordance with an increase in the amount of text data input into the container, and the size of the adjacent container is reduced in accordance with the enlargement. A container into which text is input continues to be enlarged as long as the input continues, and the adjacent container continues to reduce in accordance with the enlargement, so a balanced layout cannot be realized. Furthermore, the layout system does not assume variable printing, and it is not considered that content is poured into each container.

また、バリアブルデータプリントを考慮したレイアウト方法として、固定のコンテナを作成し、そこにコンテンツデータを流し込んでいくものがある。しかし、固定サイズのコンテナを用いる場合、コンテナサイズより大きいサイズのコンテンツデータが流し込まれると、オーバーフローが生じてしまったり、フォントサイズを縮小して無理に流し込もうとするとフォントサイズが極端に小さくなってしまうといった問題が生じてしまう。   In addition, as a layout method considering variable data printing, there is a method in which a fixed container is created and content data is poured therein. However, when using a fixed-size container, if content data of a size larger than the container size is poured in, an overflow occurs, or if the font size is reduced and forced to flow, the font size becomes extremely small. The problem of becoming will arise.

そこで、上記問題を解決するためのレイアウト方法として、関連付けられた複数の可変コンテナ間のサイズバランスを考慮したレイアウト方法が考えられる。これにより、各コンテナに流し込まれるコンテンツデータのサイズに応じて各コンテナのサイズが変更され、さらに関連付けられているコンテナ間で各コンテナサイズの変化量を調整したレイアウト処理をすることでコンテナのサイズバランスが考慮されたレイアウト結果を得ることができる。   Therefore, as a layout method for solving the above problem, a layout method considering a size balance between a plurality of associated variable containers can be considered. As a result, the size of each container is changed according to the size of the content data flowing into each container, and the container size balance is adjusted by adjusting the amount of change in each container size between the associated containers. Can be obtained in consideration of the layout.

しかし、上記レイアウト方法では流し込まれるコンテンツデータおよび関連付けられているコンテナに基づいて各コンテナのサイズが動的に変更されるためコンテナの変更範囲であるサイズ制限情報を設定する必要がある。しかし、一般的に考えられる設定方法は各コンテナに対して数値を用いてサイズ設定するので、各コンテナに設定されているコンテナサイズの変更範囲を視覚的に把握することはできず、レイアウト結果が表示されるまで設定された変更範囲が適正であるか否かを判断することができない。   However, in the above layout method, the size of each container is dynamically changed based on the content data to be inserted and the associated container, so it is necessary to set size restriction information which is a change range of the container. However, since the generally conceivable setting method sets the size for each container using numerical values, it is impossible to visually grasp the change range of the container size set for each container, and the layout result is It cannot be determined whether or not the set change range is appropriate until it is displayed.

さらに、上述したOne−to−Oneマーケティングでは顧客のニーズに合わせてカタログやパンフレットを作成するため、顧客によっては多くの情報を掲載する必要があり、コンテンツデータが流し込まれるコンテナ数が増加することもある。その際に、各コンテナのサイズ制限情報を手作業で数値設定していたのでは、当該設定作業に手間がかかってしまい、ユーザにとって利便性が悪いという問題があった。   Furthermore, since the above-mentioned one-to-one marketing creates catalogs and pamphlets in accordance with customer needs, it is necessary for some customers to post a large amount of information, and the number of containers into which content data is poured may increase. is there. At that time, if the size limit information of each container is manually set as a numerical value, the setting operation takes time and there is a problem that it is not convenient for the user.

本発明は、上記課題に鑑みてなされたものであり、ドキュメント上の複数のコンテナにデータを流し込み、該コンテナのレイアウトを該データに応じて所定の制御条件のもとで制御することにより、ドキュメントの生成を行う情報処理装置において、表示されているコンテナのサイズ制限情報を操作することで適切なサイズ制限情報を設定し、ユーザに変更範囲を視覚的に認識させ、容易に適切なサイズ制限情報を設定させることを目的とする。   The present invention has been made in view of the above-described problems. By flowing data into a plurality of containers on a document and controlling the layout of the container under predetermined control conditions according to the data, In the information processing device that generates the size, by operating the size limit information of the displayed container, set the appropriate size limit information, let the user visually recognize the change range, easily the appropriate size limit information The purpose is to set.

また、選択されたコンテナに対して設定されたサイズ制限情報に基づいて、選択されたコンテナと関連付けられているコンテナのサイズ制限情報を設定させることで設定作業を効率化し、ユーザの利便性を向上させることを更なる目的とする。   In addition, based on the size limit information set for the selected container, the size limit information of the container associated with the selected container is set, thereby making the setting work more efficient and improving the convenience for the user. It is a further purpose.

上記課題を解決するために、本発明に係る情報処理方法は以下のような構成を備える。即ち、
ドキュメント上に配された複数のデータ領域にコンテンツデータを流し込んだ際の該データ領域のレイアウトを、該データ領域に設定されたサイズ変更の範囲であるサイズ制限情報に基づいて制御する制御手段を備える情報処理装置において、該データ領域のサイズ制限情報に関する情報を設定するための情報処理方法であって、
前記ドキュメント上に配されたデータ領域を表示する第1表示工程と、
前記第1表示工程によって表示されたデータ領域から選択されたデータ領域に設定されているサイズ制限情報を表示する第2表示工程と、前記第2表示工程によって表示されたサイズ制限情報を変更する変更工程と、
前記変更工程によって変更されたサイズ制限情報を前記選択されたデータ領域に対するサイズ制限情報として設定する設定工程とを有し、
さらに、第2表示工程は、前記変更工程に応じて変更される前記選択されたデータ領域のサイズ制限情報の変更過程を表示することを特徴とする。
In order to solve the above problems, an information processing method according to the present invention has the following configuration. That is,
Control means for controlling the layout of the data area when content data is poured into a plurality of data areas arranged on the document based on size restriction information that is a range of size change set in the data area. An information processing method for setting information related to size restriction information of the data area in the information processing apparatus,
A first display step for displaying a data area arranged on the document;
A second display step for displaying size limit information set in the data region selected from the data region displayed in the first display step, and a change for changing the size limit information displayed in the second display step Process,
Setting the size limit information changed by the change step as size limit information for the selected data area,
Furthermore, the second display step displays a changing process of the size restriction information of the selected data area that is changed according to the changing step.

あるいは、上記課題を解決するために、本発明に係る他の情報処理方法は以下のような構成を備える。即ち、
ドキュメント上に配された複数のデータ領域にコンテンツデータを流し込んだ際の該データ領域のレイアウトを、該データ領域に設定されたサイズ変更の範囲であるサイズ制限情報に基づいて制御する制御手段を備える情報処理装置において、該データ領域の基準値を設定するための情報処理方法であって、
前記ドキュメント上に配されたデータ領域を表示する第1表示工程と、
前記第1表示工程によって表示されたデータ領域から選択されたデータ領域の基準値が変更された場合に、該基準値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域の基準値を変更する基準値変更工程と、
前記基準値変更工程によって変更された基準値を表示する基準値表示工程とを有することを特徴とする。
Or in order to solve the above-mentioned subject, other information processing methods concerning the present invention are provided with the following composition. That is,
Control means for controlling the layout of the data area when content data is poured into a plurality of data areas arranged on the document based on size restriction information that is a range of size change set in the data area. An information processing method for setting a reference value of the data area in an information processing apparatus,
A first display step for displaying a data area arranged on the document;
When the reference value of the data area selected from the data area displayed by the first display step is changed, the reference of the data area associated with the selected data area based on the change of the reference value A reference value changing process for changing the value;
A reference value display step for displaying the reference value changed by the reference value changing step.

本発明によれば、ドキュメント上の複数のコンテナ(データ領域)ににコンテンツデータを流し込み、該コンテナのレイアウトを該コンテンツデータに応じて所定の制御条件のもとで制御することにより、ドキュメントの生成を行う情報処理装置において、コンテナに設定されたサイズ制限情報を操作することで適切なサイズ制限情報を設定し、表示することで、該コンテナの変更範囲をユーザに対して認識させ、容易に適切なサイズ制限情報を設定することが可能となる。   According to the present invention, content data is poured into a plurality of containers (data areas) on a document, and the layout of the container is controlled under a predetermined control condition according to the content data, thereby generating a document. In the information processing apparatus that performs the above, by setting and displaying appropriate size limit information by operating the size limit information set in the container, the change range of the container can be recognized by the user, and the appropriate It is possible to set various size limit information.

また、選択されたコンテナに対して設定されたサイズ制限情報に基づいて、選択されたコンテナと関連付けられているコンテナのサイズを自動的に設定させることで設定作業を効率化し、ユーザの利便性を向上させることが可能となる。   In addition, based on the size restriction information set for the selected container, the size of the container associated with the selected container is automatically set, thereby making the setting work more efficient and improving user convenience. It becomes possible to improve.

はじめに本実施形態の概要について説明する。一般に自動レイアウトシステムにおけるドキュメントの作成は、レイアウト編集処理と自動レイアウト処理とに区分けできる。前者はコンテナをドキュメント上に配置するとともに、データを流し込んだ場合にどのようにコンテナのレイアウトを制御するか、その制御条件を設定するための処理であり、後者はコンテナにデータを流し込み、設定された制御条件に基づいて、当該流し込まれたデータに応じたレイアウトに制御し、ドキュメントを生成するための処理である。   First, an outline of the present embodiment will be described. In general, document creation in an automatic layout system can be divided into layout editing processing and automatic layout processing. The former is a process to set the control condition of how to control the layout of the container when the container is placed on the document and the data is flowed, and the latter is set by setting the control condition. This is a process for generating a document by controlling the layout according to the inserted data based on the control conditions.

このうち、当該自動レイアウトシステムを構成する以下の各実施形態にかかるホストコンピュータ(情報処理装置)では、レイアウト編集処理における制御条件の設定項目の1つであるコンテナのサイズ制限情報の拡大または縮小範囲を制限するための設定を自動で行うことにより、設定作業の効率化を図っている。具体的には、所定のコンテナにリンクを介して関連付けられたコンテナの最大値または最小値または基準値が手動で設定された場合に、当該所定のコンテナの最小値または最大値または基準値を自動的に算出し、設定するよう構成した。以下、必要に応じて添付図面を参照しながら本発明の各実施形態を詳細に説明する。   Among these, in the host computer (information processing apparatus) according to each of the following embodiments constituting the automatic layout system, an expansion or reduction range of the size limit information of the container which is one of the setting items of the control condition in the layout editing process The setting operation is efficiently performed by automatically performing the setting for limiting the above. Specifically, when the maximum value, minimum value, or reference value of a container that is associated with a predetermined container via a link is manually set, the minimum value, maximum value, or reference value of the predetermined container is automatically set. Calculated and set. Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings as necessary.

[第1の実施形態]
1.自動レイアウトシステムの構成例
まず、図1Aおよび図1Bを参照して、本発明の一実施形態にかかるホストコンピュータ(情報処理装置)を備える自動レイアウトシステムの構成を説明する。図1Aは自動レイアウトシステム100の構成例を示すブロック図である。また、図1Bは図1Aに示されたホストコンピュータ(情報処理装置)101の構成を更に詳細に示すブロック図である。
[First Embodiment]
1. Configuration Example of Automatic Layout System First, a configuration of an automatic layout system including a host computer (information processing apparatus) according to an embodiment of the present invention will be described with reference to FIGS. 1A and 1B. FIG. 1A is a block diagram illustrating a configuration example of the automatic layout system 100. FIG. 1B is a block diagram showing in more detail the configuration of the host computer (information processing apparatus) 101 shown in FIG. 1A.

本実施形態で説明されるレイアウト編集処理ならびに自動レイアウト処理は、ホストコンピュータ101(汎用コンピュータモジュールで構成される)によって実行される。自動レイアウトシステム100上で実施可能となるレイアウト編集アプリケーションプログラム121はホストコンピュータ101において、そのソフトウェアの全体、あるいは一部分が実行され、これにより、上記レイアウト編集処理ならびに自動レイアウト処理が実現される。   The layout editing process and the automatic layout process described in the present embodiment are executed by the host computer 101 (configured by a general-purpose computer module). The layout editing application program 121 that can be executed on the automatic layout system 100 is executed entirely or partially by the host computer 101, thereby realizing the layout editing process and the automatic layout process.

レイアウト編集アプリケーションプログラム121はコンピュータの可読媒体に格納され、そのコンピュータの可読媒体からホストコンピュータ101のメモリ136にロードされ、実行される。そのようなソフトウェアやコンピュータプログラムを格納したコンピュータの可読媒体はコンピュータプログラム製品である。コンピュータにおいてそのコンピュータプログラム製品を使用することにより、ドキュメントの作成や作成されたドキュメントの印刷に好適な装置が提供されることになる。   The layout editing application program 121 is stored in a computer-readable medium, loaded from the computer-readable medium into the memory 136 of the host computer 101, and executed. A computer readable medium storing such software or computer program is a computer program product. By using the computer program product in a computer, an apparatus suitable for creating a document and printing the created document is provided.

図1Bに示されるように、ホストコンピュータ101には、入出力インターフェース143を介してキーボード132や、マウス133のようなポインティングデバイス等が入力装置として接続されている。また、出力装置としてのディスプレイ装置144がビデオインターフェース137を介して接続されている。更に、ローカルプリンタ145等を入出力インターフェース138を介して接続することも可能である。また、入出力インタフェース138はコンピュータモジュール101をネットワーク107へ接続する機能も有する。これにより、ネットワークを介して他のコンピュータ装置(データベースサーバ117、ファイルサーバ115、プリントサーバ119等)にホストコンピュータ101を接続することができる。ネットワーク107の典型的な例としては、ローカルエリアネットワーク(LAN)、あるいはワイドエリアネットワーク(WAN)が挙げられる。   As shown in FIG. 1B, a keyboard 132 and a pointing device such as a mouse 133 are connected as input devices to the host computer 101 via an input / output interface 143. Further, a display device 144 as an output device is connected via a video interface 137. Furthermore, a local printer 145 or the like can be connected via the input / output interface 138. The input / output interface 138 also has a function of connecting the computer module 101 to the network 107. As a result, the host computer 101 can be connected to other computer devices (database server 117, file server 115, print server 119, etc.) via the network. Typical examples of the network 107 include a local area network (LAN) or a wide area network (WAN).

また、図1Bに示すように、ホストコンピュータ101は少なくとも1つのプロセッサユニット135、例えば半導体のランダムアクセスメモリ(RAM)やリードオンリーメモリ(ROM)から構成されるメモリユニット136を含んでいる。格納デバイス139は、プログラム等を格納するコンピュータ可読媒体との間でデータのやり取りが可能なハードディスクドライブ140やフロッピー(登録商標)ディスクドライブ141を含む。なお、図1Bには示されていないが、磁気テープドライブ等も格納デバイス139として使用可能である。CD−ROMドライブ142は不揮発性のデータソースとして提供される(もちろん、CD−ROMによってコンピュータプログラムを提供してもよい)。   As shown in FIG. 1B, the host computer 101 includes at least one processor unit 135, for example, a memory unit 136 composed of a semiconductor random access memory (RAM) or a read only memory (ROM). The storage device 139 includes a hard disk drive 140 and a floppy (registered trademark) disk drive 141 that can exchange data with a computer-readable medium that stores programs and the like. Although not shown in FIG. 1B, a magnetic tape drive or the like can also be used as the storage device 139. The CD-ROM drive 142 is provided as a non-volatile data source (of course, a computer program may be provided by a CD-ROM).

ホストコンピュータ101は、GNU/LINUXやマイクロソフトウインドウズ(登録商標)のようなオペレーティングシステムや、典型的にはオペレーティングシステムに従う形で、あるいは関連のある技術で知られているもので形成されたコンピュータシステムの常套的なオペレーションモードによる方法によって、相互接続バス134を介して通信を行うコンピュータモジュール101のコンポーネント135から143を利用する。すなわち、上述した135〜143で示される各構成は、バス134を介して通信可能に接続されており、ホストコンピュータ101にインストールされたオペレーティングシステムにより利用される。   The host computer 101 is an operating system such as GNU / LINUX or Microsoft Windows (registered trademark), or a computer system typically formed in accordance with the operating system or known in related technology. The components 135 to 143 of the computer module 101 that communicate via the interconnection bus 134 are used in a conventional manner of operation mode. That is, the above-described components indicated by 135 to 143 are communicably connected via the bus 134 and are used by an operating system installed in the host computer 101.

なお、図1Bに示したホストコンピュータ101の例としては、IBM互換PCやSUNのSparcstation、あるいはそれらを含んだコンピュータシステムが考えられる。   As an example of the host computer 101 shown in FIG. 1B, an IBM compatible PC, SUN Sparcstation, or a computer system including them can be considered.

本実施形態では、レイアウト編集アプリケーションプログラム121はハードディスクドライブ140に常駐し、プロセッサ135により実行や読み込みがコントロールされるものとする。なお、レイアウト編集アプリケーションプログラム121の媒介記憶装置とネットワーク107からフェッチされるデータはハードディスクドライブ140に呼応して半導体メモリ136を使用する。   In this embodiment, it is assumed that the layout editing application program 121 resides in the hard disk drive 140 and is controlled by the processor 135 for execution and reading. Note that data fetched from the intermediate storage device of the layout editing application program 121 and the network 107 uses the semiconductor memory 136 in response to the hard disk drive 140.

一つの例では、レイアウト編集アプリケーション121のエンコードされたプログラムは、CD−ROMやフロッピー(登録商標)ディスク上に格納され、対応するドライブ142や141を通じて読み込まれ、ハードディスクドライブ140にインストールされる。あるいは、別の例として、レイアウト編集アプリケーションプログラム121はネットワーク107からホストコンピュータ101内に読み込まれて、ハードディスクドライB140にインストールされてもよい。   In one example, the encoded program of the layout editing application 121 is stored on a CD-ROM or floppy (registered trademark) disk, read through the corresponding drive 142 or 141, and installed in the hard disk drive 140. Alternatively, the layout editing application program 121 may be read from the network 107 into the host computer 101 and installed in the hard disk drive B 140 as another example.

さらにソフトウェアは、磁気テープまたはROMまたは集積回路、光磁気ディスク、または、ホストコンピュータ101とその他のデバイス間における赤外線等の無線通信、PCMCIAカードのようなコンピュータ可読カード、そしてEメール通信やWEBサイト上の記録情報を持つインターネットやイントラネットを含む他の適当なコンピュータからホストコンピュータ101内にロードされてもよい。これらは、コンピュータ可読媒体の例であり、他のコンピュータ可読媒体が使用されてもよいことは明らかである。   In addition, the software can be on a magnetic tape or ROM or integrated circuit, a magneto-optical disk, or a wireless communication such as infrared between the host computer 101 and other devices, a computer readable card such as a PCMCIA card, and an email communication or WEB site. It may be loaded into the host computer 101 from another appropriate computer including the Internet or an intranet having the recorded information. These are examples of computer readable media and it will be appreciated that other computer readable media may be used.

図1Aにおいて、レイアウト編集アプリケーション121はコンピュータに自動レイアウト処理ならびにレイアウト編集処理を行わせるものであり、2つのソフトウェアコンポーネント、すなわちレイアウトエンジン105とユーザインターフェース103とを含んでいる。   In FIG. 1A, a layout editing application 121 causes a computer to perform automatic layout processing and layout editing processing, and includes two software components, that is, a layout engine 105 and a user interface 103.

レイアウトエンジン105は、矩形の部分領域であるコンテナに与えられたサイズや位置の設定にしたがって、データベース119に格納されているデータからドキュメント単位でデータを読み込み、読み込んだデータとコンテナの設定とから、読み込んだデータが流し込まれるコンテナの大きさや位置等を計算する、自動レイアウト処理を行うソフトウェアコンポーネントである。また、本実施形態では、レイアウトエンジン105は、更に、コンテナに割り当てられたデータを描画し、ドキュメントのイメージを生成する処理も行う。ただし、本発明はこれに限るものではなく、レイアウトエンジン105は各部分領域(コンテナ)のサイズと位置を決定するアプリケーションとして動作し、図示省略したプリンタドライバに描画情報を出力することで、プリンタドライバがドキュメントのイメージ描画処理を行い、印刷データを生成するようにしてもよい。   The layout engine 105 reads data in document units from the data stored in the database 119 in accordance with the size and position settings given to the container which is a rectangular partial area, and from the read data and the container settings, It is a software component that performs automatic layout processing that calculates the size, position, etc. of containers into which read data is flowed. In the present embodiment, the layout engine 105 also performs processing for drawing data assigned to the container and generating an image of the document. However, the present invention is not limited to this, and the layout engine 105 operates as an application for determining the size and position of each partial area (container), and outputs the drawing information to a printer driver (not shown), so that the printer driver May perform image drawing processing of a document to generate print data.

一方、ユーザインタフェース103は、ユーザによるレイアウト編集処理を可能とするもので、具体的には、ユーザはユーザインタフェース103を介してコンテナの作成・移動を行い、ドキュメントテンプレートを作成する。また、ドキュメントテンプレート内の各コンテナとデータとを関連付けるメカニズムを提供する。さらに、ドキュメントテンプレート内の各コンテナに対する各種設定(リンク設定も含む)を可能にする。ユーザインタフェース103とレイアウトエンジン105はコミュニケーションチャネル123を介して通信する。   On the other hand, the user interface 103 enables layout editing processing by the user. Specifically, the user creates and moves a container via the user interface 103 to create a document template. It also provides a mechanism for associating data with each container in the document template. Furthermore, various settings (including link settings) for each container in the document template are made possible. The user interface 103 and the layout engine 105 communicate via a communication channel 123.

2.他のシステム構成の例
図2は、図1Aと類似のブロック図であるが、エンジンサーバ227が追加されている点が異なる。エンジンサーバ227に格納されているレイアウトエンジン225は、レイアウトエンジン105の分離バージョンである。エンジンサーバ227には一般的なコンピュータが用いられる。レイアウトエンジン225は、印刷やその他の目的に応じてドキュメントを生成するために、ファイルサーバ115に保存されたドキュメントテンプレートとデータベース119に保存されたデータとを結合する。そのようなオペレーションはユーザインタフェース103を介して要求される。
2. Other System Configuration Example FIG. 2 is a block diagram similar to FIG. 1A, except that an engine server 227 is added. The layout engine 225 stored in the engine server 227 is a separated version of the layout engine 105. A general computer is used for the engine server 227. The layout engine 225 combines the document template stored in the file server 115 and the data stored in the database 119 in order to generate a document according to printing or other purposes. Such an operation is requested via the user interface 103.

3.レイアウト編集アプリケーション(レイアウト編集処理)の説明
以下、上記レイアウト編集アプリケーション121のうち、ユーザインターフェース103を介して実現されるレイアウト編集処理の詳細について説明する。
3. Description of Layout Editing Application (Layout Editing Process) Details of the layout editing process realized through the user interface 103 in the layout editing application 121 will be described below.

3−1 メインウインドウ
ユーザインターフェース103は、操作時に図3に示されるようなアプリケーションウインドウ301によって形成されたユーザインターフェース画面をビデオディスプレイ144に表示させる。このウインドウ301は、メニューバー302、ツールバー303、ワークエリア306とオプションのパレット311を有する。メニューバー302とツールバー303は非表示にさせたり、スクリーン上の色々な場所に移動させることが可能である。また、ワークエリア306はマウス133の操作によってその場所を移動させることが可能である。また、パレット311はオプションであり、カーソル/ポインタデバイス313はマウス133が指し示す位置を表す。
3-1. Main Window The user interface 103 causes the video display 144 to display a user interface screen formed by the application window 301 as shown in FIG. This window 301 has a menu bar 302, a tool bar 303, a work area 306, and an optional palette 311. The menu bar 302 and the tool bar 303 can be hidden or moved to various places on the screen. The work area 306 can be moved by operating the mouse 133. A palette 311 is an option, and a cursor / pointer device 313 represents a position pointed to by the mouse 133.

メニューバー302は、周知の技術として知られているように、メニューオプションの階層の下に拡張される多くのメニューアイテム304を持つ。   The menu bar 302 has a number of menu items 304 that extend below the menu options hierarchy, as is known in the art.

ツールバー303やツールボタン305は、アプリケーションの特別なモードによって非表示状態にする、または表示状態にすることが可能なウィジェットである。   The toolbar 303 and the tool button 305 are widgets that can be hidden or displayed according to a special mode of the application.

ルーラー308はオプションであり、ワークエリア内のポインタ、ページ、ライン、マージンガイド、コンテナの位置を示すために使われる。   Ruler 308 is optional and is used to indicate the position of pointers, pages, lines, margin guides, and containers within the work area.

パレット311は移動、リサイズ、クローズをするためのウインドウコントロール312を持つ。パレット311はオプションで、ワークエリアの前面に表示される、あるいはコンテナの背面に隠される。パレット311はアプリケーションウインドウ301の範囲内のみに表示されるようにすることも、あるいはアプリケーションウインドウ301の外側にその一部或いは全体が表示されるようにすることもできる。   The palette 311 has a window control 312 for moving, resizing, and closing. The palette 311 is optional and is displayed in front of the work area or hidden behind the container. The palette 311 can be displayed only within the range of the application window 301, or a part or the whole of the palette 311 can be displayed outside the application window 301.

ツールバー303には図4に示されるような、ユーザ選択可能な『ツールボタン』が配置されている。   The tool bar 303 has user-selectable “tool buttons” as shown in FIG.

(1)選択ツールボタン403:コンテナの辺を選択、移動、サイズ変更、リサイズそしてロック/ロック解除のために使われる。コンテナの選択は、コンテナの周りに選択ボックスをドラッグすることによりなされる。また、CTRLキーを押しながら、複数のコンテナについて選択操作をすることによって、複数のコンテナを選択可能である。   (1) Selection tool button 403: Used for selecting, moving, resizing, resizing, and locking / unlocking a container edge. Container selection is done by dragging a selection box around the container. Further, a plurality of containers can be selected by performing a selection operation on the plurality of containers while pressing the CTRL key.

(2)テキストコンテナツールボタン404:固定あるいは可変テキストを持つコンテナを作成するために使われる。   (2) Text container tool button 404: used to create a container having fixed or variable text.

(3)イメージコンテナツールボタン405:固定あるいは可変イメージを持つコンテナを作成するために使われる。   (3) Image container tool button 405: used to create a container having a fixed or variable image.

(4)リンクツールボタン406:コンテナ間に関連付けを行うリンクを作成するために使われ、リンクの距離をコントロールするためにも使われる。   (4) Link tool button 406: used to create a link for associating containers, and also used to control the distance of the link.

3−2 ドキュメントテンプレート
図3において、ワークエリア306はドキュメントテンプレート309のデザインを表示・編集するために使われる。これにより、ユーザは下準備で印刷されるドキュメントの概観をデザインすることが可能となる。
3-2 Document Template In FIG. 3, a work area 306 is used to display / edit the design of the document template 309. This allows the user to design an overview of the document to be printed with preparation.

ワークエリア306はスクロールバー307とオプションのルーラー308とドキュメントテンプレート309とを備える。ドキュメントテンプレート309はページが複数あることを示すことができる。   The work area 306 includes a scroll bar 307, an optional ruler 308, and a document template 309. The document template 309 can indicate that there are a plurality of pages.

与えられたドキュメントテンプレート309のページサイズは、ユーザによって指定される。それぞれのドキュメントでの実際のページ数は、流し込まれるデータのデータ量によって変化し、1ページ内にフィットできなかった時、追加のページは自動的に作成される。   The page size of the given document template 309 is designated by the user. The actual number of pages in each document varies depending on the amount of data to be inserted, and additional pages are automatically created when it cannot fit within one page.

それぞれのページ内の境界線310は、ページ上の印刷可能なコンテナの最大幅を示す、任意のページマージンである。   A border 310 within each page is an arbitrary page margin that indicates the maximum width of a printable container on the page.

また、図4は1ページのドキュメントテンプレート309上に表示することが可能なコンテナの例であり、複数のコンテナ407、408と、任意に適用するアンカーアイコン409とリンク412、そしてスライダー413を持つ。   FIG. 4 shows an example of a container that can be displayed on a one-page document template 309, which includes a plurality of containers 407 and 408, an anchor icon 409 and a link 412 that are arbitrarily applied, and a slider 413.

3−3 コンテナ
ここで、コンテナについて説明する。コンテナとは、ドキュメントテンプレート309内にデータソースから固定あるいは可変のテキスト/イメージデータが流し込まれ、描画される矩形の部分領域であり、図4に示されるように他のコンテナと共にドキュメントテンプレート309内に配置される。ユーザインターフェース画面を介して、ユーザからのマウス133による操作指示により、コンテナは移動、サイズ調整、再作成がなされる。下記は本実施形態におけるコンテナの定義である。
3-3 Container Here, the container will be described. A container is a rectangular partial area in which fixed or variable text / image data is poured from a data source into a document template 309 and is drawn. As shown in FIG. Be placed. The container is moved, adjusted in size, and recreated in accordance with an operation instruction from the user via the user interface screen. The following is the definition of containers in this embodiment.

(1)コンテナは固定あるいは可変のコンテンツと関連づけられる。可変コンテンツは、データソースから取得したデータがドキュメント毎、つまりレコード毎に異なる可能性があるという意味でダイナミック(動的)であるということができる。ただし、本実施形態の可変コンテンツは、アニメーション化されたもの、あるいは他の方法で時間的に変化するコンテンツは意図していない。同様に、固定コンテンツはコンテナを使って生成される全てのドキュメントで、同じようにレイアウトされる。しかしながら、可変コンテンツとリンクが設定されている場合には、可変コンテンツの影響を受けて、固定コンテンツはそれぞれのドキュメント毎に異なった位置にレイアウトされることとなる。   (1) A container is associated with fixed or variable content. The variable content can be said to be dynamic in the sense that the data acquired from the data source may be different for each document, that is, for each record. However, the variable content of the present embodiment is not intended to be animated or content that changes with time in another way. Similarly, fixed content is laid out in the same way for all documents generated using containers. However, when the variable content and the link are set, the fixed content is laid out at a different position for each document under the influence of the variable content.

(2)コンテナは、コンテンツに適用される背景色、ボーダー、フォント・スタイルのようなテキスト設定と同様の装飾機能を持っている。このような設定をコンテナ属性と呼ぶ。コンテナ属性は、各コンテナごとに設定可能であるが、あるコンテナと同じコンテナ属性であるといった設定を行うことも可能である。   (2) The container has a decoration function similar to the text setting such as the background color, border, font style applied to the content. Such a setting is called a container attribute. The container attribute can be set for each container, but it is also possible to set the same container attribute as a certain container.

(3)コンテナはドキュメントを生成する際にデータソースからのデータとマージされる。装飾機能は、どのような固定コンテンツでもそうであるように、印刷された出力物において可視である。可変コンテンツはデータソースからの特定のデータを印刷したり、ビデオディスプレイ144のスクリーン上に表示したりすることが可能である。   (3) The container is merged with data from the data source when generating the document. The decoration function is visible in the printed output, as is any fixed content. Variable content can print specific data from a data source or be displayed on the screen of a video display 144.

(4)コンテナは、図4に示されるように視覚的な手がかりとしてのユーザインターフェースを有している。例えばコンテナの編集及び表示設定のためのインタラクティブなグラフィカルユーザインターフェース(GUI)を持つ。GUIの各要素はビデオディスプレイ144のスクリーン上に表示されるが、ドキュメントとしては印刷されない。レイアウト編集アプリケーション121のユーザインターフェース103は、背景色やフォントのようなコンテナの装飾機能のいくつかを表示し、さらにコンテナの設定や表示を可能にするための機能を有している。   (4) The container has a user interface as a visual clue as shown in FIG. For example, it has an interactive graphical user interface (GUI) for container editing and display settings. Each element of the GUI is displayed on the screen of the video display 144, but is not printed as a document. The user interface 103 of the layout editing application 121 displays some container decoration functions such as background color and font, and further has a function for enabling the setting and display of the container.

3−4 コンテナの制約
コンテナにはそれぞれのドキュメントで表示されるコンテンツをどのように結びつけるかの制御条件に関する制約がある。これらの制約(固定/可変コンテンツをコンテナと結びつけることを含む)は、ユーザが一つのドキュメントテンプレートから多数のドキュメントのコントロールを可能にするための主要な方法である。制約の一つの例は『このコンテナのコンテンツの高さは最大4インチです』である。また、別の制約の例は『コンテナのコンテンツの左エッジは、それぞれのドキュメントにおいて同じ水平位置で表示しなければならない』である。ここに記述される内容は、GUIを使って表示、編集される。
3-4 Container Restrictions Containers have restrictions on control conditions for how to link the contents displayed in each document. These constraints (including linking fixed / variable content with containers) are the primary way for users to control multiple documents from a single document template. One example of a constraint is “the content height of this container is a maximum of 4 inches”. Another example of the constraint is “the left edge of the contents of the container must be displayed at the same horizontal position in each document”. The contents described here are displayed and edited using a GUI.

イメージがページ上に定義された場所を持っているように、固定コンテンツの配置を指定するコンテンツプレイスホルダーは、デジタル印刷技術においてよく知られている。コンテナは位置とサイズを持ち、それらは公知の技術で知られている手法で編集され、表示される。よって、以下の説明では、可変データ印刷に特化した方法における表示・編集に焦点を合わせる。   Content placeholders that specify the placement of fixed content so that the image has a defined location on the page are well known in digital printing technology. Containers have a position and a size, which are edited and displayed in a manner known in the art. Therefore, the following description focuses on display / editing in a method specialized for variable data printing.

コンテナを用いることにより、ユーザは、ドキュメントにおけるコンテンツのサイズ(描画サイズ)や位置を指定することが可能となる。いく種類ものドキュメントが一つのドキュメントテンプレートから生成されるので、コンテナに多数の制約を設定することになるが、これらの設定(指定)や表示のために所定のユーザインターフェースが利用されている。   By using the container, the user can specify the size (drawing size) and position of the content in the document. Since many types of documents are generated from a single document template, many constraints are set on the container. A predetermined user interface is used for setting (designating) and displaying these.

1つのコンテナの辺は、関連付けられたコンテンツがドキュメント内で表示される仮想の境界線を定義する。したがって、コンテナの左辺を論じることは、関連付けられたコンテンツが、各ドキュメントにおいて、表示可能であるエリア内の最も左の辺を論じることと同じである。同様に、コンテナの高さを論じることは、生成されたドキュメントで関連付けられたコンテンツの高さの制約を論じることとして理解される。   An edge of one container defines a virtual border where the associated content is displayed in the document. Thus, discussing the left side of the container is the same as discussing the leftmost side in the area where the associated content is displayable in each document. Similarly, discussing container height is understood as discussing content height constraints associated with the generated document.

以下の記載において、コンテンツの表示を制限するために使われる「固定」とは、ある値を定義していることを意味するものであり、全てのドキュメントで同じ値が用いられる。   In the following description, “fixed” used to limit the display of content means that a certain value is defined, and the same value is used in all documents.

(1)コンテナの幅が固定である場合、関連付けられたコンテンツに割り当てられる幅は、全てのドキュメントで同じになる。   (1) When the width of the container is fixed, the width assigned to the associated content is the same for all documents.

(2)コンテナの高さが固定である場合、関連付けられたコンテンツに割り当てられる高さは、全てのドキュメントで同じになる。   (2) If the height of the container is fixed, the height assigned to the associated content is the same for all documents.

(3)距離(リンクの長さ)が固定である場合、指定された距離は全てのドキュメントにおける制約となる。   (3) When the distance (link length) is fixed, the specified distance becomes a constraint in all documents.

(4)コンテナの左右辺が固定の場合、ページに関する辺の水平位置は全てのドキュメントで同じであることを意味している。ただし、コンテナの高さあるいは垂直方向の位置は、変化する可能性がある。例えば、コンテナの左辺が固定である場合、関連付けられたコンテンツの表示位置は、全てのドキュメントでその左辺の位置は同じ水平位置となるが、あるドキュメントではページの上の方に表示され、他のドキュメントではページの下の方に表示される可能性がある。   (4) When the left and right sides of the container are fixed, it means that the horizontal position of the side regarding the page is the same in all documents. However, the height or vertical position of the container may change. For example, if the left side of a container is fixed, the display position of the associated content is the same horizontal position in all documents, but in some documents it is displayed at the top of the page, In the document, it may appear at the bottom of the page.

(5)コンテナの上下辺が固定の場合、ページにおける辺の垂直位置は全てのドキュメントで同じとなることを意味している。ただし、コンテナの幅あるいは水平位置はドキュメントによって変わる可能性がある。   (5) When the upper and lower sides of the container are fixed, it means that the vertical position of the side on the page is the same for all documents. However, the width or horizontal position of the container may vary from document to document.

(6)コンテナの垂直軸はコンテナの右辺と左辺に平行で、それらの中間に位置される仮想の垂直線である。もしコンテナの垂直軸が固定なら、当該コンテナの左右辺の水平位置の平均(すなわち左右の中央位置)は、すべてのドキュメントで同じとなる。この制約において、コンテナの幅は変化する可能性がある。しかしながら、左右辺が垂直軸にもっとも遠いものからもっとも近いものまで、垂直軸は全てのドキュメントで同じ水平位置となる。なお、コンテナの高さと垂直位置はこの制約によって影響されない。   (6) The vertical axis of the container is a virtual vertical line that is parallel to the right side and the left side of the container and located between them. If the vertical axis of the container is fixed, the average horizontal position of the left and right sides of the container (ie, the left and right center position) is the same for all documents. Under this constraint, the width of the container can change. However, the vertical axis is the same horizontal position in all documents, with the left and right sides being the furthest to the closest to the vertical axis. Note that the height and vertical position of the container are not affected by this restriction.

(7)同様に、もし水平軸が固定なら、コンテナの上辺と下辺の平均が同一の垂直方向位置に配置される。ただし、コンテナの幅と水平位置はこの制約によって影響されることはない。   (7) Similarly, if the horizontal axis is fixed, the average of the upper and lower sides of the container is placed at the same vertical position. However, the width and horizontal position of the container are not affected by this restriction.

(8)水平軸と垂直軸の両方が固定である場合、コンテナの中心位置が固定されていることを意味する。ただし、コンテナの幅・高さはこの制約によって影響されない。   (8) When both the horizontal axis and the vertical axis are fixed, it means that the center position of the container is fixed. However, the width and height of the container are not affected by this restriction.

(9)コンテナの角位置、コンテナの辺の中間位置、あるいはコンテナの中心位置が固定である場合、それぞれの位置はすべてのドキュメントで同じ場所となる。例えば、もしコンテナの左上角が固定なら、配置されたコンテナの左上位置が全てのドキュメントで同じになることを意味している。   (9) When the corner position of the container, the intermediate position of the container side, or the center position of the container is fixed, the respective positions are the same in all documents. For example, if the upper left corner of the container is fixed, it means that the upper left position of the arranged container is the same for all documents.

(10)垂直辺あるいは垂直軸は、ページの左辺もしくは右辺、あるいは左ページマージンもしくは右ページマージン、あるいは他の水平位置に関連付けされて固定することができる。同様に、水平辺あるいは水平軸はページの上辺もしくは下辺、あるいは上下ページマージン、あるいは他の垂直位置に関連付けされて固定することができる。   (10) The vertical side or the vertical axis can be fixed in association with the left or right side of the page, the left page margin or the right page margin, or another horizontal position. Similarly, the horizontal side or horizontal axis can be fixed in association with the top or bottom side of the page, the top and bottom page margins, or other vertical positions.

「固定」の反対は、コンテナの辺、軸、角、中間位置、あるいはドキュメント制約がドキュメント間(レコード間)で変化することを意味する「可変」である。例えば、ページ内では、可変データのサイズや量により、動的にレイアウトが変更されるが、特定のコンテナについては、大きさや位置を固定にしたり、また、ページの角のコンテナの四隅は固定にしたいということを所望する場合がある。そのため、本レイアウト編集アプリケーション121では、各コンテナ(データ領域)について、辺、軸、角、中間位置等を固定にするか、可変にするかを適宜設定できるようにしている。これにより、ユーザはドキュメントテンプレート309の基本レイアウトを決定するにあたり、ユーザが所望するように基本レイアウトを作成することができる。   The opposite of “fixed” is “variable” meaning that the side, axis, corner, intermediate position, or document constraint of the container changes between documents (between records). For example, in a page, the layout is dynamically changed depending on the size and amount of variable data, but for a specific container, the size and position are fixed, and the four corners of the container at the corner of the page are fixed. Sometimes you want to do that. For this reason, the layout editing application 121 can appropriately set whether the sides, axes, corners, intermediate positions, etc. are fixed or variable for each container (data area). As a result, the user can create a basic layout as desired by the user in determining the basic layout of the document template 309.

3−5 新規コンテナの作成方法
図4で示されるように、新規のテキストデータ用コンテナあるいはイメージデータ用コンテナは、テキストコンテナツールボタン404あるいはイメージコンテナツールボタン405をマウス133でクリックし、ドキュメントテンプレート309上に四角形をドラッグすることによって、当該ドキュメントテンプレート309上に作成される。
3-5 Method for Creating a New Container As shown in FIG. 4, a new text data container or image data container is clicked on the text container tool button 404 or the image container tool button 405 with the mouse 133, and the document template 309 is selected. It is created on the document template 309 by dragging a rectangle upward.

あるいは、コンテナは、適切なツールボタン404、405をアクティブにした後に、ドキュメントテンプレート309上で単にクリックすることによって作成されるようにしてもよい。この場合、マウス133のクリック操作に応じてデフォルトサイズのコンテナがドキュメントテンプレート309上に挿入されるとともに、当該新規コンテナの寸法等を設定するためのダイアログボックスあるいは他のプロンプトが提供される。なお、コンテナのサイズは自動的に前もって定義されるようにしてもよいし、あるいは、計算されたスキーマによって作成・配置されるようにしてもよく、種々の方法が考えられる。ここで生成されたコンテナをマウス133等の入力装置により選択し、右クリックでプロパティを指示する等の操作を行うことにより、コンテナのプロパティダイアログが表示され、コンテナの制約を設定することができる。コンテナのプロパティダイアログUIでは、上述した各種の制約を設定することができる。また、コンテナのプロパティダイアログでは、コンテナのサイズ(幅、高さ)や位置を決定することができ、可変サイズにする場合には、コンテナの基本パターン(基本サイズと基準位置)を設定し、更に、最大コンテナサイズ(幅、高さ)と最小コンテナサイズ(幅、高さ)を設定する。なお、各コンテナに対して設定されたサイズの変更範囲のことをサイズ制限情報とする。上記したレイアウト編集アプリケーション121はこのサイズ制限情報を考慮して、各コンテナに流し込まれるコンテンツデータのレイアウトを制御する。   Alternatively, the container may be created by simply clicking on the document template 309 after activating the appropriate tool buttons 404, 405. In this case, a default size container is inserted on the document template 309 in response to a click operation of the mouse 133, and a dialog box or other prompt for setting the dimensions of the new container is provided. Note that the size of the container may be automatically defined in advance, or may be created and arranged according to a calculated schema, and various methods are conceivable. A container property dialog is displayed by selecting the generated container with an input device such as the mouse 133 and performing an operation such as instructing a property by right-clicking, and the constraints of the container can be set. Various kinds of constraints described above can be set in the container property dialog UI. In the container properties dialog, the size (width, height) and position of the container can be determined. To change the size, set the basic pattern (basic size and reference position) of the container. Set maximum container size (width, height) and minimum container size (width, height). Note that a size change range set for each container is used as size restriction information. The layout editing application 121 described above controls the layout of content data that is flowed into each container in consideration of this size restriction information.

3−6 コンテナの表示方法
図5の(A)から(D)はコンテナの辺に関する表示ルールを例示している。
3-6 Container Display Method FIGS. 5A to 5D illustrate display rules related to the sides of the container.

レイアウト編集アプリケーションプログラム121は、コンテナの辺の状態を表現するために、実線(アイテム503)あるいは点線(504)を用いて辺を表すとともに、アンカー(辺の近くに描画された506、507、509によって示されるような線、形状、アイコン)、ハンドル(移動、修正するために領域の辺上あるいは近傍に描画されたコントロール点、502)、スライダー(辺の両側に描画された短い平行線、図4の413)、拡縮アイコン(505)、ならびに色分けを用いて表す。   The layout editing application program 121 represents a side by using a solid line (item 503) or a dotted line (504) in order to express the state of the side of the container, and an anchor (506, 507, 509 drawn near the side). Lines, shapes, icons as indicated by, handles (control points drawn on or near the side of the region to move and modify, 502), sliders (short parallel lines drawn on both sides of the side, diagram) 4 413), the enlargement / reduction icon (505), and color coding.

図5(A)〜(D)に示されるコンテナ表示方法のルールは以下の通りである。
(1)それぞれの辺を固定するために、実線で描画する。
(2)幅が固定の場合は、左と右の辺を実線で描画する。
(3)高さが固定の場合は、上と下の辺を実線で描画する。
(4)軸は描画しない。
(5)(1)〜(3)によって描画されていないそれぞれの辺の近くには拡縮アイコンが描画され、それらの辺を点線で描画する。
(6)垂直辺と水平辺、あるいは垂直軸と水平軸のそれぞれのペアで、もし両者が固定なら、それらの交差点にアンカーが描画される。
(7)それぞれの固定辺で、もし辺のどこにもアンカーが描画されていなければ、エッジの中央にスライダーが描画される。
(8)垂直及び水平辺、あるいは垂直及び水平軸のそれぞれのペアで、アンカーやスライダーが描画されていない場合、それらの交差点にハンドルが描画される。
The rules for the container display method shown in FIGS. 5A to 5D are as follows.
(1) Draw with solid lines to fix each side.
(2) When the width is fixed, the left and right sides are drawn with solid lines.
(3) When the height is fixed, the upper and lower sides are drawn with solid lines.
(4) The axes are not drawn.
(5) An enlargement / reduction icon is drawn near each side not drawn by (1) to (3), and those sides are drawn by dotted lines.
(6) For each pair of vertical side and horizontal side, or vertical axis and horizontal axis, if both are fixed, an anchor is drawn at the intersection.
(7) For each fixed side, if no anchor is drawn anywhere on the side, a slider is drawn at the center of the edge.
(8) If anchors and sliders are not drawn on each pair of vertical and horizontal sides or vertical and horizontal axes, a handle is drawn at the intersection of them.

ルール(1)、(2)、(3)で定義された線は、前述したように固定あるいは制限されているため実線で描画される。ルール(5)のように、可変の辺は、点線で描画される。ルール(6)、(7)、(8)で定義された固定された点は、アンカーを表示し、いくつかの固定された辺はスライダーを表示し、他はハンドルを表示する。   The lines defined by the rules (1), (2), and (3) are drawn as solid lines because they are fixed or restricted as described above. As in rule (5), the variable side is drawn with a dotted line. Fixed points defined in rules (6), (7), and (8) display anchors, some fixed edges display sliders, and others display handles.

上記のルールは、ユーザにより後で設定された制約が優先される。つまり、後で別の制約が設定された場合、上記のルールが描画されるべき辺に影響すれば、実線や点線の描画内容が変更されることになる。   The above rules are given priority over constraints set later by the user. That is, when another constraint is set later, if the above rule affects the side to be drawn, the drawn content of the solid line or the dotted line is changed.

可変の辺が描画される場所は、コンテナに流し込まれるコンテンツに依存する。後に説明するように、ドキュメントテンプレートにコンテンツがマージされて、ユーザインターフェースにて表示されることで、「動的な校正処理」を行うことができる。   The place where the variable side is drawn depends on the content that is poured into the container. As will be described later, the “dynamic proofreading process” can be performed by merging the contents with the document template and displaying them on the user interface.

これらのコンテンツ表現には、コンテナの各辺の状態を表示するグラフィカルな手段が用いられる。その表現の解釈は下記のとおりである。
(1)図4の410の辺のように、点線はコンテナのコンテンツに依存してドキュメント内の辺の位置が変化することを意味する。
(2)実線は、固定されている(辺414)、あるいはコンテナの幅・高さが固定されている(コンテナ408では4辺が実線であり、両方が固定されている)ために制限された辺であることを意味する。
(3)アンカーは辺および軸が交差した場所が固定されていることを意味する。それゆえ、アンカー点は、すべてのドキュメントの水平、垂直位置で現れることになる。アンカーは当然固定される。図4のアイコン409は、辺414の交差する位置が固定されていることを意味しているアンカーアイコンの例である。
(4)スライダーは関連付けられた辺の長さが固定されているが、平行移動することを意味する。例えば、図4でスライダー413はコンテナ408のコンテンツが、ドキュメント内で特定のダイアグラムで表される位置の、左あるいは右に表示される。例えば、コンテナ408と関連付けられている(リンク設定されている)コンテナ407に流し込まれるデータのイメージサイズもしくはテキストサイズが小さい場合は、コンテナ407のサイズが小さくなるため、コンテナ408は、左方向にスライド(平行移動)してレイアウトされて表示されることになる。また、コンテナ407のサイズが大きくなる場合は、逆にコンテナ408は右方向にスライドしてレイアウトされることになる。
For these content representations, a graphical means for displaying the state of each side of the container is used. The interpretation of the expression is as follows.
(1) Like the side 410 in FIG. 4, the dotted line means that the position of the side in the document changes depending on the contents of the container.
(2) The solid line is limited because it is fixed (side 414) or the width and height of the container are fixed (in container 408, four sides are solid lines and both are fixed) Means an edge.
(3) The anchor means that the place where the side and the axis intersect is fixed. Therefore, the anchor point appears at the horizontal and vertical positions of all documents. The anchor is naturally fixed. The icon 409 in FIG. 4 is an example of an anchor icon that means that the position where the sides 414 intersect is fixed.
(4) The slider means that the associated side has a fixed length but moves in parallel. For example, in FIG. 4, the slider 413 displays the contents of the container 408 to the left or right of the position represented by a specific diagram in the document. For example, when the image size or text size of the data to be flowed into the container 407 associated with the container 408 (linked) is small, the size of the container 407 is small, so the container 408 slides to the left. (Parallel movement) will be laid out and displayed. On the other hand, when the size of the container 407 increases, the container 408 is laid out by sliding in the right direction.

これらのアイコン・辺のいくつかあるいは全ては、どのツール、どのコンテナを選択・ハイライトあるいはアクティブにするかによって、描画されたりされなかったりする。一般的に、コンテナの辺・アイコンはドキュメントテンプレートにおけるデザインであるため、印刷物には描画されない。   Some or all of these icons / edges may or may not be drawn depending on which tool, which container is selected, highlighted or activated. Generally, the sides and icons of the container are not drawn on the printed matter because they are designs in the document template.

なお、前述したように、コンテナのサイズ(幅・高さ)の基本値(ベーシックサイズ)・最小値・最大値の基本パターンの設定は、副次的なダイアログウインドウに表示される。   As described above, the basic pattern settings of the basic value (basic size), minimum value, and maximum value of the size (width / height) of the container are displayed in a secondary dialog window.

図5の(A)で、コンテナ501は、幅・高さの両方が固定されていない(可変である)。固定された辺503は実線で表現され、可変の辺504は点線で表現されている。拡縮アイコン505は、隣接する辺504が可変であることを示す。他の形態のインジケータを代わりにあるいは追加的に用いてもよい。   In FIG. 5A, the width and height of the container 501 are not fixed (variable). The fixed side 503 is represented by a solid line, and the variable side 504 is represented by a dotted line. The enlargement / reduction icon 505 indicates that the adjacent side 504 is variable. Other forms of indicators may be used instead or additionally.

図5の(B)において、コンテナ501は幅・高さ両方が可変である。アンカーアイコン506が、交差している両方の辺503の角の位置が固定されていることを明示的に表すべく追加されている。   In FIG. 5B, the container 501 is variable in both width and height. An anchor icon 506 has been added to explicitly indicate that the corner positions of both intersecting sides 503 are fixed.

図5の(C)において、コンテナ501は、コンテナの幅及び高さの両方が可変であり、任意のアンカーアイコン507で示されるような中心点の周りを平等に広がるという状態を示している。すなわち、コンテナ501はアンカーアイコン507を中心に拡大あるいは縮小が可能である。ここでの拡大/縮小は、アンカーアイコン507の位置が常にコンテナ501の中心点となるようにレイアウト調整される。   In FIG. 5C, the container 501 shows a state in which both the width and height of the container are variable, and the container 501 spreads evenly around the center point as indicated by an arbitrary anchor icon 507. That is, the container 501 can be enlarged or reduced around the anchor icon 507. In this enlargement / reduction, the layout is adjusted so that the position of the anchor icon 507 always becomes the center point of the container 501.

図5の(D)において、コンテナ501は、上辺508が固定されているが、幅・高さの両方が可変である。上辺508の中心に位置付けられて示されるアンカーアイコン509は、固定されている。そしてコンテナ501の左辺・右辺(502)は、アンカーアイコン509を通って垂直な中心軸(垂直軸)の周りを、拡大・縮小する。   In FIG. 5D, the container 501 has a fixed upper side 508, but both width and height are variable. An anchor icon 509 positioned and shown at the center of the upper side 508 is fixed. The left and right sides (502) of the container 501 are enlarged / reduced around the vertical central axis (vertical axis) through the anchor icon 509.

3−7 リンク
リンクは、コンテナとコンテナの関連を示している。関連とはコンテナ間の距離を示しており、リンクによって関連付けられたコンテナ同士は、互いのレイアウト変更の影響を受けてレイアウトを計算する。図4の412で示されているものがリンクであり、この図ではコンテナ407と408とを関連づけている。
3-7 Link The link indicates the relationship between containers. “Relation” indicates a distance between containers, and containers associated by a link are affected by each other's layout change and calculate a layout. What is indicated by 412 in FIG. 4 is a link. In this figure, containers 407 and 408 are associated with each other.

3−8 リンクの設定方法
次に、コンテナ同士を関連付けるためのリンクの設定方法について説明する。図6はリンクの設定方法を示したフローチャートである。また図7(A)乃至(C)はリンク設定の際のUIの一例を示す図である。図6、7を用いてコンテナにリンクを設定する方法について説明する。
3-8 Link Setting Method Next, a link setting method for associating containers will be described. FIG. 6 is a flowchart showing a link setting method. FIGS. 7A to 7C are diagrams illustrating an example of a UI at the time of link setting. A method for setting a link in a container will be described with reference to FIGS.

まず、リンクを設定するためには、リンクを設定するためのコンテナ(最低2つ)を作成する(ステップS601)。図7(A)は、作成された2つのコンテナ(701、702)を示す。なお、703、704はアンカーを、705はマウスポインタをそれぞれ示している。   First, in order to set a link, containers (at least two) for setting a link are created (step S601). FIG. 7A shows two created containers (701, 702). Reference numerals 703 and 704 denote anchors, and 705 denotes a mouse pointer.

ステップS602では、リンクツールボタン406を選択した状態にし、ステップS603では、リンクを設定する片方のコンテナ(ここでは、コンテナ701)をマウスポインタ705でクリックして選択する。   In step S602, the link tool button 406 is selected, and in step S603, one container (here, container 701) for setting a link is selected by clicking with the mouse pointer 705.

ステップS604では、ステップS603にて選択されたコンテナ701との間でリンク設定しようとするコンテナ702を選択する。具体的にはマウスポインタ705を移動して、コンテナ702をクリックする。図7(B)は、コンテナ701をクリックした後、コンテナ702をクリックするまでの間の状態を示す図である。同図に示すように、ステップS603でクリックした位置と、現在のマウスポインタ705の位置との間を結んだ線706が表示される。   In step S604, a container 702 to be linked with the container 701 selected in step S603 is selected. Specifically, the mouse pointer 705 is moved and the container 702 is clicked. FIG. 7B is a diagram illustrating a state from when the container 701 is clicked to when the container 702 is clicked. As shown in the figure, a line 706 connecting the position clicked in step S603 and the current position of the mouse pointer 705 is displayed.

ステップS604においてコンテナ702が選択されると、ステップS605ではコンテナ701との間にリンクが表示される。図7(C)は、コンテナ702がクリックされることにより、リンク707が表示された状態を示している。   When the container 702 is selected in step S604, a link is displayed with the container 701 in step S605. FIG. 7C shows a state in which the link 707 is displayed when the container 702 is clicked.

リンクが設定されたことにより、ステップS606ではコンテナのUIも自動的に変更される(708は、自動的に点線に変更された辺であり、前述した通り可変の辺を示している)。なお、図7(C)のようにコンテナの辺の状態が変化したのは、リンクを設定したことにより、コンテナの辺を可変にする必要があるためであり、リンクを設定したにもかかわらず、全ての辺が固定という矛盾を引き起こすことを防ぐために、自動的に行われる処理である。また、709は図5の505と同じで、リンクを設定したことにより、コンテナが変化できる方向をユーザに視覚的に示したしるしである。図7(C)の例では、左のコンテナの右辺と右のコンテナの左辺が可変に変化したが、これは一例であり、右コンテナが、図4の413で示したスライダーを持つ設定に変化してもかまわない。   Since the link is set, the UI of the container is also automatically changed in step S606 (708 is a side automatically changed to a dotted line and indicates a variable side as described above). Note that the state of the side of the container has changed as shown in FIG. 7C because it is necessary to make the side of the container variable by setting the link. This is a process that is automatically performed to prevent the inconsistency that all sides are fixed. Reference numeral 709 is the same as 505 in FIG. 5 and is a sign visually indicating to the user the direction in which the container can be changed by setting a link. In the example of FIG. 7C, the right side of the left container and the left side of the right container are variably changed. However, this is an example, and the right container is changed to a setting having a slider indicated by 413 in FIG. It doesn't matter.

3−9 長さが可変のリンクの設定
次に長さが可変のリンクの設定方法について説明する。図12は可変リンクの設定のためのUIを表す図である。図12の状態では、ドキュメントテンプレート309上にコンテナ1203とコンテナ1204が存在する。それぞれのコンテナはアンカーアイコン1201、アンカーアイコン1202と固定された辺1205、辺1206を含んで構成されている。コンテナ1203と1204の間には可変サイズのリンク1209があり、コンテナ1203とコンテナ1204を結んでいる。コンテナ1203とコンテナ1204の間にはリンクが設定されているのでそれぞれの右辺1207と左辺1208は点線で表現されている。このため各コンテナにインジケータ1210、インジケータ1211が表示され、それぞれ辺1207と辺1208が可変であることを示している。
3-9 Setting a Link with Variable Length Next, a method for setting a link with a variable length will be described. FIG. 12 is a diagram illustrating a UI for setting a variable link. In the state of FIG. 12, a container 1203 and a container 1204 exist on the document template 309. Each container includes an anchor icon 1201, an anchor icon 1202, a fixed side 1205, and a side 1206. A variable-size link 1209 is provided between the containers 1203 and 1204 and connects the containers 1203 and 1204. Since a link is set between the container 1203 and the container 1204, the right side 1207 and the left side 1208 are represented by dotted lines. For this reason, an indicator 1210 and an indicator 1211 are displayed in each container, indicating that the sides 1207 and 1208 are variable, respectively.

また、図14は、リンク設定のためのUIのうち、リンク1409の情報をセットするためのダイアログウインドウ1401の例を示す図である。このダイアログは、タイトルバー1402、ツールボタン1403、ダイアログウインドウの開閉を行うボタン1404、各種の情報をセットするエリア1409で構成されている。このダイアログウインドウではリンクタイプが可変長(1407)のリンクであるか、あるいは固定長(1406)のリンクであるかの択一的な選択が行える。リンクタイプが可変の場合にはリンクの長さの最小値(Min.Distance1410)、最大値(Max.Distance1412)、ならびに基準距離(Distance1411)を設定できる。この設定は2つのコンテナ間にリンクを設定した後に、この設定されたリンクをクリック等の操作によって選択したときに表示される。あるいは、リンクを設定した直後に、当該リンクに関するダイアログウインドウ1401が自動的に表示されるようにしてもよい。ここで各コンテナ間の距離の基準距離1411は、データを流し込んだ際に各コンテナのサイズが変更されない場合に用いられるリンクの長さである。   FIG. 14 is a diagram showing an example of a dialog window 1401 for setting information on a link 1409 out of UIs for link setting. This dialog includes a title bar 1402, a tool button 1403, a button 1404 for opening / closing the dialog window, and an area 1409 for setting various information. In this dialog window, an alternative selection can be made as to whether the link type is a variable length (1407) link or a fixed length (1406) link. When the link type is variable, the minimum value (Min. Distance 1410), the maximum value (Max. Distance 1412), and the reference distance (Distance 1411) of the link length can be set. This setting is displayed when a link is set between two containers and then selected by an operation such as clicking the set link. Alternatively, immediately after setting a link, a dialog window 1401 regarding the link may be automatically displayed. Here, the reference distance 1411 of the distance between the containers is the length of the link used when the size of each container is not changed when data is flowed.

図15は固定長のリンクを使用した場合の自動レイアウト処理の結果を示している。例えば図12においてコンテナ1203とコンテナ1204にそれぞれ違ったサイズのイメージデータが流し込まれた場合を示している。この場合、それぞれのコンテナはデータの大きさを最適とみなし、コンテナ1203は流し込まれたイメージデータのイメージサイズになる枠1504(最適コンテナサイズ)に近づこうと右方向へ、同様にコンテナ1204は流し込まれたイメージデータのイメージサイズになる枠1505(最適コンテナサイズ)に近づこうと左方向へサイズを変更しようとする。しかしコンテナ1203とコンテナ1204はアンカー1201とアンカー1202によってそれぞれ左辺1212と右辺1213の移動ができず、上記のようにサイズを変更しようとすると両者の間隔を狭めるしかない。しかしながら、コンテナ間には固定サイズのリンク1503が設定されており、レイアウト計算時にその長さ維持されるため、コンテナ1203とコンテナ1204のサイズが変更されることになる。   FIG. 15 shows the result of automatic layout processing when a fixed-length link is used. For example, FIG. 12 shows a case where image data of different sizes are poured into the container 1203 and the container 1204. In this case, each container regards the data size as optimal, and the container 1203 is poured in the right direction to approach the frame 1504 (optimum container size) that becomes the image size of the poured image data. In order to approach the frame 1505 (optimum container size) that becomes the image size of the image data, the size is changed to the left. However, the container 1203 and the container 1204 cannot move the left side 1212 and the right side 1213 by the anchor 1201 and the anchor 1202, respectively. If the size is changed as described above, the interval between the two sides must be narrowed. However, a fixed-size link 1503 is set between containers, and the length is maintained at the time of layout calculation. Therefore, the sizes of the containers 1203 and 1204 are changed.

その結果、コンテナ1203とコンテナ1204はデータの縦横比に合わせた最適なサイズを確保することが出来ず、最終的に図15に示すように、最適なサイズ(枠1504、枠1505)よりも小さくなってしまう。すなわちリンク1503のサイズが固定であるためコンテナ1203とコンテナ1204は最適サイズを達成できない(図15において、各コンテナ内の細点線で示した範囲がデータの持つ縦横比である)。   As a result, the container 1203 and the container 1204 cannot secure the optimum size according to the aspect ratio of the data, and finally smaller than the optimum size (frame 1504, frame 1505) as shown in FIG. turn into. That is, since the size of the link 1503 is fixed, the containers 1203 and 1204 cannot achieve the optimum size (in FIG. 15, the range indicated by the thin dotted line in each container is the aspect ratio of the data).

一方、図16は図15と同様の状態でリンクを可変サイズにした場合を示しており、コンテナ1203とコンテナ1204の間には可変サイズのリンクが設定されている。この場合、コンテナ1203とコンテナ1204のサイズが変更される際には、リンクの長さが縮まることでコンテナ1203とコンテナ1204のサイズを図15の例より大きくすることができる。この結果、流し込まれるデータのデータサイズに合わせた最適なサイズを達成できる、あるいはより流し込まれるデータのデータサイズ(最適サイズ)に近いコンテナの枠を設定することができる。図16はこの結果を示しており、可変リンク1209は自動レイアウト処理の結果、可変リンク1603に示されるようなサイズ状態となる。なお、この場合コンテナ1203とコンテナ1204はそれぞれ最適なサイズ(データサイズに合った大きさ)になっている。   On the other hand, FIG. 16 shows a case where the link is made to have a variable size in the same state as FIG. 15, and a variable size link is set between the container 1203 and the container 1204. In this case, when the sizes of the container 1203 and the container 1204 are changed, the size of the container 1203 and the container 1204 can be made larger than the example of FIG. 15 by reducing the link length. As a result, it is possible to achieve an optimum size according to the data size of the data to be flowed, or to set a container frame closer to the data size of the data to be flowed (optimum size). FIG. 16 shows this result. As a result of the automatic layout process, the variable link 1209 is in a size state as indicated by the variable link 1603. In this case, each of the container 1203 and the container 1204 has an optimum size (a size suitable for the data size).

4.レイアウト編集アプリケーション(自動レイアウト処理)の説明
以下、上記レイアウト編集アプリケーション121において実行される自動レイアウト処理の詳細について説明する。
4). Description of Layout Editing Application (Automatic Layout Processing) Details of the automatic layout processing executed in the layout editing application 121 will be described below.

4−1 レイアウト計算方法(全体フロー)
上述のように本実施形態のレイアウト編集アプリケーション121は、ユーザインターフェース103を用いてコンテナを作成し、そのコンテナ間に関連付け(リンク設定)を行うレイアウト編集処理と、レイアウトエンジン105により、作成したレイアウトにデータソースの各データを流し込む自動レイアウト処理とに分けられる。さらに、自動レイアウト処理は、実際のデータが流し込まれ、前述した優先順位に従って表示上のレイアウト計算を行うプレビューモードと、レイアウト計算した結果を実際に印刷する印刷モードとを備える。なお、プレビューモードと印刷モードにおけるレイアウト計算は同じである。
4-1 Layout calculation method (overall flow)
As described above, the layout editing application 121 according to the present embodiment creates containers by using the user interface 103 and creates layouts by using the layout editing process in which association (link setting) is performed between the containers and the layout engine 105. It can be divided into automatic layout processing that feeds each data of the data source. Further, the automatic layout processing includes a preview mode in which actual data is poured and a layout calculation on the display is performed in accordance with the above-described priority, and a print mode in which the layout calculation result is actually printed. The layout calculation in the preview mode and the print mode is the same.

図8はレイアウトエンジン105における自動レイアウト処理の処理フローを示している。まず、ステップS801ではプレビューモードが選択される。プレビューモードになったら、レイアウト編集アプリケーション121は、ユーザにプレビューするレコードをデータソースより選択させ、選択されたレコードの各データを各コンテナに流し込むよう決定する(ステップS802)。各コンテナへのデータの流し込みが決定されると、レイアウト編集アプリケーション121は、そのレコードをレイアウトするための計算を行い、必要に応じてレイアウト調整を行う(ステップS803)。ステップS803におけるレイアウト計算の詳細については後述する。そして、レイアウト編集アプリケーション121は、ステップS803で計算されたレイアウトを表示する(ステップS804)。レイアウト編集アプリケーション121は、他のレコードについてもプレビュー表示を行うかどうかをユーザの指示により判断する(ステップS805)。ステップS805で、他のレコードについてプレビュー表示を行う必要がないと判断した場合は、プレビューモードを終了する(ステップS807)。他のレコードについてプレビュー表示を行うのであれば、レイアウト編集アプリケーション121は、他のレコードを選択して再度レイアウト計算を行い、プレビュー表示を行う(ステップS806)。   FIG. 8 shows a processing flow of automatic layout processing in the layout engine 105. First, in step S801, the preview mode is selected. When the preview mode is set, the layout editing application 121 causes the user to select a record to be previewed from the data source, and determines to flow each data of the selected record into each container (step S802). When the flow of data into each container is determined, the layout editing application 121 performs a calculation for laying out the record, and performs layout adjustment as necessary (step S803). Details of the layout calculation in step S803 will be described later. The layout editing application 121 displays the layout calculated in step S803 (step S804). The layout editing application 121 determines whether or not to perform preview display for other records based on a user instruction (step S805). If it is determined in step S805 that there is no need to perform preview display for other records, the preview mode is terminated (step S807). If preview display is performed for another record, the layout editing application 121 selects another record, performs layout calculation again, and performs preview display (step S806).

なお、プレビューモードでなく印刷モードにおいては、印刷するレコード全てについて順にレイアウトの計算を行う。したがって、ステップS804は存在せず、ステップS805は印刷するレコードを全て処理したかの判断を行う。ステップS803でレイアウト計算された結果を、描画出力し、プリンタドライバを用いて印刷データとして生成し、プリンタに印刷データが出力される。この場合、全てのレコード(印刷すべく指定された全レコード)について印刷データの出力が終了した時点で本処理を終了することになる。   In the print mode, not the preview mode, the layout is calculated in order for all the records to be printed. Accordingly, step S804 does not exist, and step S805 determines whether all records to be printed have been processed. The result of layout calculation in step S803 is rendered and generated as print data using a printer driver, and the print data is output to the printer. In this case, the process is terminated when the output of the print data is completed for all the records (all records designated to be printed).

4−2 レイアウト計算方法(詳細)
次に、上記ステップS803におけるレイアウト計算の詳細について説明する。図9は本実施形態によるレイアウトの優先順位を設定しない場合のレイアウト計算の方法を示したフローチャートである。また、図11はそのときのUI表示例を示した図である。本図はレイアウト計算の処理方法についてのみ説明するためのフローチャートであり、1レコードの印刷/プレビューモード時のレイアウト計算方法に相当する。複数レコードの場合は、下記の処理が繰り返されることになる。
4-2 Layout calculation method (details)
Next, details of layout calculation in step S803 will be described. FIG. 9 is a flowchart showing a layout calculation method when the layout priority is not set according to the present embodiment. FIG. 11 is a diagram showing a UI display example at that time. This figure is a flowchart for explaining only the layout calculation processing method, and corresponds to the layout calculation method in the print / preview mode of one record. In the case of multiple records, the following processing is repeated.

まず、レイアウト編集アプリケーション121は、レイアウトを計算するコンテナの集合を求める(ステップS901)。レイアウト計算は、リンクが設定されたコンテナを一つの集合として計算を行う。例えば図11を参照すると、ページ上に4つのコンテナがレイアウトされており、各コンテナにリンクが設定されている。この場合、コンテナAとコンテナB、そしてコンテナCとコンテナDがそれぞれリンク設定されている。したがって、コンテナA、Bが集合1、コンテナC、Dが集合2となる。すなわち、リンクによって接続されたコンテナ群を一つの集合として特定する。前述したように、1101はアンカー、1102は固定された辺、1103はコントローラー、1104は可変の辺の変化方向を示している矢印、1105は可変の辺、1106はリンク、そして1107はスライダーを示している。   First, the layout editing application 121 obtains a set of containers for calculating a layout (step S901). In the layout calculation, the containers with links set are calculated as one set. For example, referring to FIG. 11, four containers are laid out on the page, and a link is set for each container. In this case, containers A and B, and containers C and D are set as links. Therefore, containers A and B are set 1, and containers C and D are set 2. That is, the container group connected by the link is specified as one set. As described above, 1101 is an anchor, 1102 is a fixed side, 1103 is a controller, 1104 is an arrow indicating a change direction of a variable side, 1105 is a variable side, 1106 is a link, and 1107 is a slider. ing.

次に、レイアウト編集アプリケーション121は、ステップS901で求めたコンテナの集合から、レイアウトを計算するコンテナの集合を一つ選択する(ステップS902)。そして、選択したコンテナの集合について、レイアウトの計算を行う。まず、選択したコンテナの集合に含まれる可変要素である2つのコンテナ(A,B)について、流し込まれるデータのイメージサイズもしくはテキスト量から各コンテナが何も制約を受けない場合の大きさを計算する。具体的には、レイアウト編集アプリケーション121は、コンテナAがイメージデータ用コンテナであるか、テキストデータ用コンテナであるかを判断する。この判断は、前述したように、コンテナに対して設定されているコンテナ属性により判断できる。   Next, the layout editing application 121 selects one set of containers for calculating the layout from the set of containers obtained in step S901 (step S902). Then, the layout of the selected set of containers is calculated. First, for the two containers (A, B) that are variable elements included in the set of selected containers, the size when each container is not subject to any restrictions is calculated from the image size or text amount of the data to be inserted. . Specifically, the layout editing application 121 determines whether the container A is an image data container or a text data container. This determination can be made based on the container attribute set for the container as described above.

次に、レイアウト編集アプリケーション121は、コンテナAに流し込まれるデータを読み込み、コンテナAがイメージデータ用コンテナである場合は、そのイメージデータのサイズ(幅、高さのピクセル数、および解像度)がコンテナAの制約を受けない場合の大きさになる。また、コンテナAがテキストデータ用コンテナである場合は、そのテキストデータも文字数と、コンテナAのコンテナ属性で指定されているフォントタイプ、フォントサイズ、文字ピッチ、行ピッチなどの文字属性に基づいて、コンテナAに流し込まれるべきデータ量が計算される。ここで、テキストデータ用コンテナの場合は、コンテナAの縦横比が制約を考えないと決定できないため、制約を当てはめる。図11の例では、コンテナAは、左上および左下の角にアンカーが設定されているため、高さ(縦方向)が固定となる。よって、レイアウト編集アプリケーション121は、コンテナAの基本パターンとして設定されている幅(横方向)のコンテナAに、計算したデータ量(テキスト量)の文字を流し込めるか否かを判断する。   Next, the layout editing application 121 reads the data to be flowed into the container A. When the container A is an image data container, the size (number of pixels of width, height, and resolution) of the image data is the container A. This is the size when not subject to the restrictions. If the container A is a text data container, the text data is also based on the number of characters and character attributes such as the font type, font size, character pitch, and line pitch specified by the container attribute of the container A. The amount of data to be poured into container A is calculated. Here, in the case of a text data container, the constraint is applied because the aspect ratio of container A cannot be determined without considering the constraint. In the example of FIG. 11, the container A has anchors set at the upper left and lower left corners, so the height (vertical direction) is fixed. Therefore, the layout editing application 121 determines whether or not characters of the calculated data amount (text amount) can be poured into the container A having the width (horizontal direction) set as the basic pattern of the container A.

すべて流し込めると判断された場合は、コンテナAは、基本パターンで設定されているサイズ(幅、高さ)に変更はない。また、すべて流し込めないと判断された場合は、コンテナAは、アンカー設定により高さが固定であるため、横方向に伸びることになる。ここで、レイアウト編集アプリケーション121は、コンテナAの幅がどれだけになると、計算したデータ量の文字を流し込めるかを計算し、コンテナAのサイズを算出する。   If it is determined that all can be poured, the size (width, height) of the container A is not changed in the basic pattern. If it is determined that all the containers cannot be poured, the container A has a fixed height due to the anchor setting, and thus extends in the horizontal direction. Here, the layout editing application 121 calculates the size of the container A by calculating how much the width of the container A can be filled with characters of the calculated data amount.

次に、レイアウト編集アプリケーション121は、レイアウトされるコンテナのサイズが、実際のコンテンツのサイズとできる限り差が少なくなるように、レイアウトの最適化を行う(ステップS903)。レイアウトの最適化は、動的にサイズを変化することが可能なように関連付けられたコンテナにおいて、それぞれに流し込まれるコンテンツのサイズとレイアウトされるサイズとの差が、できる限り同じになるように行われる。レイアウト編集アプリケーション121は、ステップS902で算出したコンテナの集合のサイズ、つまりコンテナAとコンテナBとリンク1106(ここでは固定リンク)の合計サイズを求め、この合計サイズと、基本レイアウトにおける当該コンテナの集合のサイズ(図11の例ではコンテナAとコンテナBのそれぞれのアンカーアイコンの距離に相当する)との差を求める。コンテナAやコンテナBの幅が大きくなると前ステップで計算されている場合は、差分値が発生する。レイアウト編集アプリケーション121は、この差分値をコンテナの集合の各要素に均等に分配することでレイアウト調整を行う。   Next, the layout editing application 121 optimizes the layout so that the size of the container to be laid out is as small as possible with the actual content size (step S903). Layout optimization is performed so that the difference between the size of the content that flows into each container and the size that is laid out is the same as much as possible in the container that is associated so that the size can be dynamically changed. Is called. The layout editing application 121 obtains the size of the set of containers calculated in step S902, that is, the total size of the container A, the container B, and the link 1106 (here, a fixed link), and the total size and the set of the container in the basic layout. (Which corresponds to the distance between the anchor icons of container A and container B in the example of FIG. 11). If the width of container A or container B is increased, a difference value is generated if it is calculated in the previous step. The layout editing application 121 adjusts the layout by equally distributing the difference value to each element of the set of containers.

レイアウト編集アプリケーション121は、レイアウトの最適化を行い、制御条件に違反していた場合は、再度制御条件を違反しないように計算をする(ステップS904)。ここで記述した制御条件とは、レイアウト作成時にユーザによって設定される制限であり、コンテナのサイズの可変範囲や位置の条件、可変リンクの場合はリンクの長さの変化の制限などである。制御条件を違反しないようにレイアウトが計算されたら、その集合のレイアウトは完成される。そして、ステップS902〜S904の処理をページ上のすべての集合について施し、レイアウト編集アプリケーション121は、ページ全体のレイアウトを計算する(ステップS905)。   The layout editing application 121 optimizes the layout, and when the control condition is violated, the layout editing application 121 calculates so as not to violate the control condition again (step S904). The control conditions described here are restrictions set by the user at the time of layout creation, such as the variable range and position conditions of the container size, and the restriction on the change of the link length in the case of a variable link. If the layout is calculated so as not to violate the control conditions, the set layout is completed. Then, the processes in steps S902 to S904 are performed on all the sets on the page, and the layout editing application 121 calculates the layout of the entire page (step S905).

図10の(A)〜(C)は優先順位の設定なしでのレイアウト時のUI例である。   10A to 10C are examples of UIs at the time of layout without setting priority.

図10の(A)は、あるコンテンツのデータが流し込まれレイアウトが決定された状態を表している。1001と1002はアンカー、1003と1004は固定された辺、1005は可変の辺、1006は可変の辺の変化方向を示している矢印、1008はリンクをそれぞれ示している。この状態において、コンテンツを変更し、異なったサイズのコンテンツを流し込む。図10の(B)は(A)の状態に新しいコンテンツのサイズを重ねて示している。1009はそれぞれのコンテナに流し込まれるコンテンツのサイズを表している。そして、レイアウト計算が行われる。図10の(C)はレイアウト計算された結果を示している。レイアウト計算後の各コンテナのサイズは、実際流し込まれるコンテンツのサイズと同等に差異があるように計算され、且つ前述した制御条件を違反しないように計算される。図10の(C)で示されるように、(B)で示した流し込まれるコンテンツのサイズ(1009)とレイアウト計算後のコンテンツのサイズ(1010)は、双方において同等な差異がある。   FIG. 10A shows a state in which data of a certain content is poured and a layout is determined. 1001 and 1002 are anchors, 1003 and 1004 are fixed sides, 1005 is a variable side, 1006 is an arrow indicating the change direction of the variable side, and 1008 is a link. In this state, the content is changed and content of a different size is poured. FIG. 10B shows the size of the new content superimposed on the state of FIG. Reference numeral 1009 denotes the size of content to be poured into each container. Then, layout calculation is performed. FIG. 10C shows the result of layout calculation. The size of each container after the layout calculation is calculated so that there is a difference equivalent to the size of the content that is actually flowed, and is calculated so as not to violate the control conditions described above. As shown in FIG. 10C, the content size (1009) shown in FIG. 10B and the content size after the layout calculation (1010) have the same difference.

また図10では、レイアウト計算後の各コンテナのサイズは、実際流し込まれるコンテンツのサイズに基づいて計算しているが、図10と異なるレイアウト計算方法として、レイアウト作成時にユーザによって設定されるコンテナのサイズの可変範囲や位置の条件、さらにユーザが予め設定したコンテナのサイズおよび該コンテナに流し込まれるコンテンツデータのサイズに基づいて、レイアウト計算後に変更される該コンテナのサイズが、予め設定したコンテナのサイズ(基準値)からも、流し込まれるコンテンツのサイズからも、なるべく差異が小さくなるようにコンテナのサイズを変更し、且つ前述した制御条件を違反しないように計算するレイアウト計算方法も考えられる。簡単な例として、予め設定されたコンテナサイズおよび該コンテナに流し込まれるコンテンツサイズの中間のサイズとなるように計算する方法が挙げられる。このように、ユーザがコンテナ設定時に設定したコンテナの基準値を考慮したレイアウト計算をすることにより、予め設定された基準レイアウト情報および流し込まれるコンテンツのサイズを反映したレイアウトを作成することができ、ユーザの意図からかけ離れたレイアウトが自動的に作成されることを防げる。   In FIG. 10, the size of each container after the layout calculation is calculated based on the size of the content that is actually flown. However, as a layout calculation method different from that in FIG. 10, the container size set by the user when creating the layout is used. The size of the container to be changed after the layout calculation is determined based on the variable range and position conditions, the size of the container preset by the user and the size of the content data to be loaded into the container. A layout calculation method is also conceivable in which the size of the container is changed so as to reduce the difference as much as possible from the reference value) and the size of the content to be inserted, and calculation is performed so as not to violate the above-described control conditions. As a simple example, there is a method of calculating so as to be an intermediate size between a preset container size and a content size poured into the container. In this way, by calculating the layout in consideration of the container reference value set by the user when setting the container, a layout reflecting the preset reference layout information and the size of the content to be inserted can be created. It is possible to prevent a layout that is far from the intention of the user from being automatically created.

5.コンテナの最小値の自動設定の説明
次に本実施形態にかかるホストコンピュータ101の備えるレイアウト編集アプリケーション121の特徴的な機能である、コンテナの最小値の自動設定機能について説明する。なお本実施例は、リンクによって関連付けられているコンテナの外側同士を結んだ距離に制約がある場合、またはドキュメントテンプレートに対してレイアウトの制限が設定されている場合に有効である。例えば、レイアウトの制限として1ページ内でレイアウトをする。またはコンテナに対してこれ以上のサイズ変更を許さないアンカーが図10の1001および1002のように対になって設定されている場合など挙げられる。なお、上述した外側同士を結んだ距離の例として図12でいえばコンテナ1203の辺1212とコンテナ1204の辺1213を結んだ距離であり、その距離にはコンテナ間に設定されているリンクの長さも含まれる。なお、3つ以上のコンテナが関連付けられていた場合は、一番外側に配置されている各コンテナの外側の辺を結んだ距離が該当する。
5. Description of Automatic Container Minimum Value Setting Next, a container minimum value automatic setting function, which is a characteristic function of the layout editing application 121 included in the host computer 101 according to the present embodiment, will be described. This embodiment is effective when there is a restriction on the distance between the outsides of containers associated by links, or when a layout restriction is set for the document template. For example, layout is performed within one page as a layout restriction. Or, there may be mentioned a case where anchors that do not allow any further size change to the container are set in pairs as in 1001 and 1002 of FIG. As an example of the distance connecting the outer sides described above, in FIG. 12, the distance connecting the side 1212 of the container 1203 and the side 1213 of the container 1204 is the distance of the link set between the containers. Also included. When three or more containers are associated with each other, the distance connecting the outer sides of the containers arranged on the outermost side corresponds.

図17Aはあるコンテナのサイズ制限情報を自動設定する場合の処理の一例を示す図である。図17Aの例では、コンテナ1701とコンテナ1702が固定リンク1705で関連付けされている。また、コンテナ1701とコンテナ1703が可変リンク1704で関連付けされている。   FIG. 17A is a diagram illustrating an example of processing in the case of automatically setting size restriction information of a certain container. In the example of FIG. 17A, the container 1701 and the container 1702 are associated by a fixed link 1705. Further, the container 1701 and the container 1703 are associated by a variable link 1704.

ここで、コンテナ1701のサイズ制限情報の最大値を手動で設定するとする。まず、ユーザはサイズ制限情報の設定処理に入ることを設定する。ここで行う設定は例えばドキュメントテンプレートで所望のコンテナを選択した状態で右クリックをして、表示されたメニューから「サイズ制限情報」を選択することにより、サイズ制限情報の設定処理に入ることなどが考えられる。図17Aの例でいえば、コンテナ1701を選択した状態で、上述の「サイズ制限情報」が選択されることによりコンテナ1701に対して現在設定されているサイズ制限情報の最大値1706および最小値1721がコンテナ1701の基準値1722とは区別できるような形態で表示される。図17Aでは点線によって表示されている。   Here, it is assumed that the maximum value of the size restriction information of the container 1701 is set manually. First, the user sets to enter the size restriction information setting process. For example, the setting to be performed here may be to enter the size restriction information setting process by right-clicking with the desired container selected in the document template and selecting “size restriction information” from the displayed menu. Conceivable. In the example of FIG. 17A, the maximum value 1706 and the minimum value 1721 of the size limit information currently set for the container 1701 when the above-described “size limit information” is selected while the container 1701 is selected. Is displayed in a form that can be distinguished from the reference value 1722 of the container 1701. In FIG. 17A, it is indicated by a dotted line.

そして、選択されたコンテナ1701の最大値を設定する場合、現在表示されている最大値を示す点線1706を、図のようにユーザがマウス1710でクリックして、ドラッグする。このとき、最大値である点線1706がマウスの移動に応じてサイズ変更を行うためコンテナ1701のサイズ制限情報の最大値の設定が行われることなり、さらにマウスのドラッグによるサイズ制限情報の変更過程も表示される。また、関連付けされたコンテナ1702および1703については、コンテナ1701のサイズの最大値1706の変化が選択されているので、コンテナ1702の最小値1707およびコンテナ1703の最小値1708がコンテナ1701の最大値1706の変更に応じて、最小値のサイズはレイアウトエンジン105によりレイアウト計算がされ、点線1707および1708が表示される。そしてユーザがドラッグを止めることにより、コンテナ1701の最大値が決定される。なお、ここでいうサイズ制限情報とは各コンテナサイズの変更範囲情報の制限値である。   When setting the maximum value of the selected container 1701, the user clicks and drags the dotted line 1706 indicating the currently displayed maximum value with the mouse 1710 as shown in the figure. At this time, since the maximum value of the dotted line 1706 changes the size in accordance with the movement of the mouse, the maximum value of the size restriction information of the container 1701 is set, and the process of changing the size restriction information by dragging the mouse is also performed. Is displayed. Further, for the associated containers 1702 and 1703, since the change in the maximum value 1706 of the container 1701 is selected, the minimum value 1707 of the container 1702 and the minimum value 1708 of the container 1703 are the maximum value 1706 of the container 1701. In accordance with the change, the layout size is calculated by the layout engine 105 for the minimum size, and dotted lines 1707 and 1708 are displayed. When the user stops dragging, the maximum value of the container 1701 is determined. Note that the size limit information here is a limit value of change range information for each container size.

ここでユーザによっては、コンテナ1701のサイズ制限情報の最大値1706に応じて、関連付けられているコンテナ1702および1703のサイズ制限情報の最小値を設定する場合がある。従来であれば、コンテナ1702およびコンテナ1703のサイズの変更範囲についても、各コンテナについて手動で数値設定するものが一般的であった。しかし、それでは手間がかかり、しかもコンテナ1701がサイズの最大値まで大きくなるために、コンテナ1702および1703のサイズの最小値をどのように設定すればいいのかを視覚的に判断することができない。そこで本実施形態では、選択されたコンテナ1701のサイズ制限情報の最大値が設定された場合、関連付けられているコンテナ1702のサイズ制限情報の最小値1707およびコンテナ1703のサイズ制限情報の最小値1708のサイズが、自動で設定されるように構成している。そして、この時設定されたサイズ制限情報の最大値および最小値が図17Aの1706および1707および1708のように表示される。   Here, depending on the user, the minimum value of the size restriction information of the associated containers 1702 and 1703 may be set according to the maximum value 1706 of the size restriction information of the container 1701. Conventionally, the change range of the size of the container 1702 and the container 1703 is generally set manually for each container. However, this takes time and the container 1701 increases to the maximum size, so it is not possible to visually determine how to set the minimum size of the containers 1702 and 1703. Therefore, in this embodiment, when the maximum value of the size restriction information of the selected container 1701 is set, the minimum value 1707 of the size restriction information of the associated container 1702 and the minimum value 1708 of the size restriction information of the container 1703 are set. The size is configured to be set automatically. Then, the maximum value and the minimum value of the size restriction information set at this time are displayed as 1706, 1707, and 1708 in FIG. 17A.

なお、図17Aではコンテナ1701とコンテナ1703を関連付けるリンクに可変リンクが設定されているため、コンテナ1701のサイズの最大値をユーザがマウスで設定した時に(コンテナ1706の状態)、可変リンク1709が最大の長さである場合を想定して、最小値1708は表示される。これは、コンテナ1703のサイズが最小となるためには、関連付けられているコンテナ1701のコンテナサイズが最大であり、さらに可変リンク1704のサイズも最大の場合に、コンテナ1703は最小値になるからである。   In FIG. 17A, since a variable link is set as a link for associating the container 1701 and the container 1703, when the user sets the maximum size of the container 1701 with the mouse (the state of the container 1706), the variable link 1709 is the maximum. The minimum value 1708 is displayed on the assumption that the length is 1. This is because in order for the size of the container 1703 to be the minimum, the container size of the associated container 1701 is the maximum, and when the size of the variable link 1704 is also the maximum, the container 1703 has the minimum value. is there.

図17Bは、図17Aでコンテナ1701のサイズ制限情報の最大値を決定したあとの、レイアウト編集アプリケーションプログラム121の動作を示す図である。コンテナ1701のサイズ制限情報の最大値を決定した時(マウスの移動を止めた時)に、まずダイアログ1711が表示される。   FIG. 17B is a diagram showing an operation of the layout editing application program 121 after the maximum value of the size restriction information of the container 1701 is determined in FIG. 17A. When the maximum value of the size restriction information of the container 1701 is determined (when the movement of the mouse is stopped), a dialog 1711 is first displayed.

「OK」ボタン1712がユーザにより押された場合は、関連する全てのコンテナについて、サイズ制限情報の最小値が自動で設定される(1719)。図17Aの例でいえば、コンテナ1702のサイズ制限情報の最小値1707およびコンテナ1703のサイズ制限情報の最小値1708が設定されたこととなる。   If the “OK” button 1712 is pressed by the user, the minimum value of the size restriction information is automatically set for all related containers (1719). In the example of FIG. 17A, the minimum value 1707 of the size restriction information of the container 1702 and the minimum value 1708 of the size restriction information of the container 1703 are set.

また、「コンテナを選ぶ」ボタン1714がユーザにより押された場合、ダイアログ1716が表示される。ここでは関連するコンテナがリスト1717として表示され、ユーザが自動で最小値を設定するコンテナを選ぶことができる。図17Bの例でいえば、ユーザによりコンテナ3にチェックがつけられたため、コンテナ1703のサイズ制限情報の最小値が自動で設定される。「OK」ボタン1718をユーザが押すことで、自動で最小値を設定するコンテナが決定される。これにより、ユーザは自動で設定したいコンテナのみを選択することができる。なお、リスト表示は一例であり、「コンテナを選ぶ」ボタンが押された場合、図17Aから直接コンテナを選択するようなものであってもよい。   When the “select container” button 1714 is pressed by the user, a dialog 1716 is displayed. Here, related containers are displayed as a list 1717, and the user can select a container for automatically setting a minimum value. In the example of FIG. 17B, since the container 3 is checked by the user, the minimum value of the size restriction information of the container 1703 is automatically set. When the user presses an “OK” button 1718, a container for automatically setting a minimum value is determined. Thereby, the user can select only the container to be set automatically. The list display is an example, and when the “select container” button is pressed, the container may be directly selected from FIG. 17A.

また、「優先順位に従う」ボタン1715をユーザが押した場合は、コンテナの優先順位によって、自動で最小値が設定されるコンテナが決定される(1720)。例えば、図17Aにおいて、ユーザによって事前に以下のような優先順位の設定がされていたとする。   If the user presses the “according to priority” button 1715, the container in which the minimum value is automatically set is determined according to the priority of the container (1720). For example, in FIG. 17A, it is assumed that the following priorities are set in advance by the user.

(1)コンテナ1701よりも、コンテナ1702の方が優先順位が高い
(2)コンテナ1701よりも、コンテナ1703の方が優先順位が低い
このような設定である場合、コンテナ1703のみ自動でサイズ制限情報の最小値の設定がされる。つまり、優先順位の低いコンテナの最大値を設定した場合は、優先順位の高いコンテナについては自動で最小値の設定がされない。これにより、ユーザは優先順位を考慮してコンテナのサイズを設定したい場合でも、優先順位を意識することなく、自動で最小値の設定をすることができる。
(1) The container 1702 has a higher priority than the container 1701. (2) The container 1703 has a lower priority than the container 1701. In such a setting, only the container 1703 has size restriction information automatically. The minimum value is set. That is, when the maximum value of a container with a low priority is set, the minimum value is not automatically set for a container with a high priority. Thus, even when the user wants to set the size of the container in consideration of the priority order, the minimum value can be automatically set without being aware of the priority order.

次に最小値の自動設定処理の流れを図18A、図18Bを用いて説明する。なお、以下の処理はレイアウト編集アプリケーションプログラム121に基づいてホストコンピュータ内のプロセッサ135が処理するものである。   Next, the flow of the minimum value automatic setting process will be described with reference to FIGS. 18A and 18B. The following processing is performed by the processor 135 in the host computer based on the layout editing application program 121.

まずステップS1801において、レイアウト編集アプリケーションプログラム121が、ユーザにより、あるコンテナのサイズ制限情報の最大値を設定することが指示されたか否かを判定する。   First, in step S1801, the layout editing application program 121 determines whether or not the user has instructed to set the maximum value of the size limit information of a certain container.

図17Aの例でいえば、ユーザがコンテナ1701のサイズ制限情報の設定を行うことを指示した段階で、現在コンテナ1701に設定されているサイズ制限情報1706および1721が表示される。なお、基準値1722は予め表示されているものである。マウスによって1706が選択された場合、コンテナ1701のサイズ制限情報の最大値の設定を行うことが選択されたことになる。   In the example of FIG. 17A, the size limit information 1706 and 1721 currently set in the container 1701 are displayed when the user instructs to set the size limit information of the container 1701. The reference value 1722 is displayed in advance. When 1706 is selected with the mouse, setting of the maximum value of the size restriction information of the container 1701 is selected.

ステップS1801でYESと判定された場合、ステップS1802において、レイアウト編集アプリケーション121を構成するレイアウトエンジン105が、選択されたコンテナのサイズ制限情報の変更に応じてレイアウトを計算して、表示をする。さらに、選択されたコンテナと関連付けられているコンテナのサイズ制限情報も上述の変更に応じて最小値の変更が行われ、表示される。図17Aの例でいえば、ユーザが選択したコンテナ1701のサイズ制限情報の最大値1706をマウスを用いて変更し、その変更に応じてコンテナ1701の最大値1706の変更が行われ、表示される。また、リンクによって関連付けられているコンテナ1702のサイズ制限情報の最小値1707およびコンテナ1703のサイズ制限情報の最小値1708は、コンテナ1701のサイズ制限情報の最大値1706の変更に応じて変更が行われ、1707および1708が表示される。このとき可変リンクがある場合レイアウトエンジン105は、可変リンクの最大の長さを用いてレイアウトを計算する。これは、上述したように可変リンクによって関連付けられているコンテナのサイズが最小になる場合を表示してユーザに見せ、そのサイズを最小値として自動的に設定するためである。   If YES is determined in step S1801, in step S1802, the layout engine 105 constituting the layout editing application 121 calculates and displays a layout in accordance with the change in the size limit information of the selected container. Further, the size limit information of the container associated with the selected container is also changed and displayed in accordance with the above change. In the example of FIG. 17A, the maximum value 1706 of the size restriction information of the container 1701 selected by the user is changed using the mouse, and the maximum value 1706 of the container 1701 is changed and displayed according to the change. . Also, the minimum value 1707 of the size restriction information of the container 1702 and the minimum value 1708 of the size restriction information of the container 1703 that are associated by the link are changed according to the change of the maximum value 1706 of the size restriction information of the container 1701. , 1707 and 1708 are displayed. At this time, if there is a variable link, the layout engine 105 calculates the layout using the maximum length of the variable link. This is for displaying the case where the size of the container associated by the variable link is minimized as shown above to the user and automatically setting the size as the minimum value.

次にステップS1803において、レイアウト編集アプリケーションプログラム121が、最大値の決定がされたかどうかを判定する。NOの場合は、ステップS1802に進む。ここでは、S1802でマウスを用いてサイズ制限情報の最大値を変更していたが、そのマウスの移動が終わった時点を最大値の決定と判定しても良いし、マウスの変更が終わった時点で「コンテナのサイズ制限情報の最大値を決定しますか?」といったダイアログが表示され、「はい」が選択された場合に、最大値が決定されたと判定するような構成にしてもよい。   In step S1803, the layout editing application program 121 determines whether the maximum value has been determined. If no, the process proceeds to step S1802. Here, the maximum value of the size restriction information has been changed using the mouse in S1802, but the time when the movement of the mouse has ended may be determined as the determination of the maximum value, or the time when the mouse has been changed. A dialog such as “Do you want to determine the maximum value of container size restriction information?” Is displayed, and when “Yes” is selected, it may be determined that the maximum value has been determined.

ステップS1803でYESと判定された場合は、レイアウト編集アプリケーションプログラム121が、関連するコンテナのサイズ制限情報の最小値を設定するかどうかを指定するためのダイアログ1711を表示する。   If “YES” is determined in the step S1803, the layout editing application program 121 displays a dialog 1711 for designating whether or not to set the minimum value of the related container size restriction information.

次にステップS1805で、レイアウト編集アプリケーションプログラム121が、「OK」ボタン1712がユーザにより押されたかどうかを判定する。   In step S1805, the layout editing application program 121 determines whether the “OK” button 1712 has been pressed by the user.

ステップS1805でYESと判定された場合には、ステップS1806により、レイアウトエンジン105が、リンクによって関連付けられている全てのコンテナについてサイズ制限情報の最小値を設定する。最小値はステップS1805でYESと判定されたときの、点線のサイズとなる。図17Aの例でいえば、1707および1708である。   If YES is determined in step S1805, in step S1806, the layout engine 105 sets the minimum value of the size restriction information for all containers associated by the link. The minimum value is the size of the dotted line when YES is determined in step S1805. In the example of FIG. 17A, they are 1707 and 1708, respectively.

ステップS1805でNOと判定された場合には、ステップS1807において、レイアウト編集アプリケーションプログラム121が、「コンテナを選ぶ」ボタン1714がユーザにより押されたかどうかを判定する。   If NO is determined in step S1805, in step S1807, the layout editing application program 121 determines whether the “select container” button 1714 has been pressed by the user.

ステップS1807でYESと判定された場合には、レイアウト編集アプリケーションプログラム121が、「コンテナの選択」ダイアログ1716を表示する。   If “YES” is determined in the step S 1807, the layout editing application program 121 displays a “container selection” dialog 1716.

次にステップS1809において、レイアウト編集アプリケーションプログラム121が、ユーザが「コンテナの選択」ダイアログ1716でコンテナを選択後、「OK」ボタン1718を押したかどうかを判定する。   In step S 1809, the layout editing application program 121 determines whether the user has pressed the “OK” button 1718 after selecting the container in the “select container” dialog 1716.

ステップS1809でYESと判定された場合、ステップS1810において、レイアウトエンジン105が、ステップS1809で選択されたコンテナのサイズ制限情報について、最小値の設定をする。   If YES is determined in step S1809, the layout engine 105 sets a minimum value for the size limit information of the container selected in step S1809 in step S1810.

また、ステップS1807でNOと判定された場合には、図18Bに進み、ステップS1811において、レイアウト編集アプリケーションプログラム121が、「優先順位に従う」ボタン1715をユーザが押したかどうかを判定する。   If NO is determined in step S1807, the process proceeds to FIG. 18B. In step S1811, the layout editing application program 121 determines whether the user presses the “according to priority” button 1715.

ステップS1811でYESと判定された場合は、ステップS1812において、レイアウトエンジン105が、内部処理に必要な変数の初期化処理を行う。まず、関連するコンテナに対して、連番を割り振る。図17Aの例でいえば、コンテナ1702を「1」、コンテナ1703を「2」と割り振る。また、変数Xを1に初期化する。   If YES is determined in step S1811, the layout engine 105 performs initialization processing of variables necessary for internal processing in step S1812. First, serial numbers are assigned to related containers. In the example of FIG. 17A, the container 1702 is assigned “1”, and the container 1703 is assigned “2”. Also, the variable X is initialized to 1.

次にステップS1813において、レイアウトエンジン105が、X番目のコンテナがステップS1801で最大値の設定がされたコンテナよりも優先順位が低いかどうかを判定する。   In step S1813, the layout engine 105 determines whether the priority of the Xth container is lower than the container for which the maximum value is set in step S1801.

ステップS1813でYESと判定された場合には、レイアウトエンジン105が、X番目のコンテナについて、サイズ制限情報の最小値を設定する。   If YES is determined in step S1813, the layout engine 105 sets the minimum value of the size restriction information for the Xth container.

次にステップS1815において、レイアウトエンジン105が、全ての関連するコンテナについて処理が終了したかどうかを判定する。   Next, in step S1815, the layout engine 105 determines whether or not processing has been completed for all related containers.

ステップS1815でNOと判定された場合、つまり最大値の設定がされたコンテナよりも優先順位が高い場合は、ステップS1816でXの値に1を足す。これは次のコンテナの処理に進むためである。そしてステップS1813に進む。   If NO is determined in step S1815, that is, if the priority is higher than the container for which the maximum value is set, 1 is added to the value of X in step S1816. This is to proceed to the next container process. Then, the process proceeds to step S1813.

ステップS1815でYESと判定された場合は、レイアウトエンジン105が、処理を終了する。   If YES is determined in step S1815, the layout engine 105 ends the process.

以上の説明から明らかなように、本実施形態によれば、選択されたコンテナのサイズ制限情報の最大値を表示しながら設定することができるので、ユーザは容易に適切なサイズ制限情報を設定することが可能となり、さらに、関連するコンテナのサイズ制限情報の最小値が自動で設定されることとなり、ドキュメント上に多数のコンテナが設定されている場合でも、コンテナのサイズ制限情報の設定が自動的に行われることで設定作業の効率化が図られ、ユーザの利便性が向上する。   As is clear from the above description, according to the present embodiment, the maximum value of the size limit information of the selected container can be set while being displayed, so that the user can easily set appropriate size limit information. In addition, the minimum value of the related container size limit information is automatically set, and even when a large number of containers are set on the document, the container size limit information is automatically set. As a result, the efficiency of the setting work is improved and the convenience of the user is improved.

[第2の実施形態]
上記第1の実施形態では、あるコンテナのサイズ制限情報の最大値を設定した場合に、関連するコンテナのサイズ制限情報の最小値が自動で設定される場合について説明した。これに対して本実施形態では、あるコンテナのサイズ制限情報の最小値を設定した場合に、関連するコンテナのサイズ制限情報の最大値が自動で設定される場合について説明する。
[Second Embodiment]
In the first embodiment, the case has been described in which, when the maximum value of the size limit information of a certain container is set, the minimum value of the size limit information of the related container is automatically set. On the other hand, in the present embodiment, a case will be described in which when the minimum value of the size limit information of a certain container is set, the maximum value of the size limit information of the related container is automatically set.

図19Aはあるコンテナのサイズの最小値を設定する場合の例である。まず、ユーザは最小値の設定処理に入ることを設定する。ここで行う設定は上述と同じであるが、異なる点は表示されているサイズ制限情報の最小値を選択する点である。図19Aでいえば、コンテナ1701のサイズ制限情報の最小値1721が選択されたこととなる。そして、選択されたコンテナのサイズ制限情報の最小値を設定することが選択されたので、関連付けられているコンテナのサイズ制限情報の最大値が表示される。図19Aの例でいえばコンテナ1702のサイズ制限情報の最大値1902およびコンテナ1703のサイズ制限情報の最大値1903が表示される。この場合、コンテナ1701の最小値1721をマウス等を用いて変更すると、その変更に応じてコンテナ1702および1703について、サイズ制限情報の最大値が自動で変更される。なお、これらの変更過程も表示される。   FIG. 19A shows an example in which a minimum value of a certain container size is set. First, the user sets to enter the minimum value setting process. The setting performed here is the same as that described above, except that the minimum value of the displayed size restriction information is selected. In FIG. 19A, the minimum value 1721 of the size restriction information of the container 1701 is selected. Since setting of the minimum value of the size limit information of the selected container is selected, the maximum value of the size limit information of the associated container is displayed. In the example of FIG. 19A, the maximum value 1902 of the size restriction information of the container 1702 and the maximum value 1903 of the size restriction information of the container 1703 are displayed. In this case, when the minimum value 1721 of the container 1701 is changed using a mouse or the like, the maximum value of the size restriction information for the containers 1702 and 1703 is automatically changed according to the change. These change processes are also displayed.

このとき、1903は、可変リンク1904の長さが最小の場合で動作する。これは、コンテナ1703の最大値を表示し、そのサイズを最大値として設定するためである。   At this time, 1903 operates when the length of the variable link 1904 is minimum. This is for displaying the maximum value of the container 1703 and setting its size as the maximum value.

図19Bは、図19Aでコンテナ1701のサイズの最小値を決定したあとの、レイアウト編集アプリケーションプログラム121の動作を示す図である。コンテナ1701のサイズの最小値を決定した時に、まずダイアログ1905が表示される。   FIG. 19B is a diagram showing the operation of the layout editing application program 121 after determining the minimum size of the container 1701 in FIG. 19A. When the minimum value of the size of the container 1701 is determined, a dialog 1905 is displayed first.

ここで、「OK」ボタン1906がユーザにより押された場合は、関連する全てのコンテナについて、サイズ制限情報の最大値が自動で設定される(1913)。   Here, if the “OK” button 1906 is pressed by the user, the maximum value of the size restriction information is automatically set for all related containers (1913).

また、「コンテナを選ぶ」ボタン1908がユーザにより押された場合、ダイアログ1910が表示される。ここでは関連するコンテナがリスト1911として表示され、ユーザが自動で最大値を設定するコンテナを選ぶことができる。   When the “select container” button 1908 is pressed by the user, a dialog 1910 is displayed. Here, related containers are displayed as a list 1911, and the user can select a container for automatically setting a maximum value.

また、「優先順位に従う」ボタン1909をユーザが押した場合は、コンテナの優先順位によって、自動で最大値が設定されるコンテナが決定される(1914)。つまり、最小値を設定したコンテナと関連付けされているコンテナについて、優先順位の高いコンテナについてのみ最大値の設定が自動で設定される。   If the user presses the “according to priority” button 1909, the container in which the maximum value is automatically set is determined according to the priority of the container (1914). That is, for the container associated with the container for which the minimum value is set, the maximum value setting is automatically set only for the container having a high priority.

次に最大値の自動設定処理の流れを図20A、図20Bを用いて説明する。なお、以下の処理はレイアウト編集アプリケーションプログラム121に基づいてホストコンピュータ内のプロセッサ135が処理するものである。   Next, the flow of the maximum value automatic setting process will be described with reference to FIGS. 20A and 20B. The following processing is performed by the processor 135 in the host computer based on the layout editing application program 121.

まずステップS2001において、レイアウト編集アプリケーションプログラム121が、ユーザにより、あるコンテナのサイズ制限情報の最小値を設定することが指示されたか否かを判定する。   First, in step S2001, the layout editing application program 121 determines whether or not the user has instructed to set the minimum value of the size limit information of a certain container.

ステップS2001でYESと判定された場合、ステップS2002において、レイアウト編集アプリケーションプログラム121を構成するレイアウトエンジン105が、選択されたコンテナのサイズ制限情報の変更に応じてレイアウトを計算して、表示をする。さらに、選択されたコンテナと関連付けられているコンテナのサイズ制限情報の最大値も上述の変更に応じて変更が行われ、表示される。図19Aの例でいえば、ユーザが選択したコンテナ1701のサイズ制限情報の最小値1721を変更し、その変更に応じてリンクによって関連付けられているコンテナ1702のサイズ制限情報の最大値1902およびコンテナ1703のサイズ制限情報の最大値1903の変更が行われ、サイズ変更に応じて1902および1903も変更され、表示される。このとき可変リンクがある場合、レイアウトエンジン105は、可変リンクの最小の長さを用いてレイアウトを計算する。   If YES is determined in step S2001, in step S2002, the layout engine 105 constituting the layout editing application program 121 calculates and displays a layout in accordance with the change in the size limit information of the selected container. Further, the maximum value of the size limit information of the container associated with the selected container is also changed according to the above change and displayed. In the example of FIG. 19A, the minimum value 1721 of the size restriction information of the container 1701 selected by the user is changed, and the maximum value 1902 and the container 1703 of the size restriction information of the container 1702 associated by the link are changed according to the change. The maximum value 1903 of the size restriction information is changed, and 1902 and 1903 are also changed and displayed according to the size change. If there is a variable link at this time, the layout engine 105 calculates the layout using the minimum length of the variable link.

次にステップS2003において、レイアウト編集アプリケーションプログラム121が、ユーザにより最小値の決定がされたかどうかを判定する。NOの場合は、ステップS2002に進む。ここでは、S2002でマウスを用いてサイズ変更をしていたが、そのマウスの変更が終わった時点を最小値として決定と判定しても良いし、マウスの変更が終わった時点で「コンテナのサイズ制限情報の最小値を決定しますか?」といったダイアログが表示され、「はい」が選択された場合に、最小値が決定されたと判定するような構成にしてもよい。   In step S2003, the layout editing application program 121 determines whether the minimum value is determined by the user. If no, the process proceeds to step S2002. Here, the size is changed using the mouse in S2002. However, it may be determined that the time when the change of the mouse is completed is determined as the minimum value, or the “container size” is determined when the change of the mouse is completed. When a dialog such as “Do you want to determine the minimum value of the restriction information?” Is displayed and “Yes” is selected, it may be determined that the minimum value has been determined.

ステップS2003でYESと判定された場合は、レイアウト編集アプリケーションプログラム121が、関連するコンテナのサイズ制限情報の最大値を設定するかどうかを指定するためのダイアログ1905を表示する。   If “YES” is determined in the step S2003, the layout editing application program 121 displays a dialog 1905 for designating whether or not to set the maximum value of the related container size restriction information.

次にステップS2005で、レイアウト編集アプリケーションプログラム121が、「OK」ボタン1906がユーザにより押されたかどうかを判定する。   In step S2005, the layout editing application program 121 determines whether the “OK” button 1906 has been pressed by the user.

ステップS2005でYESと判定された場合には、ステップS2006により、レイアウトエンジン105が、リンクによって関連付けられている全てのコンテナについてサイズ制限情報の最大値を設定する。最大値はステップS2005でYESと判定されたときのサイズとなる。図19Aの例でいえば、1902および1903のサイズである。   If YES is determined in step S2005, the layout engine 105 sets the maximum value of the size restriction information for all the containers associated by the link in step S2006. The maximum value is the size when YES is determined in step S2005. In the example of FIG. 19A, the sizes are 1902 and 1903.

ステップS2005でNOと判定された場合には、ステップS2007において、レイアウト編集アプリケーションプログラム121が、「コンテナを選ぶ」ボタン1908がユーザにより押されたかどうかを判定する。   If it is determined NO in step S2005, the layout editing application program 121 determines in step S2007 whether the “select container” button 1908 has been pressed by the user.

ステップS2007でYESと判定された場合には、レイアウト編集アプリケーションプログラム121が、「コンテナの選択」ダイアログ1910を表示する。   If YES is determined in step S2007, the layout editing application program 121 displays a “container selection” dialog 1910.

次にステップS2009において、レイアウト編集アプリケーションプログラム121が、ユーザが「コンテナの選択」ダイアログ1910でコンテナを選択後、「OK」ボタン1912を押したかどうかを判定する。   Next, in step S2009, the layout editing application program 121 determines whether or not the user has pressed the “OK” button 1912 after selecting a container in the “select container” dialog 1910.

ステップS2009でYESと判定された場合、ステップS2010において、レイアウトエンジン105が、ステップS2009で選択されたコンテナについて、最大値の設定をする。   If YES is determined in step S2009, the layout engine 105 sets a maximum value for the container selected in step S2009 in step S2010.

また、ステップS2007でNOと判定された場合には、図20Bに進み、ステップS2011において、レイアウト編集アプリケーションプログラム121が、「優先順位に従う」ボタン1919をユーザが押したかどうかを判定する。   If NO is determined in step S2007, the process proceeds to FIG. 20B. In step S2011, the layout editing application program 121 determines whether the user presses the “according to priority” button 1919.

ステップS2011でYESと判定された場合は、ステップS2012において、レイアウトエンジン105が、内部処理に必要な変数の初期化処理を行う。本ステップはステップS1812と同等である。   If YES is determined in step S2011, the layout engine 105 performs initialization processing of variables necessary for internal processing in step S2012. This step is equivalent to step S1812.

次にステップS2013において、レイアウトエンジン105が、X番目のコンテナがステップS2001で最小値の変更がされたコンテナよりも優先順位が高いかどうかを判定する。   In step S2013, the layout engine 105 determines whether the Xth container has a higher priority than the container whose minimum value has been changed in step S2001.

ステップS2013でYESと判定された場合には、レイアウトエンジン105が、X番目のコンテナについて、最大値の設定をする。   If YES is determined in step S2013, the layout engine 105 sets a maximum value for the Xth container.

次にステップS2015において、レイアウトエンジン105が、全ての関連するコンテナについて処理が終了したかどうかを判定する。本処理はステップS1815と同等である。   In step S2015, the layout engine 105 determines whether the processing has been completed for all related containers. This process is equivalent to step S1815.

ステップS2015でNOと判定された場合、ステップS2016でXの値に1を足す。そしてステップS2013に進む。   When it is determined NO in step S2015, 1 is added to the value of X in step S2016. Then, the process proceeds to step S2013.

ステップS2015でYESと判定された場合は、レイアウトエンジン105が、処理を終了する。   If it is determined as YES in step S2015, the layout engine 105 ends the process.

以上の説明から明らかなように、本実施形態によれば、選択されたコンテナのサイズ制限情報の最小値を表示しながら設定することができるので、ユーザは用意に適切なサイズ制限情報を設定することが可能となり、さらに、関連するコンテナのサイズ制限情報の最小値が自動で設定されることとなり、設定作業の効率化が図られ、ドキュメント上に多数のコンテナが設定されている場合でも、コンテナのサイズ設定が自動的に行われユーザの利便性が向上する。   As is clear from the above description, according to the present embodiment, since the minimum value of the size limit information of the selected container can be set while being displayed, the user sets appropriate size limit information in preparation. In addition, the minimum value of the related container size limit information is automatically set, making the setting work more efficient, and even when many containers are set on the document, the container The size setting is automatically performed, and the convenience for the user is improved.

[第3の実施形態]
上記第2の実施形態では、あるコンテナのサイズ制限情報の最小値を設定した場合に、関連するコンテナのサイズ制限情報の最大値が自動で設定される場合について説明した。これに対して本実施形態では、あるコンテナの基準値(コンテナ設定時のサイズ)を設定した場合に、関連するコンテナの基準値が自動で設定される場合について説明する。
[Third Embodiment]
In the second embodiment, the case has been described in which the maximum value of the size limit information of a related container is automatically set when the minimum value of the size limit information of a certain container is set. On the other hand, in the present embodiment, a case will be described in which a reference value of a related container is automatically set when a reference value of a certain container (size at the time of container setting) is set.

図21Aはあるコンテナの基準値を設定する場合の例である。まずユーザは基準値の設定処理に入ることを設定する。ここで行う設定は上述した設定とほぼ同じであるが、異なる点は基準値を選択する点である。図21Aの例でいえばコンテナ1701の基準値1722が選択されたこととなる。そして、選択されたコンテナの基準値を設定することが選択されたので、関連付けられているコンテナの基準値が表示される。図21Aの例では、コンテナ1701の基準値の変更に応じて、コンテナ1702の基準値2102およびコンテナ1703の基準値2103が自動で変更され、表示される。さらに、上記の変更過程についても表示される。なお、図中の2102および2103はサイズ変更後を表している。このとき、2103は、可変リンク2104の長さが、通常な長さの場合で動作する。   FIG. 21A shows an example of setting a reference value for a certain container. First, the user sets to enter the reference value setting process. The setting performed here is almost the same as the setting described above, except that a reference value is selected. In the example of FIG. 21A, the reference value 1722 of the container 1701 is selected. Since setting of the reference value of the selected container is selected, the reference value of the associated container is displayed. In the example of FIG. 21A, the reference value 2102 of the container 1702 and the reference value 2103 of the container 1703 are automatically changed and displayed according to the change of the reference value of the container 1701. Further, the above change process is also displayed. Note that reference numerals 2102 and 2103 in FIG. At this time, 2103 operates when the length of the variable link 2104 is a normal length.

図21Bは、図21Aでコンテナ1701の基準値を決定したあとの、レイアウト編集アプリケーションプログラム121の動作を示す図である。コンテナ1701の基準値を決定した時に、まずダイアログ2105が表示される。   FIG. 21B is a diagram showing the operation of the layout editing application program 121 after the reference value of the container 1701 is determined in FIG. 21A. When the reference value of the container 1701 is determined, a dialog 2105 is displayed first.

「OK」ボタン2106がユーザにより押された場合は、関連する全てのコンテナについて、基準値が自動で設定される(2113)。   When the “OK” button 2106 is pressed by the user, the reference value is automatically set for all related containers (2113).

また、「コンテナを選ぶ」ボタン2108がユーザにより押された場合、ダイアログ2110が表示される。ここでは関連するコンテナがリスト2111として表示され、ユーザが自動で基準値を設定するコンテナを選ぶことができる。   When the “select container” button 2108 is pressed by the user, a dialog 2110 is displayed. Here, related containers are displayed as a list 2111, and the user can automatically select a container for setting a reference value.

また、「優先順位に従う」ボタン2109をユーザが押した場合は、コンテナの優先順位によって、自動で基準値が設定されるコンテナが決定される(2114)。つまり、基準値を設定したコンテナ1701と関連付けされているコンテナについて、優先順位の高いコンテナについてのみ基準値の設定が自動で設定される。   If the user presses the “according to priority” button 2109, the container in which the reference value is automatically set is determined according to the priority of the container (2114). That is, for the container associated with the container 1701 for which the reference value is set, the reference value setting is automatically set only for the container having a high priority.

次に基準値の自動設定処理の流れを図22A、図22Bを用いて説明する。なお、以下の処理はレイアウト編集アプリケーションプログラム121に基づいてホストコンピュータ内のプロセッサ135が処理するものである。   Next, the flow of the reference value automatic setting process will be described with reference to FIGS. 22A and 22B. The following processing is performed by the processor 135 in the host computer based on the layout editing application program 121.

まずステップS2201において、レイアウト編集アプリケーションプログラム121が、ユーザにより、あるコンテナの基準値が設定されたかどうかを判定する。   First, in step S2201, the layout editing application program 121 determines whether a reference value of a certain container has been set by the user.

ステップS2201でYESと判定された場合、ステップS2202において、レイアウト編集アプリケーション121を構成するレイアウトエンジン105が、選択されたコンテナの基準値の変更に応じてレイアウトを計算して、表示をする。さらに、選択されたコンテナと関連付けられているコンテナの基準値も上述の変更に応じた変更が行われ、表示される。図21Aの例でいえば、ユーザが選択したコンテナ1701の基準値1722を変更し、その変更に応じてリンクによって関連付けられているコンテナ1702の基準値2102およびコンテナ1703の基準値2103の変更が行われ、表示される。このとき可変リンクがある場合、レイアウトエンジン105は、可変リンクの基準距離を用いてレイアウトを計算する。   If YES is determined in step S2201, in step S2202, the layout engine 105 constituting the layout editing application 121 calculates and displays the layout according to the change of the reference value of the selected container. Further, the reference value of the container associated with the selected container is also changed according to the above change and displayed. In the example of FIG. 21A, the reference value 1722 of the container 1701 selected by the user is changed, and the reference value 2102 of the container 1702 and the reference value 2103 of the container 1703 associated by the link are changed according to the change. Will be displayed. If there is a variable link at this time, the layout engine 105 calculates a layout using the reference distance of the variable link.

次にステップS2203において、レイアウト編集アプリケーションプログラム121が、ユーザにより基準値の決定がされたかどうかを判定する。NOの場合は、ステップS2202に進む。ここでは、S2202でマウスを用いてサイズ変更をしていたが、そのマウスの変更が終わった時点を基準値の決定と判定しても良いし、マウスの変更が終わった時点で「コンテナの基準値を決定しますか?」といったダイアログが表示され、「はい」が選択された場合に、最大値が決定されたと判定するような構成にしてもよい。   In step S2203, the layout editing application program 121 determines whether a reference value has been determined by the user. If NO, the process advances to step S2202. Here, the size is changed using the mouse in S2202, but it may be determined that the reference value is determined when the change of the mouse is completed. A dialog such as “Do you want to determine the value?” Is displayed, and when “Yes” is selected, it may be determined that the maximum value has been determined.

ステップS2203でYESと判定された場合は、レイアウト編集アプリケーションプログラム121が、関連するコンテナの基準値を設定するかどうかを指定するためのダイアログ2105を表示する。   If “YES” is determined in the step S2203, the layout editing application program 121 displays a dialog 2105 for designating whether or not to set the reference value of the related container.

次にステップS2205で、レイアウト編集アプリケーションプログラム121が、「OK」ボタン2106がユーザにより押されたかどうかを判定する。   In step S2205, the layout editing application program 121 determines whether the “OK” button 2106 has been pressed by the user.

ステップS2205でYESと判定された場合には、ステップS2206により、レイアウトエンジン105が、リンクによって関連付けられている全てのコンテナについて基準値を設定する。基準値はステップS2204でYESと判定されたときのサイズとなる。図21Aの例でいえば、2102および2103のサイズである。   If YES is determined in step S2205, the layout engine 105 sets a reference value for all containers associated by the link in step S2206. The reference value is the size when YES is determined in step S2204. In the example of FIG. 21A, the sizes are 2102 and 2103.

ステップS2205でNOと判定された場合には、ステップS2207において、レイアウト編集アプリケーションプログラム121が、「コンテナを選ぶ」ボタン2108がユーザにより押されたかどうかを判定する。   If NO is determined in step S2205, the layout editing application program 121 determines in step S2207 whether the “select container” button 2108 has been pressed by the user.

ステップS2207でYESと判定された場合には、レイアウト編集アプリケーションプログラム121が、「コンテナの選択」ダイアログ2110を表示する。   If “YES” is determined in the step S 2207, the layout editing application program 121 displays a “container selection” dialog 2110.

次にステップS2209において、レイアウト編集アプリケーションプログラム121が、ユーザが「コンテナの選択」ダイアログ2110でコンテナを選択後、「OK」ボタン2112を押したかどうかを判定する。   In step S <b> 2209, the layout editing application program 121 determines whether the user has pressed the “OK” button 2112 after selecting a container in the “select container” dialog 2110.

ステップS2209でYESと判定された場合、ステップS2210において、レイアウトエンジン105が、ステップS2209で選択されたコンテナについて、基準値の設定をする。   If YES is determined in step S2209, in step S2210, the layout engine 105 sets a reference value for the container selected in step S2209.

また、ステップS2207でNOと判定された場合には、ステップS2211において、レイアウト編集アプリケーションプログラム121が、「優先順位に従う」ボタン2119をユーザが押したかどうかを判定する。   If NO in step S2207, the layout editing application program 121 determines in step S2211 whether the user has pressed the “according to priority” button 2119.

ステップS2211でYESと判定された場合は、図22Bに進み、ステップS2212において、レイアウトエンジン105が、内部処理に必要な変数の初期化処理を行う。本ステップはステップS1812と同等である。   If YES is determined in the step S2211, the process proceeds to FIG. 22B, and the layout engine 105 performs an initialization process of variables necessary for the internal process in a step S2212. This step is equivalent to step S1812.

次にステップS2213において、レイアウトエンジン105が、X番目のコンテナがステップS2201で基準値の変更がされたコンテナよりも優先順位が高いかどうかを判定する。   In step S2213, the layout engine 105 determines whether the Xth container has a higher priority than the container whose reference value has been changed in step S2201.

ステップS2213でYESと判定された場合には、レイアウトエンジン105が、X番目のコンテナについて、基準値の設定をする。   If YES is determined in step S2213, the layout engine 105 sets a reference value for the Xth container.

次にステップS2215において、レイアウトエンジン105が、全ての関連するコンテナについて処理が終了したかどうかを判定する。本処理はステップS1815と同等である。   In step S2215, the layout engine 105 determines whether the processing has been completed for all related containers. This process is equivalent to step S1815.

ステップS2215でNOと判定された場合、ステップS2216でXの値に1を足す。そしてステップS2213に進む。   If NO is determined in step S2215, 1 is added to the value of X in step S2216. Then, the process proceeds to step S2213.

ステップS2215でYESと判定された場合は、レイアウトエンジン105が、処理を終了する。   If YES is determined in step S2215, the layout engine 105 ends the process.

以上の説明から明らかなように、本実施形態によれば、前述したような基準レイアウトを考慮したレイアウト計算を行った場合に当初設定した基準レイアウトを変更するときに本実施例は有効である。また、1つのコンテナの基準値が決定されることで連動して関連付けられているコンテナの基準値が設定されるので設定作業の効率化が図られ、ユーザの利便性が向上する。   As is clear from the above description, according to the present embodiment, this embodiment is effective when the reference layout initially set is changed when the layout calculation considering the reference layout as described above is performed. In addition, since the reference value of the associated container is set in association with the determination of the reference value of one container, the efficiency of the setting work is improved and the convenience for the user is improved.

[第4の実施形態]
上記第1乃至第3の実施形態では、あるコンテナのサイズ制限情報の最大値または最小値またはあるコンテナの基準値を設定した場合にダイアログが表示され、ユーザが入力することにより関連するコンテナのサイズ制限情報または基準値最小値が自動で設定される例について述べた。これに対して本実施形態では、自動で設定するためのダイアログを表示するかどうかをユーザが選択できる例を述べる。
[Fourth Embodiment]
In the first to third embodiments, a dialog is displayed when the maximum value or minimum value of the size limit information of a certain container or a reference value of a certain container is set, and the size of the related container is input by the user. The example in which the limit information or the reference value minimum value is automatically set has been described. On the other hand, in the present embodiment, an example will be described in which the user can select whether or not to display a dialog for automatic setting.

第1の実施形態では、ユーザがあるコンテナのサイズ制限情報の最大値を設定した場合に、関連するコンテナのサイズ制限情報の最小値を自動で設定するかどうかを選択するダイアログ1711が必ず表示された。しかし、ユーザによっては必ずダイアログ1711が表示されるのは煩わしいと感じる場合がある。第2の実施形態におけるダイアログ1905、また第3の実施形態におけるダイアログ2105も同様である。   In the first embodiment, when the user sets the maximum value of the size limit information of a certain container, a dialog 1711 for selecting whether to automatically set the minimum value of the size limit information of the related container is always displayed. It was. However, depending on the user, it may be troublesome for the dialog 1711 to be displayed without fail. The same applies to the dialog 1905 in the second embodiment and the dialog 2105 in the third embodiment.

そこで本実施形態では、ダイアログ1711または1905または2105が表示されるかどうかをユーザが選択できる構成とした。   Therefore, in the present embodiment, the user can select whether the dialog 1711, 1905, or 2105 is displayed.

まず1つめの方法は、キーボードのある特定のキーを押した状態で、サイズ制限情報を決定したかどうかで判定する方法である。例えば第1の実施形態でいえば、ステップS1803でユーザが最大値を決定する(マウスのドラッグを止める)にあたり、キーボードの「Ctrl」キーを押した状態で決定したかどうかで判定する。つまり、ユーザが「Ctrl」キーを押した状態で決定した場合は、ダイアログ1711が表示される。一方、ユーザが「Ctrl」キーを押していない状態で最大値を決定した場合は、ダイアログ1711は表示されず、関連するコンテナについても、自動で最小値が設定されることはない。もちろん「Ctrl」キーに限る必要はなく、どのキーを割り当てるかはアプリケーションの仕様による。これにより、ユーザは必要な場合にのみダイアログ1711を表示することができるようになり、コンテナの最小値の設定作業の効率がさらに上がる。第2の実施形態のダイアログ1905、第3の実施形態のダイアログ2105についても同様である。   The first method is a method of determining whether or not the size restriction information is determined while a specific key on the keyboard is pressed. For example, in the first embodiment, when the user determines the maximum value (stops dragging the mouse) in step S1803, the determination is made based on whether the determination is performed while the “Ctrl” key on the keyboard is pressed. That is, when the user decides while pressing the “Ctrl” key, a dialog 1711 is displayed. On the other hand, when the user determines the maximum value without pressing the “Ctrl” key, the dialog 1711 is not displayed, and the related container is not automatically set to the minimum value. Of course, it is not necessary to limit to the “Ctrl” key, and which key is assigned depends on the specification of the application. As a result, the user can display the dialog 1711 only when necessary, and the efficiency of setting the minimum value of the container is further increased. The same applies to the dialog 1905 of the second embodiment and the dialog 2105 of the third embodiment.

別の方法としては、図23のようなダイアログ2301において、あらかじめユーザが設定をしておくことが考えられる。ダイアログ2301は、例えばユーザがメニュー304から指定することで表示される。チェックボックス2302により、第1の実施形態において、あるコンテナのサイズ制限情報の最大値を決定した際に、ダイアログ1711を表示させるかどうかをユーザが指定できる。同様に、チェックボックス2303により、第2の実施形態において、あるコンテナのサイズ制限情報の最小値を決定した際に、ダイアログ1905を表示させるかどうかをユーザが指定できる。同様に、チェックボックス2304により、第3の実施形態において、あるコンテナの基準値を決定した際に、ダイアログ2105を表示させるかどうかをユーザが指定できる。   As another method, it is conceivable that the user sets in advance in a dialog 2301 as shown in FIG. The dialog 2301 is displayed when the user designates from the menu 304, for example. The check box 2302 allows the user to specify whether or not to display the dialog 1711 when the maximum value of the size restriction information of a container is determined in the first embodiment. Similarly, the check box 2303 allows the user to specify whether or not to display the dialog 1905 when the minimum value of the size restriction information of a container is determined in the second embodiment. Similarly, the check box 2304 allows the user to specify whether or not to display the dialog 2105 when the reference value of a certain container is determined in the third embodiment.

以上の説明から明らかなように、本実施形態によれば、選択されたコンテナに対してリンクを介して関連付けられたコンテナのサイズ制限情報(最大値、最小値、基準値)が手動設定された場合に、該選択されたコンテナのサイズ制限情報(最小値、最大値、基準値)を自動設定するためのダイアログを表示するか否かを、ユーザが選択できる構成としたことにより、自動設定が不要な場合に、ユーザが当該ダイアログを閉じる手間が省け、設定作業の効率が更に向上することとなる。   As is clear from the above description, according to the present embodiment, the size limit information (maximum value, minimum value, reference value) of the container associated with the selected container via the link is manually set. In this case, the user can select whether or not to display a dialog for automatically setting the size restriction information (minimum value, maximum value, reference value) of the selected container. When unnecessary, it is possible to save the user from having to close the dialog and to further improve the efficiency of the setting work.

[他の実施形態]
なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェイス機器、リーダ、プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機、ファクシミリ装置など)に適用してもよい。
[Other Embodiments]
Note that the present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, and a printer), and a device (for example, a copying machine and a facsimile device) including a single device. You may apply to.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読出し実行することによっても、達成されることは言うまでもない。   Another object of the present invention is to supply a storage medium storing software program codes for implementing the functions of the above-described embodiments to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium. Needless to say, this can also be achieved by reading and executing the program code stored in the.

この場合、記憶媒体から読出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フロッピ(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のメモリカード、ROMなどを用いることができる。   As a storage medium for supplying the program code, for example, a floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, magnetic tape, nonvolatile memory card, ROM, or the like is used. be able to.

また、コンピュータが読出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)などが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) operating on the computer based on the instruction of the program code. It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included.

さらに、記憶媒体から読出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.

本発明の一実施形態にかかるホストコンピュータを備える自動レイアウトシステムの構成を示す図である。It is a figure which shows the structure of the automatic layout system provided with the host computer concerning one Embodiment of this invention. 本発明の一実施形態にかかるホストコンピュータの構成を更に詳細に示すブロック図である。It is a block diagram which shows the structure of the host computer concerning one Embodiment of this invention in detail. 本発明の一実施形態にかかるホストコンピュータを備える自動レイアウトシステムの構成を示す図である。It is a figure which shows the structure of the automatic layout system provided with the host computer concerning one Embodiment of this invention. レイアウト編集アプリケーションプログラムのメインウインドウを示す図である。It is a figure which shows the main window of a layout edit application program. レイアウト編集アプリケーションプログラムのメインウインドウを示す図である。It is a figure which shows the main window of a layout edit application program. コンテナの表示ルールを説明する図である。It is a figure explaining the display rule of a container. リンク設定の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of a link setting. リンク設定時のUIの一例を示す図である。It is a figure which shows an example of UI at the time of link setting. レイアウトエンジンによる自動レイアウト処理を示すフローチャートである。It is a flowchart which shows the automatic layout process by a layout engine. レイアウトエンジンによる自動レイアウト処理を示すフローチャートである。It is a flowchart which shows the automatic layout process by a layout engine. 自動レイアウト処理を説明するための図である。It is a figure for demonstrating an automatic layout process. 自動レイアウト処理時における、コンテナの集合について説明した図である。It is a figure explaining the collection of containers at the time of automatic layout processing. 可変リンクツールによるコンテナ配置を示す図である。It is a figure which shows the container arrangement | positioning by a variable link tool. リンク設定の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of a link setting. リンクの設定ダイアログウインドウを示す図である。It is a figure which shows the setting dialog window of a link. 固定リンクによる自動レイアウト処理結果例を示す図である。It is a figure which shows the example of an automatic layout process result by a fixed link. 可変リンクによる自動レイアウト処理結果例を示す図である。It is a figure which shows the example of an automatic layout process result by a variable link. 本発明の第1の実施形態にかかるホストコンピュータにおいてコンテナのサイズの最小値を自動設定する場合の処理の一例を示す図である。It is a figure which shows an example of the process in the case of automatically setting the minimum value of the size of a container in the host computer concerning the 1st Embodiment of this invention. コンテナのサイズの最大値を決定したあとの、レイアウト編集アプリケーションプログラムの動作を示す図である。It is a figure which shows operation | movement of a layout edit application program after determining the maximum value of the size of a container. 本発明の第1の実施形態にかかるホストコンピュータにおけるコンテナのサイズの最小値の自動設定処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the automatic setting process of the minimum value of the size of the container in the host computer concerning the 1st Embodiment of this invention. 本発明の第1の実施形態にかかるホストコンピュータにおけるコンテナのサイズの最小値の自動設定処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the automatic setting process of the minimum value of the size of the container in the host computer concerning the 1st Embodiment of this invention. 本発明の第2の実施形態にかかるホストコンピュータにおいてコンテナのサイズの最大値を自動設定する場合の処理の一例を示す図である。It is a figure which shows an example of a process in the case of automatically setting the maximum value of the size of a container in the host computer concerning the 2nd Embodiment of this invention. コンテナのサイズの最小値を決定したあとの、レイアウト編集アプリケーションプログラムの動作を示す図である。It is a figure which shows operation | movement of a layout edit application program after determining the minimum value of the size of a container. 本発明の第2の実施形態にかかるホストコンピュータにおけるコンテナのサイズの最大値の自動設定処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the automatic setting process of the maximum value of the size of the container in the host computer concerning the 2nd Embodiment of this invention. 本発明の第2の実施形態にかかるホストコンピュータにおけるコンテナのサイズの最大値の自動設定処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the automatic setting process of the maximum value of the size of the container in the host computer concerning the 2nd Embodiment of this invention. 本発明の第3の実施形態にかかるホストコンピュータにおいてコンテナの基準値を自動設定する場合の処理の一例を示す図である。It is a figure which shows an example of the process in the case of automatically setting the reference value of a container in the host computer concerning the 3rd Embodiment of this invention. コンテナの基準値を決定したあとの、レイアウト編集アプリケーションプログラムの動作を示す図である。It is a figure which shows the operation | movement of a layout edit application program after determining the reference value of a container. 本発明の第3の実施形態にかかるホストコンピュータにおけるコンテナの基準値の自動設定処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the automatic setting process of the reference value of the container in the host computer concerning the 3rd Embodiment of this invention. 本発明の第3の実施形態にかかるホストコンピュータにおけるコンテナの基準値の自動設定処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the automatic setting process of the reference value of the container in the host computer concerning the 3rd Embodiment of this invention. 本発明の第4の実施形態にかかるホストコンピュータにおける設定ダイアログウインドウを示す図である。It is a figure which shows the setting dialog window in the host computer concerning the 4th Embodiment of this invention.

符号の説明Explanation of symbols

101 ホストコンピュータ
103 ユーザインターフェース
105 レイアウトエンジン
119 データベース
121 レイアウト編集アプリケーションプログラム
132 キーボード
133 マウス
143 I/Oインタフェース
144 ビデオディスプレイ
301 アプリケーションウインドウ
303 ツールバー
313 カーソル/ポインタ
406 リンクツールボタン
407、408 オブジェクト
409 アンカーアイコン
410 固定されていない辺
412 リンク
101 Host computer 103 User interface 105 Layout engine 119 Database 121 Layout editing application program 132 Keyboard 133 Mouse 143 I / O interface 144 Video display 301 Application window 303 Toolbar 313 Cursor / pointer 406 Link tool button 407, 408 Object 409 Anchor icon 410 Fixed Unconnected side 412 link

Claims (33)

ドキュメント上に配された複数のデータ領域にコンテンツデータを流し込んだ際の該データ領域のレイアウトを、該データ領域に設定されたサイズ変更の範囲であるサイズ制限情報に基づいて制御する制御手段を備える情報処理装置において、該データ領域のサイズ制限情報に関する情報を設定するための情報処理方法であって、
前記ドキュメント上に配されたデータ領域を表示する第1表示工程と、
前記第1表示工程によって表示されたデータ領域から選択されたデータ領域に設定されているサイズ制限情報を表示する第2表示工程と、
前記第2表示工程によって表示されたサイズ制限情報を変更する変更工程と、
前記変更工程によって変更されたサイズ制限情報を前記選択されたデータ領域に対するサイズ制限情報として設定する設定工程を有し、
さらに、第2表示工程は、前記変更工程に応じて変更される前記選択されたデータ領域のサイズ制限情報の変更過程を表示することを特徴とする情報処理方法。
Control means for controlling the layout of the data area when content data is poured into a plurality of data areas arranged on the document based on size restriction information that is a range of size change set in the data area. An information processing method for setting information related to size restriction information of the data area in the information processing apparatus,
A first display step for displaying a data area arranged on the document;
A second display step of displaying size restriction information set in a data region selected from the data region displayed in the first display step;
A change step of changing the size restriction information displayed by the second display step;
A setting step of setting the size restriction information changed by the changing step as the size restriction information for the selected data area;
Furthermore, a 2nd display process displays the change process of the size restriction information of the said selected data area changed according to the said change process, The information processing method characterized by the above-mentioned.
前記変更工程は、
前記選択されたデータ領域が有するサイズ制限情報の最小値が変更された場合に、該最小値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最大値を変更し、
前記第2表示工程は、
前記変更工程において変更された前記選択されたデータ領域が有するサイズ制限情報の最小値および前記関連付けられているデータ領域が有するサイズ制限情報の最大値を表示することを特徴とする請求項1に記載の情報処理方法。
The changing step includes
When the minimum value of the size restriction information included in the selected data area is changed, the maximum value of the size restriction information included in the data area associated with the selected data area based on the change in the minimum value Change
The second display step includes
The minimum value of the size restriction information included in the selected data area changed in the changing step and the maximum value of the size restriction information included in the associated data area are displayed. Information processing method.
前記変更工程は、
前記選択されたデータ領域が有するサイズ制限情報の最大値が変更された場合に、該最大値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最小値を変更し、
前記第2表示工程は、
前記変更工程において変更された前記選択されたデータ領域が有するサイズ制限情報の最大値および前記関連付けられているデータ領域が有するサイズ制限情報の最小値を表示することを特徴とする請求項1または2に記載の情報処理方法。
The changing step includes
When the maximum value of the size limit information included in the selected data area is changed, the minimum value of the size limit information included in the data area associated with the selected data area based on the change of the maximum value Change
The second display step includes
The maximum value of the size restriction information included in the selected data area changed in the changing step and the minimum value of the size restriction information included in the associated data area are displayed. Information processing method described in 1.
前記変更工程は、
前記選択されたデータ領域が有するサイズ制限情報の基準値が変更された場合に、該基準値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域の基準値を変更し、
前記前記第2表示工程は、
前記変更工程において変更された前記選択されたデータ領域の基準値および前記関連付けられているデータ領域の基準値を表示することを特徴とする請求項1乃至3のいずれかに記載の情報処理方法。
The changing step includes
When the reference value of the size restriction information included in the selected data area is changed, the reference value of the data area associated with the selected data area is changed based on the change of the reference value,
The second display step includes
4. The information processing method according to claim 1, wherein the reference value of the selected data area changed in the changing step and the reference value of the associated data area are displayed.
前記制御手段は、予め設定された優先順位に基づいて、前記選択されたデータ領域および前記選択されたデータ領域と関連付けられたデータ領域のレイアウトを制御し、
前記変更工程は、前記選択されたデータ領域に対するサイズ制限情報の変更および前記優先順位に基づいて前記関連付けられているデータ領域のサイズ制限情報を変更することを特徴とする請求項1乃至4のいずれかに記載の情報処理方法。
The control means controls the layout of the selected data area and the data area associated with the selected data area based on a preset priority,
5. The size change information of the associated data area is changed based on the change of the size limit information for the selected data area and the priority order in the changing step. Information processing method according to crab.
前記変更工程により変更された前記選択されたデータ領域のサイズ制限情報に基づいて前記関連付けられたデータ領域のサイズ制限情報に関する情報を算出し、前記算出されたサイズ制限情報を前記関連付けられたデータ領域に対して設定するか否かについての入力を受け付ける受け付け画面を表示する表示工程を更に備え、
前記表示工程は、所定の指示に基づいて前記受け付け画面の表示または非表示を切り替えることを特徴とする請求項1乃至5のいずれかに記載の情報処理方法。
Calculating information related to the size restriction information of the associated data area based on the size restriction information of the selected data area changed by the changing step, and the calculated size restriction information is used as the associated data area; A display step of displaying an acceptance screen for accepting an input as to whether or not to set,
The information processing method according to claim 1, wherein the display step switches display or non-display of the reception screen based on a predetermined instruction.
前記変更工程は、前記ドキュメント上にある関連付けられたデータ領域の中で、外側に配された各データ領域を結んだ距離に対して制約が設定されている場合に有効であることを特徴とする請求項1乃至6のいずれかに記載の情報処理方法。 The changing step is effective when a restriction is set for a distance connecting the data areas arranged outside the associated data areas on the document. The information processing method according to claim 1. ドキュメント上に配された複数のデータ領域にコンテンツデータを流し込んだ際の該データ領域のレイアウトを、該データ領域に設定されたサイズ変更の範囲であるサイズ制限情報に基づいて制御する制御手段を備える情報処理装置において、該データ領域の基準値を設定するための情報処理方法であって、
前記ドキュメント上に配されたデータ領域を表示する第1表示工程と、
前記第1表示工程によって表示されたデータ領域から選択されたデータ領域の基準値が変更された場合に、該基準値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域の基準値を変更する基準値変更工程と、
前記基準値変更工程によって変更された基準値を表示する基準値表示工程を有することを特徴とする情報処理方法。
Control means for controlling the layout of the data area when content data is poured into a plurality of data areas arranged on the document based on size restriction information that is a range of size change set in the data area. An information processing method for setting a reference value of the data area in an information processing apparatus,
A first display step for displaying a data area arranged on the document;
When the reference value of the data area selected from the data area displayed by the first display step is changed, the reference of the data area associated with the selected data area based on the change of the reference value A reference value changing process for changing the value;
An information processing method comprising a reference value display step of displaying the reference value changed by the reference value changing step.
前記選択されたデータ領域が有するサイズ制限情報の最小値が変更された場合に、該最小値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最大値を変更することを特徴とする請求項8に記載の情報処理方法。 When the minimum value of the size restriction information included in the selected data area is changed, the maximum value of the size restriction information included in the data area associated with the selected data area based on the change in the minimum value The information processing method according to claim 8, wherein the information processing method is changed. 前記選択されたデータ領域が有するサイズ制限情報の最大値が変更された場合に、該最大値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最小値を変更することを特徴とする請求項8または9に記載の情報処理方法。 When the maximum value of the size limit information included in the selected data area is changed, the minimum value of the size limit information included in the data area associated with the selected data area based on the change of the maximum value The information processing method according to claim 8, wherein the information processing method is changed. 前記基準値変更工程は、前記ドキュメント上にある関連付けられたデータ領域の中で、外側に配された各データ領域を結んだ距離に対して制約が設定されている場合に有効であることを特徴とする請求項8乃至10のいずれかに記載の情報処理方法。 The reference value changing step is effective when a restriction is set with respect to a distance connecting the data areas arranged on the outside in the associated data areas on the document. The information processing method according to claim 8. ドキュメント上に配された複数のデータ領域にコンテンツデータを流し込んだ際の該データ領域のレイアウトを、該データ領域に設定されたサイズ変更の範囲であるサイズ制限情報に基づいて制御する制御手段を備える情報処理装置であって、
前記ドキュメント上に配されたデータ領域を表示する第1表示手段と、
前記第1表示手段によって表示されたデータ領域から選択されたデータ領域に設定されているサイズ制限情報を表示する第2表示手段と、
前記第2表示手段によって表示されたサイズ制限情報を変更する変更手段と、
前記変更手段によって変更されたサイズ制限情報を前記選択されたデータ領域に対するサイズ制限情報として設定する設定手段を有し、
さらに、第2表示手段は、前記変更手段に応じて変更される前記選択されたデータ領域のサイズ制限情報の変更過程を表示することを特徴とする情報処理装置。
Control means for controlling the layout of the data area when content data is poured into a plurality of data areas arranged on the document based on size restriction information which is a range of size change set in the data area. An information processing apparatus,
First display means for displaying a data area arranged on the document;
Second display means for displaying size restriction information set in a data area selected from the data area displayed by the first display means;
Changing means for changing the size restriction information displayed by the second display means;
Setting means for setting the size restriction information changed by the changing means as size restriction information for the selected data area;
Further, the second display means displays a changing process of the size restriction information of the selected data area that is changed according to the changing means.
前記変更手段は、
前記選択されたデータ領域が有するサイズ制限情報の最小値が変更された場合に、該最小値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最大値を変更し、
前記第2表示手段は、
前記変更手段において変更された前記選択されたデータ領域が有するサイズ制限情報の最小値および前記関連付けられているデータ領域が有するサイズ制限情報の最大値を表示することを特徴とする請求項12に記載の情報処理装置。
The changing means is
When the minimum value of the size restriction information included in the selected data area is changed, the maximum value of the size restriction information included in the data area associated with the selected data area based on the change in the minimum value Change
The second display means includes
The minimum value of the size restriction information included in the selected data area changed by the changing unit and the maximum value of the size restriction information included in the associated data area are displayed. Information processing device.
前記変更手段は、
前記選択されたデータ領域が有するサイズ制限情報の最大値が変更された場合に、該最大値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最小値を変更し、
前記第2表示手段は、
前記変更手段において変更された前記選択されたデータ領域が有するサイズ制限情報の最大値および前記関連付けられているデータ領域が有するサイズ制限情報の最小値を表示することを特徴とする請求項12または13に記載の情報処理装置。
The changing means is
When the maximum value of the size limit information included in the selected data area is changed, the minimum value of the size limit information included in the data area associated with the selected data area based on the change of the maximum value Change
The second display means includes
14. The maximum value of the size restriction information included in the selected data area changed by the changing unit and the minimum value of the size restriction information included in the associated data area are displayed. The information processing apparatus described in 1.
前記変更手段は、
前記選択されたデータ領域が有するサイズ制限情報の基準値が変更された場合に、該基準値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域の基準値を変更し、
前記前記第2表示手段は、
前記変更手段において変更された前記選択されたデータ領域の基準値および前記関連付けられているデータ領域の基準値を表示することを特徴とする請求項12乃至14のいずれかに記載の情報処理装置。
The changing means is
When the reference value of the size restriction information included in the selected data area is changed, the reference value of the data area associated with the selected data area is changed based on the change of the reference value,
The second display means includes
15. The information processing apparatus according to claim 12, wherein a reference value of the selected data area changed by the changing means and a reference value of the associated data area are displayed.
前記制御手段は、予め設定された優先順位に基づいて、前記選択されたデータ領域および前記選択されたデータ領域と関連付けられたデータ領域のレイアウトを制御し、
前記変更手段は、前記選択されたデータ領域に対するサイズ制限情報の変更および前記優先順位に基づいて前記関連付けられているデータ領域のサイズ制限情報を変更することを特徴とする請求項12乃至15のいずれかに記載の情報処理装置。
The control means controls the layout of the selected data area and the data area associated with the selected data area based on a preset priority,
16. The change means according to claim 12, wherein the change means changes the size limit information of the selected data area and changes the size limit information of the associated data area based on the priority order. An information processing apparatus according to claim 1.
前記変更手段により変更された前記選択されたデータ領域のサイズ制限情報に基づいて前記関連付けられたデータ領域のサイズ制限情報に関する情報を算出し、前記算出されたサイズ制限情報を前記関連付けられたデータ領域に対して設定するか否かについての入力を受け付ける受け付け画面を表示する表示手段を更に備え、
前記表示手段は、所定の指示に基づいて前記受け付け画面の表示または非表示を切り替えることを特徴とする請求項12乃至16のいずれかに記載の情報処理装置。
Calculating information related to the size restriction information of the associated data area based on the size restriction information of the selected data area changed by the changing means, and the calculated size restriction information is used as the associated data area; Display means for displaying an acceptance screen for accepting an input as to whether or not to set,
The information processing apparatus according to claim 12, wherein the display unit switches between displaying and hiding the reception screen based on a predetermined instruction.
前記変更手段は、前記ドキュメント上にある関連付けられたデータ領域の中で、外側に配された各データ領域を結んだ距離に対して制約が設定されている場合に有効であることを特徴とする請求項12乃至17のいずれかに記載の情報処理装置。 The changing means is effective when a restriction is set for a distance connecting each data area arranged outside the associated data area on the document. The information processing apparatus according to claim 12. ドキュメント上に配された複数のデータ領域にコンテンツデータを流し込んだ際の該データ領域のレイアウトを、該データ領域に設定されたサイズ変更の範囲であるサイズ制限情報に基づいて制御する制御手段を備える情報処理装置であって、
前記ドキュメント上に配されたデータ領域を表示する第1表示手段と、
前記第1表示手段によって表示されたデータ領域から選択されたデータ領域の基準値が変更された場合に、該基準値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域の基準値を変更する基準値変更手段と、
前記基準値変更手段によって変更された基準値を表示する基準値表示手段を有することを特徴とする情報処理装置。
Control means for controlling the layout of the data area when content data is poured into a plurality of data areas arranged on the document based on size restriction information that is a range of size change set in the data area. An information processing apparatus,
First display means for displaying a data area arranged on the document;
When the reference value of the data area selected from the data area displayed by the first display means is changed, the reference of the data area associated with the selected data area based on the change of the reference value A reference value changing means for changing the value;
An information processing apparatus comprising reference value display means for displaying a reference value changed by the reference value changing means.
前記選択されたデータ領域が有するサイズ制限情報の最小値が変更された場合に、該最小値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最大値を変更することを特徴とする請求項19に記載の情報処理装置。 When the minimum value of the size restriction information included in the selected data area is changed, the maximum value of the size restriction information included in the data area associated with the selected data area based on the change in the minimum value The information processing apparatus according to claim 19, wherein the information processing apparatus is changed. 前記選択されたデータ領域が有するサイズ制限情報の最大値が変更された場合に、該最大値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最小値を変更することを特徴とする請求項19または20に記載の情報処理装置。 When the maximum value of the size limit information included in the selected data area is changed, the minimum value of the size limit information included in the data area associated with the selected data area based on the change of the maximum value The information processing apparatus according to claim 19, wherein the information processing apparatus is changed. 前記基準値変更手段は、前記ドキュメント上にある関連付けられたデータ領域の中で、外側に配された各データ領域を結んだ距離に対して制約が設定されている場合に有効であることを特徴とする請求項19乃至21のいずれかに記載の情報処理装置。 The reference value changing means is effective when a restriction is set with respect to a distance connecting the data areas arranged on the outside in the associated data areas on the document. The information processing apparatus according to any one of claims 19 to 21. ドキュメント上に配された複数のデータ領域にコンテンツデータを流し込んだ際の該データ領域のレイアウトを、該データ領域に設定されたサイズ変更の範囲であるサイズ制限情報に基づいて制御する制御手段を備える情報処理装置において、該データ領域のサイズ制限情報に関する情報を設定するための情報処理方法をコンピュータに実行させるプログラムであって、
前記情報処理方法は、
前記ドキュメント上に配されたデータ領域を表示する第1表示工程と、
前記第1表示工程によって表示されたデータ領域から選択されたデータ領域に設定されているサイズ制限情報を表示する第2表示工程と、
前記第2表示工程によって表示されたサイズ制限情報を変更する変更工程と、
前記変更工程によって変更されたサイズ制限情報を前記選択されたデータ領域に対するサイズ制限情報として設定する設定工程を有し、
さらに、第2表示工程は、前記変更工程に応じて変更される前記選択されたデータ領域のサイズ制限情報の変更過程を表示することを特徴とするプログラム。
Control means for controlling the layout of the data area when content data is poured into a plurality of data areas arranged on the document based on size restriction information that is a range of size change set in the data area. In an information processing apparatus, a program for causing a computer to execute an information processing method for setting information related to size restriction information of the data area,
The information processing method includes:
A first display step for displaying a data area arranged on the document;
A second display step of displaying size restriction information set in a data region selected from the data region displayed in the first display step;
A change step of changing the size restriction information displayed by the second display step;
A setting step of setting the size restriction information changed by the changing step as the size restriction information for the selected data area;
Furthermore, the second display step displays a changing process of the size restriction information of the selected data area that is changed according to the changing step.
前記変更工程は、
前記選択されたデータ領域が有するサイズ制限情報の最小値が変更された場合に、該最小値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最大値を変更し、
前記第2表示工程は、
前記変更工程において変更された前記選択されたデータ領域が有するサイズ制限情報の最小値および前記関連付けられているデータ領域が有するサイズ制限情報の最大値を表示することを特徴とする請求項23に記載のプログラム。
The changing step includes
When the minimum value of the size restriction information included in the selected data area is changed, the maximum value of the size restriction information included in the data area associated with the selected data area based on the change in the minimum value Change
The second display step includes
The minimum value of the size restriction information included in the selected data area changed in the changing step and the maximum value of the size restriction information included in the associated data area are displayed. Program.
前記変更工程は、
前記選択されたデータ領域が有するサイズ制限情報の最大値が変更された場合に、該最大値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最小値を変更し、
前記第2表示工程は、
前記変更工程において変更された前記選択されたデータ領域が有するサイズ制限情報の最大値および前記関連付けられているデータ領域が有するサイズ制限情報の最小値を表示することを特徴とする請求項23または24に記載のプログラム。
The changing step includes
When the maximum value of the size limit information included in the selected data area is changed, the minimum value of the size limit information included in the data area associated with the selected data area based on the change of the maximum value Change
The second display step includes
25. The maximum value of the size restriction information included in the selected data area changed in the changing step and the minimum value of the size restriction information included in the associated data area are displayed. The program described in.
前記変更工程は、
前記選択されたデータ領域が有するサイズ制限情報の基準値が変更された場合に、該基準値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域の基準値を変更し、
前記前記第2表示工程は、
前記変更工程において変更された前記選択されたデータ領域の基準値および前記関連付けられているデータ領域の基準値を表示することを特徴とする請求項23乃至25のいずれかに記載のプログラム。
The changing step includes
When the reference value of the size restriction information included in the selected data area is changed, the reference value of the data area associated with the selected data area is changed based on the change of the reference value,
The second display step includes
The program according to any one of claims 23 to 25, wherein a reference value of the selected data area changed in the changing step and a reference value of the associated data area are displayed.
前記制御手段は、予め設定された優先順位に基づいて、前記選択されたデータ領域および前記選択されたデータ領域と関連付けられたデータ領域のレイアウトを制御し、
前記変更工程は、前記選択されたデータ領域に対するサイズ制限情報の変更および前記優先順位に基づいて前記関連付けられているデータ領域のサイズ制限情報を変更することを特徴とする請求項23乃至26のいずれかに記載のプログラム。
The control means controls the layout of the selected data area and the data area associated with the selected data area based on a preset priority,
27. The size change information of the associated data area is changed based on the change of the size restriction information for the selected data area and the priority order in the changing step. The program described in
前記変更工程により変更された前記選択されたデータ領域のサイズ制限情報に基づいて前記関連付けられたデータ領域のサイズ制限情報に関する情報を算出し、前記算出されたサイズ制限情報を前記関連付けられたデータ領域に対して設定するか否かについての入力を受け付ける受け付け画面を表示する表示工程を更に備え、
前記表示工程は、所定の指示に基づいて前記受け付け画面の表示または非表示を切り替えることを特徴とする請求項23乃至27のいずれかに記載のプログラム。
Calculating information related to the size restriction information of the associated data area based on the size restriction information of the selected data area changed by the changing step, and the calculated size restriction information is used as the associated data area; A display step of displaying an acceptance screen for accepting an input as to whether or not to set,
The program according to any one of claims 23 to 27, wherein the display step switches display or non-display of the reception screen based on a predetermined instruction.
前記変更工程は、前記ドキュメント上にある関連付けられたデータ領域の中で、外側に配された各データ領域を結んだ距離に対して制約が設定されている場合に有効であることを特徴とする請求項23乃至28のいずれかに記載のプログラム。 The changing step is effective when a restriction is set for a distance connecting the data areas arranged outside the associated data areas on the document. The program according to any one of claims 23 to 28. ドキュメント上に配された複数のデータ領域にコンテンツデータを流し込んだ際の該データ領域のレイアウトを、該データ領域に設定されたサイズ変更の範囲であるサイズ制限情報に基づいて制御する制御手段を備える情報処理装置において、該データ領域の基準値を設定するための情報処理方法をコンピュータに実行させるプログラムであって、
前記情報処理方法は、
前記ドキュメント上に配されたデータ領域を表示する第1表示工程と、
前記第1表示工程によって表示されたデータ領域から選択されたデータ領域の基準値が変更された場合に、該基準値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域の基準値を変更する基準値変更工程と、
前記基準値変更工程によって変更された基準値を表示する基準値表示工程を有することを特徴とするプログラム。
Control means for controlling the layout of the data area when content data is poured into a plurality of data areas arranged on the document based on size restriction information that is a range of size change set in the data area. In an information processing apparatus, a program for causing a computer to execute an information processing method for setting a reference value of the data area,
The information processing method includes:
A first display step for displaying a data area arranged on the document;
When the reference value of the data area selected from the data area displayed by the first display step is changed, the reference of the data area associated with the selected data area based on the change of the reference value A reference value changing process for changing the value;
A program comprising a reference value display step for displaying the reference value changed by the reference value changing step.
前記選択されたデータ領域が有するサイズ制限情報の最小値が変更された場合に、該最小値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最大値を変更することを特徴とする請求項30に記載のプログラム。 When the minimum value of the size restriction information included in the selected data area is changed, the maximum value of the size restriction information included in the data area associated with the selected data area based on the change in the minimum value The program according to claim 30, wherein the program is changed. 前記選択されたデータ領域が有するサイズ制限情報の最大値が変更された場合に、該最大値の変更に基づいて前記選択されたデータ領域と関連付けられているデータ領域が有するサイズ制限情報の最小値を変更することを特徴とする請求項30または31に記載のプログラム。 When the maximum value of the size limit information included in the selected data area is changed, the minimum value of the size limit information included in the data area associated with the selected data area based on the change of the maximum value 32. The program according to claim 30, wherein the program is changed. 前記基準値変更工程は、前記ドキュメント上にある関連付けられたデータ領域の中で、外側に配された各データ領域を結んだ距離に対して制約が設定されている場合に有効であることを特徴とする請求項30乃至32のいずれかに記載のプログラム。 The reference value changing step is effective when a restriction is set with respect to a distance connecting the data areas arranged on the outside in the associated data areas on the document. A program according to any one of claims 30 to 32.
JP2004252898A 2004-08-31 2004-08-31 Information processing apparatus, information processing method, and program Expired - Fee Related JP4241551B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004252898A JP4241551B2 (en) 2004-08-31 2004-08-31 Information processing apparatus, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004252898A JP4241551B2 (en) 2004-08-31 2004-08-31 Information processing apparatus, information processing method, and program

Publications (3)

Publication Number Publication Date
JP2006072519A true JP2006072519A (en) 2006-03-16
JP2006072519A5 JP2006072519A5 (en) 2007-01-25
JP4241551B2 JP4241551B2 (en) 2009-03-18

Family

ID=36153112

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004252898A Expired - Fee Related JP4241551B2 (en) 2004-08-31 2004-08-31 Information processing apparatus, information processing method, and program

Country Status (1)

Country Link
JP (1) JP4241551B2 (en)

Also Published As

Publication number Publication date
JP4241551B2 (en) 2009-03-18

Similar Documents

Publication Publication Date Title
JP4208858B2 (en) Layout processing method, layout processing apparatus, and layout processing program
JP4144883B2 (en) Information processing apparatus, control method therefor, and program
JP4250540B2 (en) Layout adjustment method and apparatus, and layout adjustment program
JP4241410B2 (en) Layout adjustment method and apparatus, and layout adjustment program
JP4110105B2 (en) Document processing apparatus, document processing method, and document processing program
JP4047308B2 (en) Layout processing method, information processing apparatus, and computer program
US7831909B2 (en) Information processing apparatus, control method therefor, and program with display based on change amount of field areas
JP4298642B2 (en) Layout processing method, layout processing apparatus, and layout processing program
JP4510653B2 (en) Layout determining method, apparatus and program
JP4332480B2 (en) Layout adjusting method, apparatus and program
US7373593B2 (en) Apparatus and method for automatically setting constraints within a document layout
JP2006277727A (en) Layout processing method, information processing apparatus, and computer program
JP4059504B2 (en) Document processing apparatus, document processing method, and document processing program
JP4912139B2 (en) Information processing device
JP2007048003A (en) Information processing device, its controlling method, and program
JP4111519B2 (en) Layout processing method, information processing apparatus, and computer program
JP4250577B2 (en) Information processing apparatus, information processing method, and program
JP4241551B2 (en) Information processing apparatus, information processing method, and program
JP4743909B2 (en) Information processing method and apparatus, and computer program
JP2007122487A (en) Automatic layout system
JP2007328724A (en) Document processor, document processing program and storage medium
JP2006074225A (en) Method, device and program for adjusting layout
JP2007094756A (en) Information processor, layout processing method, storage medium and program
JP2010176366A (en) Variable print system
JP2008102869A (en) Layout processing method and device

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061205

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061205

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080630

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080827

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080926

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081125

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20081215

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20081222

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

Free format text: PAYMENT UNTIL: 20120109

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4241551

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130109

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20140109

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees