net.sf.jooreports.opendocument
Class SettingsSubDocument

java.lang.Object
  extended by net.sf.jooreports.opendocument.SettingsSubDocument

public class SettingsSubDocument
extends java.lang.Object

Represents the settings.xml subdocument


Constructor Summary
SettingsSubDocument(java.io.InputStream inputStream)
           
 
Method Summary
 void changeSettings(java.util.Map openDocumentSettings)
           
 void save(java.io.OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsSubDocument

public SettingsSubDocument(java.io.InputStream inputStream)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

changeSettings

public void changeSettings(java.util.Map openDocumentSettings)

save

public void save(java.io.OutputStream outputStream)
          throws java.io.IOException
Throws:
java.io.IOException