Einhugur OpenDocument Text Plugin for Xojo

Document.Create Method

Creates new document at given location.

shared Create(
   f as FolderItem) as EinhugurODT.Document

Parameters

f
The location and name of the document.

Returns

EinhugurODT.Document
Handle to the new document or nil if creating the document failed.

Remarks

This function can throw InvalidArgumentException and ODTException.

See Also

Document Class