Uses of Interface
org.apache.poi.xssf.model.XSSFWritableModel

Packages that use XSSFWritableModel
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
 

Uses of XSSFWritableModel in org.apache.poi.xssf.model
 

Subinterfaces of XSSFWritableModel in org.apache.poi.xssf.model
 interface XSSFChildContainingModel
          Common interface for XSSF models, which have (typically binary) children to them.
 interface XSSFModel
          Common interface for XSSF models, which deal with parts of the xssf file.
 

Methods in org.apache.poi.xssf.model that return XSSFWritableModel
 XSSFWritableModel XSSFChildContainingModel.WritableChild.getModel()
           
 

Constructors in org.apache.poi.xssf.model with parameters of type XSSFWritableModel
XSSFChildContainingModel.WritableChild(XSSFWritableModel model, XSSFRelation rel)
           
 

Uses of XSSFWritableModel in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement XSSFWritableModel
 class XSSFActiveXData
           
 



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