Methods' Summary |
getPrintAreas |
returns a sequence containing all print areas of the sheet.
|
setPrintAreas |
sets the print areas of the sheet.
|
getPrintTitleColumns |
returns, whether the title columns are repeated on all subsequent
print pages to the right.
|
setPrintTitleColumns |
specifies whether the title columns are repeated on all subsequent
print pages to the right.
|
getTitleColumns |
returns the range that is specified as title columns range.
|
setTitleColumns |
specifies a range of columns as title columns range.
|
getPrintTitleRows |
returns, whether the title rows are repeated on all subsequent
print pages to the bottom.
|
setPrintTitleRows |
specifies whether the title rows are repeated on all subsequent
print pages to the bottom.
|
getTitleRows |
returns the range that is specified as title rows range.
|
setTitleRows |
specifies a range of rows as title rows range.
|
Methods' Details |
getPrintAreas
- Description
- returns a sequence containing all print areas of the sheet.
|
|
setPrintAreas
- Description
- sets the print areas of the sheet.
If none of the sheets in a document have print areas,
the whole sheets are printed. If any sheet contains print areas,
other sheets without print areas are not printed.
- Parameter aPrintAreas
-
a sequence containing all print areas for this sheet.
|
|
getPrintTitleColumns
boolean |
getPrintTitleColumns(); |
- Description
- returns, whether the title columns are repeated on all subsequent
print pages to the right.
|
|
setPrintTitleColumns
void |
setPrintTitleColumns( |
[in] boolean |
bPrintTitleColumns ); |
- Description
- specifies whether the title columns are repeated on all subsequent
print pages to the right.
- Parameter bPrintTitleColumns
-
if true , title columns are repeated on each page.
|
|
getTitleColumns
- Description
- returns the range that is specified as title columns range.
Title columns can be automatically repeated on all subsequent
print pages to the right, using
::com::sun::star::sheet::XPrintAreas::setPrintTitleColumns .
- Returns
-
the range of columns that is specified as title columns range.
|
|
setTitleColumns
- Description
- specifies a range of columns as title columns range.
The rows of the passed range are ignored.
Title columns can be automatically repeated on all subsequent
print pages to the right, using
::com::sun::star::sheet::XPrintAreas::setPrintTitleColumns .
- Parameter aTitleColumns
-
the title columns range.
|
|
getPrintTitleRows
boolean |
getPrintTitleRows(); |
- Description
- returns, whether the title rows are repeated on all subsequent
print pages to the bottom.
|
|
setPrintTitleRows
void |
setPrintTitleRows( |
[in] boolean |
bPrintTitleRows ); |
- Description
- specifies whether the title rows are repeated on all subsequent
print pages to the bottom.
- Parameter bPrintTitleRows
-
if true , title rows are repeated on each page.
|
|
getTitleRows
- Description
- returns the range that is specified as title rows range.
Title rows can be automatically repeated on all subsequent
print pages to the bootom, using
::com::sun::star::sheet::XPrintAreas::setPrintTitleRows .
- Returns
-
the range of rows that is specified as title rows range.
|
|
setTitleRows
- Description
- specifies a range of rows as title rows range.
The columns of the passed range are ignored.
Title rows can be automatically repeated on all subsequent
print pages to the bottom, using
::com::sun::star::sheet::XPrintAreas::setPrintTitleRows .
- Parameter aTitleRows
-
the title rows range.
|
|
Copyright © 2003 Sun Microsystems, Inc.