LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes a term. More...
import"RuleTerm.idl";
Public Attributes | |
string | Property |
the name of the property used to match the term. More... | |
any | Operand |
the value of the property used to compare with the document property. More... | |
short | Operator |
the operator used to compare the property of the document with the given value (e.g. More... | |
boolean | CaseSensitive |
this flag indicates whether a string "operand" shall be compared case sensitive. More... | |
boolean | RegularExpression |
this flag indicates whether a string "operand" shall be treated as a regular expression. More... | |
describes a term.
A term is used to select objects to which a rule should apply.
boolean CaseSensitive |
this flag indicates whether a string "operand" shall be compared case sensitive.
any Operand |
the value of the property used to compare with the document property.
short Operator |
the operator used to compare the property of the document with the given value (e.g.
"contains" or "greater equal").
The value can be one of the RuleOperator constants.
string Property |
the name of the property used to match the term.
boolean RegularExpression |
this flag indicates whether a string "operand" shall be treated as a regular expression.