Package org.apache.poi.hssf.record
Class PageBreakRecord.Break
java.lang.Object
org.apache.poi.hssf.record.PageBreakRecord.Break
- 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
-
Field Details
-
ENCODED_SIZE
public static final int ENCODED_SIZE- See Also:
-
main
public int main -
subFrom
public int subFrom -
subTo
public int subTo
-
-
Constructor Details
-
Break
public Break(int main, int subFrom, int subTo) -
Break
-
-
Method Details
-
serialize
-