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

struct TablePageBreakData

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