|
boolean | Visible |
| Defines if the section should be visible in report. More...
|
|
string | Name |
| Defines the name of the section. More...
|
|
unsigned long | Height |
| Defines the height of the section. More...
|
|
com::sun::star::util::Color | BackColor |
| Defines the background color of the section. More...
|
|
boolean | BackTransparent |
| determines if the background color is set to transparent. More...
|
|
string | ConditionalPrintExpression |
| Defines the expression which is executed before printing the section. More...
|
|
short | ForceNewPage { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| Specifies whether the section is printed on a separate page. More...
|
|
short | NewRowOrCol { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| Specifies whether the section is printed in a new row or column within a multi column report. More...
|
|
boolean | KeepTogether { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| Specifies that the section is printed on one page. More...
|
|
boolean | CanGrow { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| Specifies that elements with dynamic state will be expanded vertically when then content of the element is larger than it's container. More...
|
|
boolean | CanShrink { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
|
boolean | RepeatSection { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
| Defines that the group header should be repeated on the next page when a group spans more than one page. More...
|
|
com::sun::star::report::XGroup | Group |
| Specifies the parent of the section if it is a group header or group footer. More...
|
|
com::sun::star::report::XReportDefinition | ReportDefinition |
| Specifies the parent of the section if it is a page header or page footer. More...
|
|
|
com::sun::star::uno::XInterface | getParent () |
| grants access to the object containing this content. More...
|
|
void | setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException ) |
| sets the parent to this object. More...
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. More...
|
|
void | acquire () |
| increases the reference counter by one. More...
|
|
void | release () |
| decreases the reference counter by one. More...
|
|
void | addContainerListener ([in] com::sun::star::container::XContainerListener xListener) |
| adds the specified listener to receive events when elements are inserted or removed. More...
|
|
void | removeContainerListener ([in] com::sun::star::container::XContainerListener xListener) |
| removes the specified listener so it does not receive any events from this container. More...
|
|
void | add ([in] com::sun::star::drawing::XShape xShape) |
| inserts a Shape into this collection. More...
|
|
void | remove ([in] com::sun::star::drawing::XShape xShape) |
| removes a Shape from this collection. More...
|
|
long | getCount () |
|
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
|
type | getElementType () |
|
boolean | hasElements () |
|
com::sun::star::container::XEnumeration | createEnumeration () |
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
|
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name. More...
|
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property. More...
|
|
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list. More...
|
|
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
|
|
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list. More...
|
|
void | dispose () |
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More...
|
|
void | addEventListener ([in] XEventListener xListener) |
| adds an event listener to the object. More...
|
|
void | removeEventListener ([in] XEventListener aListener) |
| removes an event listener from the listener list. More...
|
|
identifies a XSection inside a report.
A section acts like a container of report components. This generic construction allows the definition of hierarchies of reports and their dependent subreports.
- See also
- XReportDefinition
-
XGroup