create a new page, using OOoBasic/Writer/InsertFile as a template.
Front page
Search
掲示板
Reload
Help
Browse Log
掲示板の使い方
OOo 掲示板3
OOo 掲示板2
OOo 掲示板
掲示板
雑談掲示板
New
List of pages
Recent changes
Backup
簡単ヘルプ
整形ルール
Start:
*ファイルの挿入 [#qb9a3122]
テキストカーソル位置にファイルを挿入。リンクではなくファ...
#contents
テキストカーソルからのみファイルを挿入できます。以下の例...
Sub insertfile_1
oDoc = ThisComponent
oText = oDoc.getText()
oEnd = oText.getEnd()
oCursor = oText.createTextCursorByRange(oEnd)
sFileURL = "file:///C:/Users/Desktop/start.odt"
oCursor.insertDocumentFromURL(sFileURL,Array())
End Sub
二番目の引数は loadComponentFromURL に利用するオプション...
End:
*ファイルの挿入 [#qb9a3122]
テキストカーソル位置にファイルを挿入。リンクではなくファ...
#contents
テキストカーソルからのみファイルを挿入できます。以下の例...
Sub insertfile_1
oDoc = ThisComponent
oText = oDoc.getText()
oEnd = oText.getEnd()
oCursor = oText.createTextCursorByRange(oEnd)
sFileURL = "file:///C:/Users/Desktop/start.odt"
oCursor.insertDocumentFromURL(sFileURL,Array())
End Sub
二番目の引数は loadComponentFromURL に利用するオプション...
Page: