(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.