open
Opens a document from a file path using default settings.
Return
A new Document instance representing the opened document.
Parameters
file Path
The path to the document file to open.
Opens a document from a file path using specified settings.
Return
A new Document instance representing the opened document.
Parameters
file Path
The path to the document file to open.
settings
The settings to use when opening the document.