Attributes' Summary |
SortAscending |
Defines if the group is sorted ascending or descending.
The default is `TRUE`.
|
HeaderOn |
Defines if a group has a header.
|
FooterOn |
Defines if a group has a footer.
|
Header |
returns the group header.
|
Footer |
returns the group footer.
|
GroupOn |
Specifies how to group data.
|
GroupInterval |
Defines an interval value that rows are grouped by.
|
KeepTogether |
Specifies if a group header, detail, and footer section is printed on the same page.
|
Groups |
Specifies the parent of the group.
|
Expression |
Defines either a column name or an expression.
|
StartNewColumn |
Specifies that the group header should always be printed on a new column.
|
ResetPageNumber |
Specifies that the group header should always be printed on a new page and the reset of the page number to zero.
|
Attributes' Details |
SortAscending
[ bound ] boolean SortAscending;
- Description
- Defines if the group is sorted ascending or descending.
The default is `TRUE`.
|
|
HeaderOn
[ bound ] boolean HeaderOn;
- Description
- Defines if a group has a header.
|
|
FooterOn
[ bound ] boolean FooterOn;
- Description
- Defines if a group has a footer.
|
|
Header
[ readonly ] XSection Header
- get raises (::com::sun::star::container::NoSuchElementException);
- Description
- returns the group header.
- Throws
- com::sun::star::container::NoSuchElementException
If the group has the header disabled.
- See also
- XSection
|
|
Footer
[ readonly bound ] XSection Footer
- get raises (::com::sun::star::container::NoSuchElementException);
- Description
- returns the group footer.
- Throws
- com::sun::star::container::NoSuchElementException
If the group has the footer disabled.
- See also
- XSection
|
|
GroupOn
|
GroupInterval
[ bound ] long GroupInterval;
- Description
- Defines an interval value that rows are grouped by.
|
|
KeepTogether
[ bound ] short KeepTogether
- set raises (::com::sun::star::lang::IllegalArgumentException);
- Description
- Specifies if a group header, detail, and footer section is printed on the same page.
- See also
- KeepTogether
|
|
Groups
[ readonly ] XGroups Groups;
- Description
- Specifies the parent of the group.
- See also
- XChild
|
|
Expression
[ bound ] string Expression;
- Description
- Defines either a column name or an expression.
|
|
StartNewColumn
[ bound ] boolean StartNewColumn;
- Description
- Specifies that the group header should always be printed on a new column.
|
|
ResetPageNumber
[ bound ] boolean ResetPageNumber;
- Description
- Specifies that the group header should always be printed on a new page and the reset of the page number to zero.
|
|
Copyright © 2020, 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.