:: com :: sun :: star :: sheet ::

struct TablePageBreakData
Description
describes a page break in a spreadsheet.
See also
XSheetPageBreak
Developers Guide
Spreadsheets - Spreadsheet - Page Breaks

Elements' Summary
Position the position (column or row index) of the page break.  
ManualBreak is true for a manual page break, false for an automatic one.  
Elements' Details
Position
long Position;
Description
the position (column or row index) of the page break.
ManualBreak
boolean ManualBreak;
Description
is true for a manual page break, false for an automatic one.
Top of Page