Writer2xhtml custom config ui + EPUB export

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@55 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2010-03-29 11:07:24 +00:00
parent a58ea7fa19
commit ce61f7bc3b
41 changed files with 1118 additions and 212 deletions

View file

@ -20,7 +20,7 @@
*
* All Rights Reserved.
*
* Version 1.2 (2010-03-15)
* Version 1.2 (2010-03-29)
*
*/
@ -142,6 +142,10 @@ public class MetaData implements writer2latex.api.MetaData {
* @return the language of the document
*/
public String getLanguage() { return sLanguage; }
public void setLanguage(String sLanguage) {
this.sLanguage = sLanguage;
}
/** <p> Get the subject of this document (may be null)</p>
* @return the subject of the document