| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<CellRangeAddressBase.CellPosition>
org.apache.poi.ss.util.CellRangeAddressBase.CellPosition
public static enum CellRangeAddressBase.CellPosition
Indicates a cell or range is in the given relative position in a range. More than one of these may apply at once.
| Enum Constant Summary | |
|---|---|
| BOTTOMrange ending rows are equal | |
| INSIDEa cell or range is completely inside another range, without touching any edges (a cell in this position can't be in any others) | |
| LEFTrange starting columns are equal | |
| RIGHTrange ending columns are equal | |
| TOPrange starting rows are equal | |
| Method Summary | |
|---|---|
| static CellRangeAddressBase.CellPosition | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static CellRangeAddressBase.CellPosition[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final CellRangeAddressBase.CellPosition TOP
public static final CellRangeAddressBase.CellPosition BOTTOM
public static final CellRangeAddressBase.CellPosition LEFT
public static final CellRangeAddressBase.CellPosition RIGHT
public static final CellRangeAddressBase.CellPosition INSIDE
| Method Detail | 
|---|
public static CellRangeAddressBase.CellPosition[] values()
for (CellRangeAddressBase.CellPosition c : CellRangeAddressBase.CellPosition.values()) System.out.println(c);
public static CellRangeAddressBase.CellPosition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||