org.apache.poi.hssf.record.formula
Interface AreaI

All Known Implementing Classes:
Area3DPtg, AreaNPtg, AreaPtg, AreaPtgBase

public interface AreaI

Common interface for AreaPtg and Area3DPtg, and their child classes.


Method Summary
 int getFirstColumn()
           
 int getFirstRow()
           
 int getLastColumn()
           
 int getLastRow()
           
 boolean isFirstColRelative()
           
 boolean isFirstRowRelative()
           
 boolean isLastColRelative()
           
 boolean isLastRowRelative()
           
 

Method Detail

getFirstRow

int getFirstRow()
Returns:
the first row in the area

getLastRow

int getLastRow()
Returns:
last row in the range (x2 in x1,y1-x2,y2)

getFirstColumn

int getFirstColumn()
Returns:
the first column number in the area.

getLastColumn

int getLastColumn()
Returns:
lastcolumn in the area

isFirstColRelative

boolean isFirstColRelative()
Returns:
isrelative first column to relative or not

isLastColRelative

boolean isLastColRelative()
Returns:
lastcol relative or not

isFirstRowRelative

boolean isFirstRowRelative()
Returns:
whether or not the first row is a relative reference or not.

isLastRowRelative

boolean isLastRowRelative()
Returns:
last row relative or not


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