Einhugur OpenDocument Text Plugin for Xojo

Document.Open Method

Opens OpenDocument Text document.

shared Open(
   f as FolderItem) as EinhugurODT.Document

Parameters

f
The document to be opened.

Returns

EinhugurODT.Document
Handle to the opened document or nil if opening failed.

Remarks

This function can throw InvalidArgumentException and WordException.

See Also

Document Class