public static final class PageBreakRecord.Break
extends java.lang.Object
The subs (rows or columns, don't seem to be able to set but excel sets them automatically)
Modifier and Type | Field and Description |
---|---|
static int |
ENCODED_SIZE |
int |
main |
int |
subFrom |
int |
subTo |
Constructor and Description |
---|
Break(int main,
int subFrom,
int subTo) |
Break(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
serialize(LittleEndianOutput out) |
public static final int ENCODED_SIZE
public int main
public int subFrom
public int subTo
public Break(int main, int subFrom, int subTo)
public Break(RecordInputStream in)
public void serialize(LittleEndianOutput out)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.