public class MergeCell
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
colFrom
from zero
|
int |
colTo
from zero
|
int |
rowFrom
from zero
|
int |
rowTo
from zero
|
| Constructor and Description |
|---|
MergeCell() |
| Modifier and Type | Method and Description |
|---|---|
int |
byteSize() |
void |
parseAndSet(java.lang.String ref) |
static MergeCell |
readFrom(byte[] buffer,
int offset) |
java.lang.String |
toString() |
void |
writeBytes(byte[] buffer,
int offset) |
public int rowFrom
public int rowTo
public int colFrom
public int colTo
public void parseAndSet(java.lang.String ref)
public java.lang.String toString()
toString in class java.lang.Objectpublic void writeBytes(byte[] buffer,
int offset)
public static MergeCell readFrom(byte[] buffer, int offset)
public int byteSize()