Methods' Details |
getColumnPageBreaks
- Description
- returns a sequence of descriptions of all horizontal page breaks
on the sheet.
This includes manual and automatic page breaks. To add or
remove manual breaks, use the
::com::sun::star::table::TableColumn::IsStartOfNewPage
property of the column.
- Returns
-
a sequence of structs containing column page break data.
|
|
getRowPageBreaks
- Description
- returns a sequence of descriptions of all vertical page breaks
on the sheet.
This includes manual and automatic page breaks. To add or
remove manual breaks, use the
::com::sun::star::table::TableRow::IsStartOfNewPage
property of the row.
- Returns
-
a sequence of structs containing row page break data.
|
|
removeAllManualPageBreaks
void
removeAllManualPageBreaks(); |
|
|
- Description
- removes all manual page breaks on the sheet.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.