service SubTotalDescriptor in module com::sun::star::sheet::

(Global Index)

Syntax

service SubTotalDescriptor;

Description

This is a description of how subtotals are created.

Exported Interfaces

com::sun::star::sheet::XSubTotalDescriptor

Description

represents a description of how subtotals are to be inserted.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

InsertPageBreaks specifies if page breaks are inserted after each group change.

IsCaseSensitive specifies if the case of letters is important when comparing entries.

EnableUserSortList specifies if a user defined sorting list is used.

UserSortListIndex specifies which user defined sorting list is used.

BindFormatsToContent specifies if cell formats are moved with the contents they belong to.

SortAscending specifies the sorting order if Sort is set to true .

MaxFieldCount returns the maximum number of subtotal fields the descriptor can hold.

Property Details



InsertPageBreaks

Syntax

boolean InsertPageBreaks;

Description

specifies if page breaks are inserted after each group change.


IsCaseSensitive

Syntax

boolean IsCaseSensitive;

Description

specifies if the case of letters is important when comparing entries.


EnableUserSortList

Syntax

boolean EnableUserSortList;

Description

specifies if a user defined sorting list is used.


UserSortListIndex

Syntax

long UserSortListIndex;

Description

specifies which user defined sorting list is used.

This is only used if SubTotalDescriptor::EnableUserSortList is true .


BindFormatsToContent

Syntax

boolean BindFormatsToContent;

Description

specifies if cell formats are moved with the contents they belong to.


SortAscending

Syntax

boolean SortAscending;

Description

specifies the sorting order if Sort is set to true .


MaxFieldCount

Syntax

[readonly] long MaxFieldCount;

Description

returns the maximum number of subtotal fields the descriptor can hold.

Top of Page