NOT

Belongs to

What it does

NOT is a logical operator. It is used to exclude objects according to their attributes.

Example

To select all the text in a document that was not Arial, you need to exclude Arial from your selection.
Select Text
Select Font Arial
NOT <!-- NOT only applies to the immediately preceding item in the list of selections --> 
AND