LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes a set of Rules. More...
import"RuleSet.idl";
Public Attributes | |
sequence< com::sun::star::ucb::Rule > | Rules |
contains a number of rules. More... | |
boolean | HandleFolder |
is a flag indicating whether the rules apply to folders, too. More... | |
describes a set of Rules.
A RuleSet is applied to a folder. It consists of a sequence of rules. Each rule consists of a sequence of RuleTerms describing the objects to which the rule should by applied and the RuleAction which should be performed on the matching objects.
boolean HandleFolder |
is a flag indicating whether the rules apply to folders, too.
sequence<com::sun::star::ucb::Rule> Rules |
contains a number of rules.