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.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.