LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes a single condition in a filter descriptor. More...
import"TableFilterField2.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... | |
boolean | IsNumeric |
selects whether the TableFilterField2::NumericValue or the TableFilterField2::StringValue is used. More... | |
double | NumericValue |
specifies a numeric value for the condition. More... | |
string | StringValue |
specifies a string value for the condition. More... | |
describes a single condition in a filter descriptor.
This struct has the FilterOperator2 constants group as member, whereas the TableFilterField struct uses the FilterOperator enum.
FilterConnection Connection |
specifies how the condition is connected to the previous condition.
long Field |
specifies which field (column) is used for the condition.
boolean IsNumeric |
selects whether the TableFilterField2::NumericValue or the TableFilterField2::StringValue is used.
double NumericValue |
specifies a numeric value for the condition.
long Operator |
specifies the type of the condition as defined in FilterOperator2.
string StringValue |
specifies a string value for the condition.