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
 

Methods in net.sf.jxls.parser that return Property
 Property Expression.getCollectionProperty()
           
 Property Cell.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-2013 jXLS Team. All Rights Reserved.