struct TablePageBreakData in module com::sun::star::sheet::

(Global Index)

Syntax

struct TablePageBreakData;

Description

describes a page break.

Field Summary

Position the position of the page break.

ManualBreak is true for a manual page break, false for an automatic one.

Field Details



Position

Syntax

long Position;

Description

the position of the page break.


ManualBreak

Syntax

boolean ManualBreak;

Description

is true for a manual page break, false for an automatic one.

Top of Page