Difference between revisions of "Documentation/DevGuide/Spreadsheets/Sheet Outline"
From Apache OpenOffice Wiki
		< Documentation | DevGuide
		
		
| OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/Spreadsheet Documents) | OOoWikiBot (talk | contribs)  m (FINAL VERSION FOR L10N) | ||
| Line 5: | Line 5: | ||
| |NextPage=Documentation/DevGuide/Spreadsheets/Detective | |NextPage=Documentation/DevGuide/Spreadsheets/Detective | ||
| }} | }} | ||
| − | {{DISPLAYTITLE:Sheet Outline}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}  | 
| + |  {{DISPLAYTITLE:Sheet Outline}} | ||
| <!--<idltopic>com.sun.star.sheet.XSheetOutline</idltopic>---> | <!--<idltopic>com.sun.star.sheet.XSheetOutline</idltopic>---> | ||
| The spreadsheet interface <idl>com.sun.star.sheet.XSheetOutline</idl> contains all the methods to control the row and column outlines of a spreadsheet: | The spreadsheet interface <idl>com.sun.star.sheet.XSheetOutline</idl> contains all the methods to control the row and column outlines of a spreadsheet: | ||
Latest revision as of 10:32, 14 May 2009
 
The spreadsheet interface com.sun.star.sheet.XSheetOutline contains all the methods to control the row and column outlines of a spreadsheet:
| Methods of com.sun.star.sheet.XSheetOutline | |
|---|---|
| group() | Creates a new outline group and the method ungroup()removes the innermost outline group for a cell range. The parameternOrientation(type com.sun.star.table.TableOrientation) selects the orientation of the outline (columns or rows). | 
| autoOutline() | Inserts outline groups for a cell range depending on formula references. | 
| clearOutline() | Removes all outline groups from the sheet. | 
| hideDetail() | Collapses an outline group. | 
| showDetail() | Reopens an outline group. | 
| showLevel() | Shows the specified number of outline group levels and hides the others. | 
| Content on this page is licensed under the Public Documentation License (PDL). | 

