Class diagram - How to hide attributes and operations

N

Nananana

Using Visio 2003, I'm creating a class diagram.
For each class there are 3 parts - Name, Attributes and Operations.
Something like this:

+---------------+
| Class |
+---------------+
| Attrs |
+---------------+
| Opers |
+---------------+

How can I leave the Name only for each class, and hide the attributes
and operations completely?

+---------------+
| Class |
+---------------+

TIA
 
Top