net.sf.jxls.transformer
Class MergedRegion

java.lang.Object
  extended by net.sf.jxls.transformer.MergedRegion

public class MergedRegion
extends java.lang.Object

Represents merged region

Author:
Leonid Vysochyn

Constructor Summary
MergedRegion(org.apache.poi.hssf.util.Region region, int index)
           
MergedRegion(org.apache.poi.hssf.util.Region region, RowCollection rowCollection)
           
 
Method Summary
 int getIndex()
           
 org.apache.poi.hssf.util.Region getRegion()
           
 RowCollection getRowCollection()
           
 void setRegion(org.apache.poi.hssf.util.Region region)
           
 void setRowCollection(RowCollection rowCollection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergedRegion

public MergedRegion(org.apache.poi.hssf.util.Region region,
                    RowCollection rowCollection)

MergedRegion

public MergedRegion(org.apache.poi.hssf.util.Region region,
                    int index)
Method Detail

getIndex

public int getIndex()

getRegion

public org.apache.poi.hssf.util.Region getRegion()

setRegion

public void setRegion(org.apache.poi.hssf.util.Region region)

getRowCollection

public RowCollection getRowCollection()

setRowCollection

public void setRowCollection(RowCollection rowCollection)


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