public static final class PageBreakRecord.Break extends java.lang.Object implements GenericRecord
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 |
Constructor and Description |
---|
Break(int main,
int subFrom,
int subTo) |
Break(PageBreakRecord.Break other) |
Break(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getMain() |
int |
getSubFrom() |
int |
getSubTo() |
void |
serialize(LittleEndianOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericChildren, getGenericRecordType
public static final int ENCODED_SIZE
public Break(PageBreakRecord.Break other)
public Break(int main, int subFrom, int subTo)
public Break(RecordInputStream in)
public int getMain()
public int getSubFrom()
public int getSubTo()
public void serialize(LittleEndianOutput out)
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.