OpenOffice.org Utility Library Code
Library modules for creating ODF documents.
Status: Beta
Brought to you by:
chiasmus1
| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2008-10-29 | chiasmus1 | [r4] Created directories for documentation and examp... |
| examples | 2009-06-02 | chiasmus1 | [r10] Testing changing background images for cells...... |
| ChangeLog | 2008-10-29 | chiasmus1 | [r7] Moved remaining examples to example directory |
| README | 2008-10-29 | chiasmus1 | [r1] Initial repo population. Using ooolib-python-0... |
| ooolib.py | 2009-06-02 | chiasmus1 | [r10] Testing changing background images for cells...... |
# ooolib-python - Python module for creating Open Document Format documents. # Copyright (C) 2006-2008 Joseph Colton # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # You can contact me by email at josephcolton@gmail.com