LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XDataPilotDataLayoutFieldSupplier Interface Referencepublished

Provides access to the DataPilotField used to layout multiple data fields. More...

import"XDataPilotDataLayoutFieldSupplier.idl";

Inheritance diagram for XDataPilotDataLayoutFieldSupplier:
DataPilotDescriptor

Public Member Functions

XDataPilotField getDataLayoutField ()
 Returns the DataPilotField used to layout multiple data fields. More...
 

Detailed Description

Provides access to the DataPilotField used to layout multiple data fields.

This data field can be inserted into the rows dimension or columns dimension by changing its DataPilotField::Orientation property. This interface can be used to access the data layout field before multiple data fields are inserted into the DataPilot table. It remains invisible as long as the DataPilot table contains at most one data field.

See also
com::sun::star::sheet::DataPilotDescriptor
com::sun::star::sheet::DataPilotTable

Member Function Documentation

◆ getDataLayoutField()

XDataPilotField getDataLayoutField ( )

Returns the DataPilotField used to layout multiple data fields.

If the field does not exist yet, it will be created. It is possible to insert this field into the rows or columns dimension by changing its DataPilotField::Orientation property.


The documentation for this interface was generated from the following file: