Difference between revisions of "Documentation/DevGuide/Spreadsheets/Sheet Outline"
From Apache OpenOffice Wiki
< Documentation | DevGuide
m (1 revision(s)) |
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Spreadsheet Documents) |
||
| Line 33: | Line 33: | ||
{{PDL1}} | {{PDL1}} | ||
| − | [[Category: Spreadsheet Documents]] | + | |
| + | [[Category:Documentation/Developers Guide/Spreadsheet Documents]] | ||
Revision as of 09:54, 4 June 2008
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 parameter nOrientation (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). |