Package org.apache.poi.hssf.record
Class PageBreakRecord.Break
java.lang.Object
org.apache.poi.hssf.record.PageBreakRecord.Break
- All Implemented Interfaces:
GenericRecord
- Enclosing class:
PageBreakRecord
Since both records store 2byte integers (short), no point in
differentiating it in the records.
The subs (rows or columns, don't seem to be able to set but excel sets them automatically)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Field Details
-
ENCODED_SIZE
public static final int ENCODED_SIZE- See Also:
-
-
Constructor Details
-
Break
-
Break
public Break(int main, int subFrom, int subTo) -
Break
-
-
Method Details
-
getMain
public int getMain() -
getSubFrom
public int getSubFrom() -
getSubTo
public int getSubTo() -
serialize
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-