LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
TableFilterField3 Struct Reference

import"TableFilterField3.idl";

Public Attributes

FilterConnection Connection
 specifies how the condition is connected to the previous condition. More...
 
long Field
 specifies which field (column) is used for the condition. More...
 
long Operator
 specifies the type of the condition as defined in FilterOperator2. More...
 
sequence< FilterFieldValueValues
 specifies values to match against. More...
 

Detailed Description

Since
LibreOffice 3.5

Member Data Documentation

◆ Connection

FilterConnection Connection

specifies how the condition is connected to the previous condition.

◆ Field

long Field

specifies which field (column) is used for the condition.

◆ Operator

long Operator

specifies the type of the condition as defined in FilterOperator2.

◆ Values

sequence<FilterFieldValue> Values

specifies values to match against.

Each filter field may have one or more values.


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