Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
 
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
 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
 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 bottom, using
 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
 XPrintAreas ::setPrintTitleRows .
  
Parameter aTitleRows  
the title rows range.
  
 
 
 
 
 
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.