org.apache.poi.xssf.model
Interface XSSFWritableModel

All Known Subinterfaces:
XSSFChildContainingModel, XSSFModel
All Known Implementing Classes:
XSSFActiveXData

public interface XSSFWritableModel

A very stripped down XSSF models interface, which only allows writing out. Normally only used with the children of a XSSFChildContainingModel. Most proper models will go for XSSFModel instead of this one. XSSFRelation needs classes to implement this, so that it can write them out.


Method Summary
 void writeTo(java.io.OutputStream out)
          Write to the supplied OutputStream, with default options
 

Method Detail

writeTo

void writeTo(java.io.OutputStream out)
             throws java.io.IOException
Write to the supplied OutputStream, with default options

Throws:
java.io.IOException


Copyright 2009 The Apache Software Foundation or its licensors, as applicable.