OR

Belongs to

What it does

OR is a logical operator. It is used to select objects that share attributes.

Example

To select all text that is either Helvetica or Arial, use the following:

Select Font Helvetica
Select Font Arial
OR
Note: Do not use OR to exclude objects!

For example, the following will select all 12pt AND 14pt fonts:

Select Text if point size = 12.00 pt
Select Text if point size = 14.00 pt
OR