このページは2007年 10月 20日, 00:13に更新されました by BrigetteK

ThinkFree

From $1

This library contains functions for displaying Microsoft Office documents.  関連リンク: Extension Overview, DekiScript Overview, Extension Demos.

Assembly: mindtouch.deki.services
SID: http://services.mindtouch.com/deki/d...7/07/thinkfree

Functions:

  1. thinkfree.viewer

thinkfree.viewer(document : uri, width : num, height : num, type : str) : xml

Embed the ThinkFree viewer.

Parameters:

Name Type Description
document
uri
Document URI.
width
num
Optional.  Viewer width (default: 0.90)
height
num
Optional.  Viewer height (default: 425)
type
str
Optional.  Document type (either "write", "calc", or "show"; default: nil)

Remarks: Refer here for more information about the ThinkFree viewer.

Samples:


Output

To embed a 600 by 400 ThinkFree viewer for a word processing document:

{{ thinkfree.viewer("http://wiki.opengarden.org/@api/deki/files/1217", 600, 400, "write") }}

./ThinkFree1.JPG

To embed a 600 by 400 ThinkFree viewer for a spreadsheet:

{{ thinkfree.viewer("http://wiki.opengarden.org/@api/deki/files/1218", 600, 400, "calc") }}

./ThinkFree2.JPG

To embed a 600 by 400 ThinkFree viewer for a presentation:

{{ thinkfree.viewer("http://wiki.opengarden.org/@api/deki/files/1219", 600, 400, "show") }} 
./ThinkFree3.JPG
ファイルサイズ日付添付したユーザ 
 SampleDoc.doc
説明なし
23.5 kB2007年 10月 19日, 23:47BrigetteKアクション
 SamplePowerpoint.ppt
説明なし
8.5 kB2007年 10月 20日, 00:06BrigetteKアクション
 SampleSpreadsheet.xls
説明なし
13.5 kB2007年 10月 20日, 00:03BrigetteKアクション
 ThinkFree1.JPG
説明なし
39.95 kB2007年 10月 20日, 00:12BrigetteKアクション
 ThinkFree2.JPG
説明なし
39.5 kB2007年 10月 20日, 00:13BrigetteKアクション
 ThinkFree3.JPG
説明なし
20.81 kB2007年 10月 20日, 00:13BrigetteKアクション
コメント(0)
あなたはコメントを投稿するには ログイン しなければなりません。