Uses of Class
net.sf.jxls.parser.Property

Packages that use Property
net.sf.jxls.parser   
net.sf.jxls.transformer   
 

Uses of Property in net.sf.jxls.parser
 

Fields in net.sf.jxls.parser declared as Property
(package private)  Property Expression.collectionProperty
           
 

Methods in net.sf.jxls.parser that return Property
 Property Cell.getCollectionProperty()
           
 Property Expression.getCollectionProperty()
           
 

Methods in net.sf.jxls.parser with parameters of type Property
 void Cell.setCollectionProperty(Property collectionProperty)
           
 

Uses of Property in net.sf.jxls.transformer
 

Methods in net.sf.jxls.transformer that return Property
 Property RowCollection.getCollectionProperty()
           
 

Constructors in net.sf.jxls.transformer with parameters of type Property
RowCollection(Property property)
           
RowCollection(Property collectionProperty, int dependentRowNumber)
           
RowCollection(Row parentRow, Property collectionProperty, int dependentRowNumber)
           
 



Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.