Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: ucb ::

constants group RuleAction
Description
These are the possible values for Rule::Action.
See also
RuleSet

Constants
NONE "None" - Do nothing.  
SHOW "Show" - Shows object when term matches.  
HIDE "Hide" - Hides object when term matches.  
MARK "Mark" - Marks object when term matches.  
UNMARK "UnMark" - Removes mark from object when term matches.  
MARKREAD "MarkRead" - Marks object as read when term matches.  
MARKUNREAD "MarkUnRead" - Marks object as not read when term matches.  
MOVE "Move" - Moves object to Rule::Parameter when term matches.  
COPY "Copy" - Copies object to Rule::Parameter when term matches.  
DELETE "Delete" - Deletes object when term matches.  
LINK "Link" - Creates a link to Rule::Parameter when term matches.  
FORWARD "Forward" - Forwards object to Rule::Parameter when term matches.  
Constants' Details
NONE
const short NONE = 0;
Description
"None" - Do nothing.
SHOW
const short SHOW = 1;
Description
"Show" - Shows object when term matches.
HIDE
const short HIDE = 2;
Description
"Hide" - Hides object when term matches.
MARK
const short MARK = 3;
Description
"Mark" - Marks object when term matches.
UNMARK
const short UNMARK = 4;
Description
"UnMark" - Removes mark from object when term matches.
MARKREAD
const short MARKREAD = 5;
Description
"MarkRead" - Marks object as read when term matches.
MARKUNREAD
const short MARKUNREAD = 6;
Description
"MarkUnRead" - Marks object as not read when term matches.
MOVE
const short MOVE = 7;
Description
"Move" - Moves object to Rule::Parameter when term matches.
COPY
const short COPY = 8;
Description
"Copy" - Copies object to Rule::Parameter when term matches.
DELETE
const short DELETE = 9;
Description
"Delete" - Deletes object when term matches.
LINK
const short LINK = 10;
Description
"Link" - Creates a link to Rule::Parameter when term matches.
FORWARD
const short FORWARD = 11;
Description
"Forward" - Forwards object to Rule::Parameter when term matches.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.