Class SettingsSubDocument


  • public class SettingsSubDocument
    extends java.lang.Object
    Represents the settings.xml subdocument
    • Constructor Summary

      Constructors 
      Constructor Description
      SettingsSubDocument​(java.io.InputStream inputStream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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