JP2005512185A - マルチページsvg文書用ディレクトリ - Google Patents
マルチページsvg文書用ディレクトリ Download PDFInfo
- Publication number
- JP2005512185A JP2005512185A JP2003550047A JP2003550047A JP2005512185A JP 2005512185 A JP2005512185 A JP 2005512185A JP 2003550047 A JP2003550047 A JP 2003550047A JP 2003550047 A JP2003550047 A JP 2003550047A JP 2005512185 A JP2005512185 A JP 2005512185A
- Authority
- JP
- Japan
- Prior art keywords
- document
- xml
- page
- text
- directory
- 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
Links
- 230000000750 progressive effect Effects 0.000 claims description 7
- 238000009877 rendering Methods 0.000 claims description 5
- 238000012545 processing Methods 0.000 description 10
- 238000010586 diagram Methods 0.000 description 4
- 238000000034 method Methods 0.000 description 4
- 238000011161 development Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000010348 incorporation Methods 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 239000002023 wood Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/103—Formatting, i.e. changing of presentation of documents
- G06F40/114—Pagination
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
- G06F40/143—Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Document Processing Apparatus (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
本発明の分野
本発明は、マルチページSVGフォーマット形式文書(ここで、「SVG」はスケーラブルベクトルグラフィックを示す)に関するものであり、特に、各ページの位置情報を含む文書ディレクトリを定義する新規な要素タイプに関するものである。本発明は、また、このようなマルチページ文書に対するオーサリングツールばかりでなく、このような文書を閲覧するビューワに関するものである。
スケーラブルベクトルグラフィック(「SVG」)は、拡張マークアップ言語(「XML」)で2次元グラフィックを表現するための言語である。SVGは、3タイプのグラフィックオブジェクト:ベクトルグラフィック形状、画像及びテキストを許容している。SVG文書は、プレーンテキスト文書であり、これには、グラフィックオブジェクトのプレーンテキスト記述及びその属性、例えば、オブジェクトがどこに存在しているか(「URI」)あるいはオブジェクトをどのように描画するかを記述するテキストを含んでいる。テキストは、開始タグとそれに伴う終了タグによって定められ、これらのタグは、総じて、「要素タイプ」として知られている。例としては、「タイトル」要素タイプは、開始タグ<title>と終了タグ</title>を有するテキストを定義することができるが、いくつかの要素タイプは、1行に先頭及び終了タグを含む場合がある。
本発明の目的は、SVG文書内の各ページの位置に関する情報を少なくとも含む文書ディレクトリ構造を有する、文書ディレクトリ構造を定義する要素タイプを提供することである。SVG文書内の各ページ内の位置を判定できることにより、ビューワは、現在のページの画像を描画するために必要とされる位置のみを解析するだけで済む。
図1は、本発明に従う画像ベースの色域マッピングを行うコンピュータ装置10の外観図である。コンピュータ装置10は、ホストプロセッサ11を含み、これは、パーソナルコンピュータ(以下、「PC」)を有し、好ましくは、マイクロソフトウインドウズ、Xウインドウズあるいはマッキントッシュオペレーティングシステムのようなウインドウオペレーティングシステムを搭載していることが好ましい。コンピュータ装置10とともに提供されるものには、ディスプレイ画面14を有するカラーモニター12、テキストデータ及びユーザコマンドを入力するためのキーボード15、ポインティングデバイス16がある。ポインティングデバイス16は、ディスプレイ画面14上に表示されるオブジェクトを指示し、選択して操作するためのマウスであることが好ましい。
上述の内容は、文書ディレクトリに対する要素の概要説明を示している。好適なDTDの完全な構成は、以下のようになっており、かつこれは、SVG文書に対してW3Cによって提供されるDTDを拡張するために使用される。
<!ATTLIST docDirectoryExists
offset %Integer; #REQUIRED>
<!ELEMENT pageStart EMPTY>
<!ATTLIST pageStart>
<!ELEMENT pageEnd EMPTY>
<!ATTLIST pageEnd>
<!ELEMENT docDirectoryTable EMPTY>
<!ATTLIST docDirectoryTable
offset %Integer; #REQUIRED
byteCount %Integer; #REQUIRED >
<!ELEMENT docDirectoryDefs EMPTY>
<!ATTLIST docDirectoryDefs
offset %Integer; #REQUIRED
byteCount %Integer; #REQUIRED >
<!ELEMENT docResources EMPTY>
<!ATTLIST docResources
offset %Integer; #REQUIRED
byteCount %Integer; #REQUIRED >
<!ELEMENT directoryTableList (docDirectoryDefs, docResources*)>
<!ATTLIST directoryTableList>
<!ELEMENT docPageDir (docPageInfo+) >
<!ATTLIST docPageDir>
<!ELEMENT docThumbnailDir (docThumbnailInfo*) >
<!ATTLIST docThumbnailDir>
<!ELEMENT docPageInfo EMPTY>
<!ATTLIST docPageInfo
pageNumber %Integer; #REQUIRED
offset %Integer; #REQUIRED
byteCount %Integer; #REQUIRED
width %Length; #REQUIRED
height %Length; #REQUIRED
color (true | false) #IMPLIED >
<!ELEMENT docThumbnailInfo (image)>
<!ATTLIST docThumbnailInfo
pageNumber %Integer; #REQUIRED >
<!ELEMENT docAttributes EMPTY>
<!ATTLIST docAttributes
author CDATA #IMPLIED
creationDate CDATA #IMPLIED
modifiedDate CDATA #IMPLIED
title CDATA #IMPLIED
subject CDATA #IMPLIED
lastSavedBy CDATA #IMPLIED
revisionNumber CDATA #IMPLIED
applicationName CDATA #IMPLIED
companyName CDATA #IMPLIED
lastViewedDate CDATA #IMPLIED
lastViewedBy CDATA #IMPLIED
keywords CDATA #IMPLIED
originalFileName CDATA #IMPLIED >
<!ELEMENT docDirectoryInfo (docPageDir, docThumbnailDir, docAttributes) >
<!ATTLIST docDirectoryInfo
pageCount %Integer; #REQUIRED >
要素のより完全な定義は、以下で示される。
docDirectoryExists(文書ディレクトリ既存)要素は、SVG文書ファイルがディレクトリ情報を含んでいることを示し、docDirectoryTable(文書ディレクトリテーブル)要素の位置(ファイルの末尾からのバイトオフセット)を特定する。
<!Element docDirectoryExists EMPTY>
<!ATTLIST docDirectoryExists
offset %Integer; #REQUIRED >
offset = "<integer>": 文書ファイルの末尾からdocDirectoryTable要素までのバイトオフセット
docDirectoryTable(文書ディレクトリテーブル)要素は、directoryTableList(ディレクトリテーブルリスト)要素の位置(ファイルの末尾からのバイトオフセット)及びサイズ(バイト数)を特定する。
<!ATTLIST docDirectoryTable
offset %Integer; #REQUIRED
byteCount %Integer; #REQUIRED >
offset = "<integer>": 文書ファイルの末尾からdirectoryTableList(ディレクトリテーブルリスト)要素までのバイトオフセット。値ストリングは、下位からゼロが埋められた4桁。
byteCount = "<integer>": バイト内のdirectoryTableList(ディレクトリテーブルリスト)要素の長さ。値ストリングは、下位からゼロが埋められた4桁。
directoryTableList(ディレクトリテーブルリスト)要素は、ゼロあるいはそれ以上のdocResources(文書リソース)要素に続く1つのdocDirectoryDefs(文書ディレクトリ定義)要素を含んでいる。
<!Element directoryTableList (docDirectoryDefs, docResources*)>
<!ATTLIST directoryTableList>
docDirectoryDefs(文書ディレクトリ定義)要素は、directoryTableInfo(ディレクトリテーブル情報)要素の位置(ファイルの先頭からのバイトオフセット)及びサイズ(バイト数)を特定する。
<!ATTLIST docDirectoryDefs
offset %Integer; #REQUIRED
byteCount %Integer; #REQUIRED >
offset = "<integer>": 文書ファイルの先頭からdocDirectoryInfo(文書ディレクトリ情報)要素までのバイトオフセット。
byteCount = "<integer>": バイト内のdirectoryDefinitions(ディレクトリ定義)要素の長さ。
docResources(文書リソース)要素は、マルチページを参照するSVG定義(フォント定義、defs(定義)要素等に組み込まれる)の位置(ファイルの先頭からのバイトオフセット)及びサイズ(バイト数)を特定する。
<!ATTLIST docResources
offset %Integer; #REQUIRED
byteCount %Integer; #REQUIRED >
offset = "<integer>": 文書ファイルの先頭から共有リソース定義の先頭までのバイトオフセット
byteCount = "<integer>": バイト内の共有リソース定義の長さ。
docDirectoryInfo(文書ディレクトリ情報)要素は、SVG文書内のページ数を特定し、かつ必要なdocPageDir(文書ページディレクトリ)要素を含んでいる。この要素は、オプションのdocThumbnailDir(文書サムネイルディレクトリ)及びdocAttributes(文書属性)要素を含んでいても良い。
docAttributes?)>
<!ATTLIST docDirectoryInfo
pageCount %Integer; #REQUIRED >
pageCount = "<integer>": SVG文書内のページ数
docAttributes(文書属性)要素は、SVG文書情報キーの値を特定する。
<!ATTLIST docAttributes
author CDATA #IMPLIED
creationDate CDATA #IMPLIED
modifiedDate CDATA #IMPLIED
title CDATA #IMPLIED
subject CDATA #IMPLIED
lastSavedBy CDATA #IMPLIED
revisionNumber CDATA #IMPLIED
applicationName CDATA #IMPLIED
companyName CDATA #IMPLIED
lastViewedDate CDATA #IMPLIED
lastViewedBy CDATA #IMPLIED
keywords CDATA #IMPLIED
originalFileName CDATA #IMPLIED >
author = "<cdata>": 文書作者名
creationDate = "<cdata>": 「年/月/日時:分:秒」のフォーマットを使用して生成された文書の日時
modifiedDate = "<cdata>": 文書最終変更日
title = "<cdata>": 文書のタイトル
subject = "<cdata>": 文書のサブジェクト
lastSavedBy = "<cdata>": 文書最終変更日の固有の名前
revisionNumber = "<cdata>": 文書リビジョン番号
applicationName = "<cdata>": SVG文書を生成したアプリケーション名
companyName = "<cdata>": 文書を生成した企業名
lastViewedDate = "<cdata>": 文書の最終閲覧日
lastViewedBy = "<cdata>": 文書の最終閲覧日の固有の名前
keywords = "<cdata>": 文書検索キーワード
originalFileName = "<cdata>": 文書のオリジナルファイル名
docPageDir(文書ページディレクトリ)要素は、SVG文書内の各ページに対する1つのdocPageInfo(文書ページ情報)要素を含んでいる。
<!ATTLIST docPageDir>
docThumbnailDir(文書サムネイルディレクトリ)要素は、SVG文書内に存在する各ページサムネールに対する1つのdocThumbnailInfo(文書サムネイル情報)要素を含んでいる。
<!ATTLIST docThumbnailDir>
docPageInfo(文書ページ情報)要素は、SVG文書のページ数、ページの位置(ファイルの先頭からのバイトオフセット)及びサイズ(バイト数)を特定する。オプションの色属性は、ページが、白、黒あるいはグレー(指定がない場合、デフォルトはfalse)以外の色を使用しているかどうかを特定する。
<!ATTLIST docPageInfo
pageNumber %Integer; #REQUIRED
offset %Integer; #REQUIRED
byteCount %Integer; #REQUIRED
width %Length; #REQUIRED
height %Length; #REQUIRED
color (true | false) #IMPLIED >
pageNumber = "<integer>": この要素を記述するページ数。第1ページは1となる。
offset = "<integer>": 文書ファイルからpageStart要素までのバイトオフセット
byteCount = "<integer>": バイト内のページ定義要素の長さ。
width = "<length>": 例えば、pt, cm, or inのような標準単位識別子にオプションとして続く実際の数のフォーマットのページ幅。
height = "<length >": 例えば、pt, cm, or inのような標準単位識別子にオプションとして続く実際の数のフォーマットのページ高。
color = "<true | false>": ページが白、黒あるいはグレー以外の色を使用しているかどうかを示す。
docThumbnailInfo(文書サムネイル情報)要素は、ページサムネイルに対するグラフィックの定義を含んでいる。必要とされるpageNumber(ページ数)属性は、サムネイル表現のSVG文書ページのページ数を特定する。
<!ATTLIST docThumbnailInfo
pageNumber %Integer; #REQUIRED >
pageNumber = "<integer>": この要素を定義するサムネイルに対するページ数。第1ページは1となる。
複数ページからなるSVGベース文書の例を以下に示す。2ページからなり、第1ページはテキストだけの「ページ1」で、第2ページは、テキストだけの「ページ2」であるとする。SVGベース文書は、クリップパス(clip path)の形態のグローバルリソースを含み、また、本発明に従うディレクトリ情報を含んでいる。
<!-- Canon SVG Driver Copyright (C) 2001 Canon Inc. -->
<svg width="612pt" height="792pt">
<docDirectoryExists offset="59"/>
<defs> <!-- SVG: commonly used clippath -->
<clipPath id="clipPath0">
<rect x="21.3" y="482.4" width="18.25" height="7.57"/>
</clipPath>
</defs>
<text x="15.0" y="16.6">Page one</text>
. . .
<text x="15.0" y="16.6">Page two</text>
. . .
<docDirectoryInfo pageCount="2">
<docPageDir>
<docPageInfo pageNumber="1" offset="308"
byteCount="1235" width="612.000pt"
height="792.000pt"/>
<docPageInfo pageNumber="2" offset="1543"
byteCount="2357" width="8.5in" height="11in"
color="true"/>
</docPageDir>
<docThumbnailDir>
<docThumbnailInfo pageNumber="1">
<image x="0" y="0" width="18" height="23"
xlink:href="data:image/png;base64,. . . . . . . " />
</docThumbnailInfo>
</docThumbnailDir>
<docAttributes author="Loren Wood"
creationDate="2001/11/28 17:05:43"
title="SVG Document Directory Element Definitions"
revisionNumber="0.10"
.
. />
</docDirectoryInfo>
<directoryTableList>
<docDirectoryDefs offset="3900" byteCount="423"/>
<docResources offset="163" byteCount="145"/>
</directoryTableList>
<docDirectoryTable offset="0204" byteCount="0145"/>
</svg>
図3は、本発明に従うディレクトリ情報を有するマルチページSVG文書を含むSVG文書の解析、描画及び表示時のSVGビューワ47の動作を示すフロー図である。
Claims (24)
- 少なくともベクトルグラフィック形状、画像及びテキストそれぞれを定義する複数の要素タイプによって定められるテキストを含むXMLベース文書において、各要素タイプは、開始タグと対応する終了タグを有し、これらは、前記複数の要素タイプに対するルールを定義する文書タイプ定義に集約的に適合し、
前記XMLベース文書は、複数のページとページ情報テキストを含み、前記ページ情報テキストは、前記複数のページそれぞれの前記XMLベース文書内の位置を定義するページ情報要素タイプによって定められる
ことを特徴とするXMLベース文書。 - 前記ページ情報テキストを含むページディレクトリテキストを更に備え、前記ページディレクトリテキストは、前記複数のページのそれぞれに対して少なくとも1つのページ情報要素を含むページディレクトリ要素タイプによって定められている
ことを特徴とする請求項1に記載のXMLベース文書。 - 前記ページディレクトリテキストを含むディレクトリ情報テキストを更に備え、前記ディレクトリ情報テキストは、前記複数のページの数を特定し、かつ前記ページディレクトリ要素を含むディレクトリ情報要素タイプによって定められている
ことを特徴とする請求項2に記載のXMLベース文書。 - 前記ディレクトリ情報テキストは、更に、前記複数のページそれぞれに対するグラフィックを定義するサムネイル情報テキストを含み、前記サムネイル情報テキストは、サムネイル情報要素タイプによって定められている
ことを特徴とする請求項3に記載のXMLベース文書。 - 前記サムネイル情報テキストを含み、かつサムネイルディレクトリ要素タイプによって定められているサムネイルディレクトリテキストを更に備える
ことを特徴とする請求項4に記載のXMLベース文書。 - 文書属性要素タイプによって定められ、かつ前記XMLベース文書の属性を特定する文書属性テキストを更に備える
ことを特徴とする請求項3に記載のXMLベース文書。 - 前記XMLベース文書内のページで使用されるリソースに対するXMLベース文書内の位置ポインタを特定する文書リソーステキストを更に備える
ことを特徴とする請求項1に記載のXMLベース文書。 - 前記文書リソーステキストと、少なくとも前記ページ情報テキストの間接的な参照を含むディレクトリテーブルリスト要素を更に備える
ことを特徴とする請求項7に記載のXMLベース文書。 - 文書ディレクトリテーブルタイプによって定められ、かつ前記ディレクトリテーブルリストテキストの位置情報を提供する文書ディレクトリテーブルテキストを更に備える
ことを特徴とする請求項8に記載のXMLベース文書。 - 前記ページ情報テキストは、前記XMLベース文書に記憶される文書ディレクトリ情報に含まれる
ことを特徴とする請求項1に記載のXMLベース文書。 - 前記文書ディレクトリ情報は、前記XMLベース文書の末尾あるいはその近傍に記憶される
ことを特徴とする請求項10に記載のXMLベース文書。 - ディレクトリ既存要素タイプによって定められるディレクトリ既存要素を更に備え、前記ディレクトリ既存要素は、前記文書ディレクトリ情報の位置を直接的にあるいは間接的に定義し、前記ディレクトリ既存要素は、前記XMLベース文書の先頭あるいはその近傍に配置される
ことを特徴とする請求項11に記載のXMLベース文書。 - 前記XMLベース文書は、SVGベース文書からなる
ことを特徴とする請求項1に記載のXMLベース文書。 - XMLベース文書に対するオーサリングツールであって、前記XMLベース文書は、少なくともベクトルグラフィック形状、画像及びテキストそれぞれを定義する複数の要素タイプによって定められるテキストを含み、各要素タイプは、開始タグと対応する終了タグを有し、これらは、前記複数の要素タイプに対するルールを定義する文書タイプ定義に集約的に適合し、
前記オーサリングツールは、
前記XMLベース文書内の複数のページに対するテキストを生成する手段と、
前記複数のページそれぞれの前記XMLベース文書内の位置を定義するページ情報要素タイプによって定められるページ情報テキストを生成する手段と
を備えることを特徴とするオーサリングツール。 - 請求項1乃至13のいずれか1項に記載のXMLベース文書に対するオーサリングツール。
- 前記オーサリングツールは、プリンタドライバからなる
ことを特徴とする請求項15に記載のXMLベース文書。 - 前記オーサリングツールは、スタンドアローンアプリケーションからなる
ことを特徴とする請求項15に記載のXMLベース文書。 - 前記オーサリングツールは、アプケーションプログラムのプラグインである
ことを特徴とする請求項15に記載のXMLベース文書。 - XMLベース文書に対するビューワであって、前記XMLベース文書は、少なくともベクトルグラフィック形状、画像及びテキストそれぞれを定義する複数の要素タイプによって定められるテキストを含み、各要素タイプは、開始タグと対応する終了タグを有し、これらは、前記複数の要素タイプに対するルールを定義する文書タイプ定義に集約的に適合し、
前記ビューワは、
現在のページのユーザ選択を受信する手段と、
前記選択された現在のページと、前記現在のページの前記ページ情報テキストに基づいて、前記XMLベース文書内のテキストを解析する手段と、
前記解析されたテキストに基づいて、前記現在のページの画像を描画する手段と
を備えることを特徴とするビューワ。 - 前記描画する手段は、前記現在のページの前記画像と、該現在のページの隣接ページの画像をプログレッシブで描画する
ことを特徴とする請求項19に記載のビューワ。 - 請求項1乃至13のいずれか1項に記載のXMLベース文書に対するビューワであって、前記ビューワは、閲覧中のページと、前記ページ情報テキストに基づいて、前記XMLベース文書を解析することで、前記現在のページを描画し表示する
ことを特徴とするビューワ。 - 前記ビューワは、スタンドアローンアプリケーションからなる
ことを特徴とする請求項21に記載のビューワ。 - 前記ビューワは、アプリケーションプログラムのプラグインである
ことを特徴とする請求項21に記載のビューワ。 - 前記現在のページ及びその隣接ページは、プログレッシブで表示される
ことを特徴とする請求項21に記載のビューワ。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/004,447 US7055092B2 (en) | 2001-12-05 | 2001-12-05 | Directory for multi-page SVG document |
PCT/US2002/038840 WO2003048922A1 (en) | 2001-12-05 | 2002-12-05 | Directory for multi-page svg document |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2005512185A true JP2005512185A (ja) | 2005-04-28 |
JP2005512185A5 JP2005512185A5 (ja) | 2005-12-22 |
JP4290011B2 JP4290011B2 (ja) | 2009-07-01 |
Family
ID=21710850
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003550047A Expired - Fee Related JP4290011B2 (ja) | 2001-12-05 | 2002-12-05 | ビューワ装置及びその制御方法、プログラム |
Country Status (6)
Country | Link |
---|---|
US (1) | US7055092B2 (ja) |
EP (1) | EP1451675A4 (ja) |
JP (1) | JP4290011B2 (ja) |
CN (1) | CN1602463B (ja) |
AU (1) | AU2002353057A1 (ja) |
WO (1) | WO2003048922A1 (ja) |
Families Citing this family (39)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7443401B2 (en) * | 2001-10-18 | 2008-10-28 | Microsoft Corporation | Multiple-level graphics processing with animation interval generation |
US7619633B2 (en) * | 2002-06-27 | 2009-11-17 | Microsoft Corporation | Intelligent caching data structure for immediate mode graphics |
US6919891B2 (en) | 2001-10-18 | 2005-07-19 | Microsoft Corporation | Generic parameterization for a scene graph |
US7161599B2 (en) * | 2001-10-18 | 2007-01-09 | Microsoft Corporation | Multiple-level graphics processing system and method |
US7064766B2 (en) | 2001-10-18 | 2006-06-20 | Microsoft Corporation | Intelligent caching data structure for immediate mode graphics |
GB2388002B (en) * | 2002-04-26 | 2004-05-12 | Oracle Int Corp | Graphical modelling system |
US7228501B2 (en) * | 2002-11-01 | 2007-06-05 | Microsoft Corporation | Method for selecting a font |
US7417645B2 (en) * | 2003-03-27 | 2008-08-26 | Microsoft Corporation | Markup language and object model for vector graphics |
US7088374B2 (en) * | 2003-03-27 | 2006-08-08 | Microsoft Corporation | System and method for managing visual structure, timing, and animation in a graphics processing system |
US7486294B2 (en) * | 2003-03-27 | 2009-02-03 | Microsoft Corporation | Vector graphics element-based model, application programming interface, and markup language |
US7126606B2 (en) | 2003-03-27 | 2006-10-24 | Microsoft Corporation | Visual and scene graph interfaces |
US7466315B2 (en) * | 2003-03-27 | 2008-12-16 | Microsoft Corporation | Visual and scene graph interfaces |
US7511718B2 (en) * | 2003-10-23 | 2009-03-31 | Microsoft Corporation | Media integration layer |
JP2007536634A (ja) | 2004-05-04 | 2007-12-13 | フィッシャー−ローズマウント・システムズ・インコーポレーテッド | プロセス制御システムのためのサービス指向型アーキテクチャ |
US20060077443A1 (en) * | 2004-10-08 | 2006-04-13 | Sharp Laboratories Of America, Inc. | Methods and systems for imaging device display coordination |
US7415666B2 (en) * | 2005-03-04 | 2008-08-19 | Microsoft Corporation | Method and system for navigating paginated content in page-based increments |
US20070016592A1 (en) * | 2005-07-12 | 2007-01-18 | International Business Machines Corporation | Enabling real time decoration for customized topology displays |
US7880738B2 (en) | 2005-07-14 | 2011-02-01 | Molsoft Llc | Structured documents and systems, methods and computer programs for creating, producing and displaying three dimensional objects and other related information in those structured documents |
US7890881B1 (en) * | 2005-07-29 | 2011-02-15 | Adobe Systems Incorporated | Systems and methods for a fold preview |
US7403951B2 (en) * | 2005-10-07 | 2008-07-22 | Nokia Corporation | System and method for measuring SVG document similarity |
US8566711B1 (en) * | 2005-11-14 | 2013-10-22 | Adobe Systems Incorporated | Document views |
CN100465960C (zh) * | 2006-02-23 | 2009-03-04 | 珠海金山软件股份有限公司 | 一种优化的svg演示放映方法 |
US7962895B2 (en) * | 2006-07-20 | 2011-06-14 | Oracle America, Inc. | Language for binding scalable vector graphics elements to java classes |
US20080055315A1 (en) * | 2006-09-05 | 2008-03-06 | Dale Ducharme | Method and System to Establish and Animate a Coordinate System for Content on a Display |
US8881039B2 (en) | 2009-03-13 | 2014-11-04 | Fisher-Rosemount Systems, Inc. | Scaling composite shapes for a graphical human-machine interface |
US20110126113A1 (en) * | 2009-11-23 | 2011-05-26 | c/o Microsoft Corporation | Displaying content on multiple web pages |
US9727293B1 (en) * | 2010-12-21 | 2017-08-08 | Amazon Technologies, Inc. | Method and apparatus for paginating electronic documents |
CN103518195B (zh) | 2011-03-10 | 2016-09-28 | J·瑞卡鲍格 | 用于基于矢量的表格字段文档的设备、系统和方法 |
US9563971B2 (en) | 2011-09-09 | 2017-02-07 | Microsoft Technology Licensing, Llc | Composition system thread |
US8902307B2 (en) | 2011-11-15 | 2014-12-02 | Mitutoyo Corporation | Machine vision system editing environment for a part program in which a continuous stream of image acquisition operations are performed during a run mode |
US9223306B2 (en) | 2011-11-15 | 2015-12-29 | Mitutoyo Corporation | System and method utilizing an editing initialization block in a part program editing environment in a machine vision system |
US8957960B2 (en) | 2011-11-15 | 2015-02-17 | Mitutoyo Corporation | Machine vision system program editing environment including real time context generation features |
US9167215B2 (en) | 2011-11-15 | 2015-10-20 | Mitutoyo Corporation | Machine vision system editing environment for a part program in which a continuous stream of image acquisition operations are performed during a run mode |
US9013574B2 (en) | 2011-11-15 | 2015-04-21 | Mitutoyo Corporation | Machine vision system program editing environment including synchronized user interface features |
CN103631474A (zh) * | 2012-08-28 | 2014-03-12 | 鸿富锦精密工业(深圳)有限公司 | 图形移动控制系统及方法 |
USD757813S1 (en) * | 2013-04-04 | 2016-05-31 | Nuglif Inc. | Display screen with interactive interface |
USD757764S1 (en) * | 2013-09-03 | 2016-05-31 | Samsung Electronics Co., Ltd. | Display screen or portion thereof with graphical user interface |
USD771655S1 (en) * | 2013-12-19 | 2016-11-15 | Cisco Technology, Inc. | Display screen with graphical user interface |
CN113792238A (zh) * | 2021-09-16 | 2021-12-14 | 山石网科通信技术股份有限公司 | Svg图像的处理方法及装置、存储介质和处理器 |
Family Cites Families (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5185698A (en) * | 1989-02-24 | 1993-02-09 | International Business Machines Corporation | Technique for contracting element marks in a structured document |
US5113341A (en) * | 1989-02-24 | 1992-05-12 | International Business Machines Corporation | Technique for creating and expanding element marks in a structured document |
US5887133A (en) * | 1997-01-15 | 1999-03-23 | Health Hero Network | System and method for modifying documents sent over a communications network |
JPH08147445A (ja) | 1994-11-16 | 1996-06-07 | Canon Inc | 文書管理方法及びそれを実現する文書処理装置 |
US5926824A (en) * | 1994-11-16 | 1999-07-20 | Canon Kabushiki Kaisha | System and method for retrieving a document by inputting a desired attribute and the number of areas in which the attribute occurs as a retrieval condition |
US5737599A (en) * | 1995-09-25 | 1998-04-07 | Rowe; Edward R. | Method and apparatus for downloading multi-page electronic documents with hint information |
US6161126A (en) * | 1995-12-13 | 2000-12-12 | Immersion Corporation | Implementing force feedback over the World Wide Web and other computer networks |
US5999912A (en) * | 1996-05-01 | 1999-12-07 | Wodarz; Dennis | Dynamic advertising scheduling, display, and tracking |
US6544295B1 (en) * | 1996-11-18 | 2003-04-08 | Starfish Software, Inc. | Methods for managing preferred internet sites in a computer system having a browser |
US6209036B1 (en) * | 1997-06-06 | 2001-03-27 | International Business Machines Corporation | Management of and access to information and other material via the world wide web in an LDAP environment |
US5987482A (en) * | 1997-09-08 | 1999-11-16 | International Business Machines Corporation | Computer system and method of displaying hypertext documents with internal hypertext link definitions |
US6088707A (en) * | 1997-10-06 | 2000-07-11 | International Business Machines Corporation | Computer system and method of displaying update status of linked hypertext documents |
US6138129A (en) * | 1997-12-16 | 2000-10-24 | World One Telecom, Ltd. | Method and apparatus for providing automated searching and linking of electronic documents |
US6453078B2 (en) * | 1998-08-28 | 2002-09-17 | Eastman Kodak Company | Selecting, arranging, and printing digital images from thumbnail images |
US6564251B2 (en) * | 1998-12-03 | 2003-05-13 | Microsoft Corporation | Scalable computing system for presenting customized aggregation of information |
JP2000312290A (ja) | 1999-04-27 | 2000-11-07 | Canon Inc | データ処理方法及び装置及び記憶媒体 |
EP1045315A3 (en) * | 1999-04-13 | 2011-03-02 | Canon Kabushiki Kaisha | Data processing method and apparatus |
CN1205529C (zh) * | 1999-06-30 | 2005-06-08 | 西尔弗布鲁克研究股份有限公司 | 用于协作文档标记的方法和系统 |
US20020049961A1 (en) * | 1999-08-23 | 2002-04-25 | Shao Fang | Rule-based personalization framework |
US6721727B2 (en) * | 1999-12-02 | 2004-04-13 | International Business Machines Corporation | XML documents stored as column data |
US6510434B1 (en) * | 1999-12-29 | 2003-01-21 | Bellsouth Intellectual Property Corporation | System and method for retrieving information from a database using an index of XML tags and metafiles |
US6665659B1 (en) * | 2000-02-01 | 2003-12-16 | James D. Logan | Methods and apparatus for distributing and using metadata via the internet |
US6810429B1 (en) * | 2000-02-03 | 2004-10-26 | Mitsubishi Electric Research Laboratories, Inc. | Enterprise integration system |
JP2001273520A (ja) * | 2000-03-23 | 2001-10-05 | Famotik Ltd | マルチメディアドキュメント統合表示システム |
WO2001090912A1 (en) * | 2000-05-25 | 2001-11-29 | Qmgn, Inc. | Enhanced downloading from a computer network and profiling of a user of a computer network |
US7210099B2 (en) * | 2000-06-12 | 2007-04-24 | Softview Llc | Resolution independent vector display of internet content |
US6606620B1 (en) * | 2000-07-24 | 2003-08-12 | International Business Machines Corporation | Method and system for classifying semi-structured documents |
US7584413B2 (en) * | 2000-09-12 | 2009-09-01 | Canon Kabuhsiki Kaisha | Electronic document binder builder |
JP3664475B2 (ja) * | 2001-02-09 | 2005-06-29 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 情報処理方法、情報処理システム、プログラムおよび記録媒体 |
US6542911B2 (en) * | 2001-03-01 | 2003-04-01 | Sun Microsystems, Inc. | Method and apparatus for freeing memory from an extensible markup language document object model tree active in an application cache |
US20020163545A1 (en) * | 2001-05-01 | 2002-11-07 | Hii Samuel S. | Method of previewing web page content while interacting with multiple web page controls |
US20030076365A1 (en) * | 2001-10-18 | 2003-04-24 | Robert Sesek | Preview and postview thumbnails |
-
2001
- 2001-12-05 US US10/004,447 patent/US7055092B2/en not_active Expired - Fee Related
-
2002
- 2002-12-05 CN CN02824527XA patent/CN1602463B/zh not_active Expired - Fee Related
- 2002-12-05 JP JP2003550047A patent/JP4290011B2/ja not_active Expired - Fee Related
- 2002-12-05 EP EP02790026A patent/EP1451675A4/en not_active Withdrawn
- 2002-12-05 WO PCT/US2002/038840 patent/WO2003048922A1/en active Application Filing
- 2002-12-05 AU AU2002353057A patent/AU2002353057A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
CN1602463A (zh) | 2005-03-30 |
AU2002353057A1 (en) | 2003-06-17 |
JP4290011B2 (ja) | 2009-07-01 |
EP1451675A1 (en) | 2004-09-01 |
WO2003048922A1 (en) | 2003-06-12 |
US7055092B2 (en) | 2006-05-30 |
CN1602463B (zh) | 2012-03-14 |
EP1451675A4 (en) | 2009-11-04 |
US20030126557A1 (en) | 2003-07-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4290011B2 (ja) | ビューワ装置及びその制御方法、プログラム | |
US20190073342A1 (en) | Presentation of electronic information | |
JP4344693B2 (ja) | ブラウザの文書編集のためのシステムおよびその方法 | |
US9484006B2 (en) | Manipulation of textual content data for layered presentation | |
EP0838932A1 (en) | Method and apparatus for fixed canvas presentations using HTML | |
CN100356372C (zh) | 计算机版式文件生成方法和打开方法 | |
US20090150769A1 (en) | Method and arrangement for paginating and previewing xhtml/html formatted information content | |
US7240281B2 (en) | System, method and program for printing an electronic document | |
US20100195131A1 (en) | Information processing apparatus, and print control method | |
JP4945813B2 (ja) | 印刷構造化文書 | |
JP2006350867A (ja) | 文書処理装置、文書処理方法、プログラム及び情報記録媒体 | |
JP2006114012A (ja) | 電子文書への最適アクセス | |
JP2000222394A (ja) | 文書管理装置及びその文書管理方法並びにその制御プログラムを記録した記録媒体 | |
US20090144158A1 (en) | System And Method For Enabling Viewing Of Documents Not In HTML Format | |
JP2009134741A (ja) | データ処理方法 | |
KR20050052421A (ko) | 동적 열람이 가능한 전자 문서의 제작 및 열람 방법 | |
US20140250360A1 (en) | Visual merge utility | |
TW201416884A (zh) | 字型發布系統及字型發布方法 | |
US20060242571A1 (en) | Systems and methods for processing derivative featurees in input files | |
JP5707937B2 (ja) | 電子文書変換装置及び電子文書変換方法 | |
JP2005063243A (ja) | 情報処理装置、プログラム及びコンピュータ読み取り可能な記録媒体 | |
JP4013748B2 (ja) | 文書生成装置 | |
JP4148029B2 (ja) | 文書処理装置 | |
JP7480560B2 (ja) | 文章抽出装置及びプログラム | |
JP5414615B2 (ja) | 情報処理装置、情報処理方法、およびプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20051017 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20051212 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20060207 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20060227 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20060425 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20060428 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20061211 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20070209 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20070302 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090217 |
|
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: 20090331 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120410 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130410 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130410 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140410 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |