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

describes a set of Rules. More...

import"RuleSet.idl";

Public Attributes

sequence< com::sun::star::ucb::RuleRules
 contains a number of rules. More...
 
boolean HandleFolder
 is a flag indicating whether the rules apply to folders, too. More...
 

Detailed Description

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.

Member Data Documentation

◆ HandleFolder

boolean HandleFolder

is a flag indicating whether the rules apply to folders, too.

◆ Rules

sequence<com::sun::star::ucb::Rule> Rules

contains a number of rules.


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