Saving modeling diagram elements
You can save your modeling diagram elements as images
so that you can use them in other media such as Microsoft® Word
documents, presentations, or HTML pages. You can save the diagrams
as GIF, BMP, JPEG, JPG, or SVG images.
Deleting modeling diagram elements
You can delete a diagram element and its related connectors from a specific diagram or from all diagrams and all models.
Adding supplemental information to diagrams
In UML diagrams, you can add text, notes, comments, images, and URLs to provide more information about the elements that comprise the diagrams and models.
Using aliases in diagrams
In modeling diagrams, you can define aliases for diagram elements. You can then choose to show or hide the aliases.
Showing and hiding parent names in modeling diagrams
In UML modeling, you identify the classifiers in your model by giving them unique names. Each classifier has a fully-qualified name that consists of parent name, which is the namespace that contains the element, and the name of the element itself. The fully-qualified name is the concatenation of the parent name and the name of a classifier; for example, ParentName::ClassifierName. You can display only the classifier name or display the fully-qualified name of a classifier.