1.1.7. documents

1.1.7.1. class Documents

Documents.__init__()
Create the documents management object at program start.
Documents.set_active(active)

Warning

no doctring or additional documentation, too bad.

Documents.set_active_from_index(index)

Warning

no doctring or additional documentation, too bad.

Documents.new_from_path(path)

Open a document instance and make related.

path: Image path.
Documents.new_blank(width, height)

Warning

no doctring or additional documentation, too bad.

Documents.close(document)

Close a document, remove related, instance should be automatically destroyed.

document: Document instance.

Table Of Contents

Previous topic

1.1.6. document

Next topic

1.1.8. language

This Page