public interface IOutline
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IGroupInfo> |
getColumnGroupInfo()
Gets information about all groups in the column direction.
|
java.util.List<IGroupInfo> |
getRowGroupInfo()
Gets information about all groups in the row direction.
|
SummaryColumn |
getSummaryColumn()
Gets the location of the summary columns in the outline.
|
SummaryRow |
getSummaryRow()
Gets the location of the summary rows in the outline.
|
void |
setSummaryColumn(SummaryColumn value)
Sets the location of the summary columns in the outline.
|
void |
setSummaryRow(SummaryRow value)
Sets the location of the summary rows in the outline.
|
void |
showLevels()
Displays the specified number of row and column levels of an outline.
|
void |
showLevels(int rowLevels,
int columnLevels)
Displays the specified number of row and column levels of an outline.
|
SummaryColumn getSummaryColumn()
void setSummaryColumn(SummaryColumn value)
SummaryRow getSummaryRow()
void setSummaryRow(SummaryRow value)
void showLevels()
void showLevels(int rowLevels,
int columnLevels)
rowLevels - Optional Object. Specifies the number of row levels of an outline
to display. If the outline has fewer levels than the number
specified, it displays all the levels. If this argument is 0
(zero) or is omitted, no action is taken on rows.columnLevels - Optional Object. Specifies the number of column levels of an
outline to display. If the outline has fewer levels than the
number specified, it displays all the levels. If this argument is
0 (zero) or is omitted, no action is taken on columns.java.util.List<IGroupInfo> getRowGroupInfo()
java.util.List<IGroupInfo> getColumnGroupInfo()