public class RowHeaders extends GenericModel
| Constructor and Description | 
|---|
RowHeaders()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCellId()
Gets the cellId. 
 | 
java.lang.Long | 
getColumnIndexBegin()
Gets the columnIndexBegin. 
 | 
java.lang.Long | 
getColumnIndexEnd()
Gets the columnIndexEnd. 
 | 
Location | 
getLocation()
Gets the location. 
 | 
java.lang.Long | 
getRowIndexBegin()
Gets the rowIndexBegin. 
 | 
java.lang.Long | 
getRowIndexEnd()
Gets the rowIndexEnd. 
 | 
java.lang.String | 
getText()
Gets the text. 
 | 
java.lang.String | 
getTextNormalized()
Gets the textNormalized. 
 | 
equals, hashCode, toStringpublic java.lang.String getCellId()
public Location getLocation()
public java.lang.String getText()
public java.lang.String getTextNormalized()
public java.lang.Long getRowIndexBegin()
public java.lang.Long getRowIndexEnd()
public java.lang.Long getColumnIndexBegin()
public java.lang.Long getColumnIndexEnd()