+ Add method load() to Document class in Python

This commit is contained in:
wmayer
2013-11-22 17:53:31 +01:00
parent 85f4a35b61
commit 98b8326792
2 changed files with 30 additions and 0 deletions

View File

@@ -23,6 +23,11 @@
<UserDocu>Save the document under a new name to disk</UserDocu>
</Documentation>
</Methode>
<Methode Name="load">
<Documentation>
<UserDocu>Load the document from the given path</UserDocu>
</Documentation>
</Methode>
<Methode Name="restore">
<Documentation>
<UserDocu>Restore the document from disk</UserDocu>