Diagram Members
Include Protected Members
Include Inherited Members
Represents a single diagram in a document.
The Diagram type exposes the following members.
Methods
Name | Description | |
---|---|---|
Convert | Converts a diagram of one type into a diagram of another type. | |
FitText | Adjusts the size of the text in the nodes in a diagram to fit within the boundaries of the nodes. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
AutoFormat | Sets or returns a MsoTriState constant specifying the automatic formatting state for a diagram. | |
AutoLayout | Returns or sets an MsoTriState constant that determines the automatic positioning of the nodes and connectors in a diagram. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Nodes | Returns a DiagramNodes object that represents the nodes in a diagram. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Reverse | MsoTrue reverses the nodes in a diagram. | |
Type | Returns the diagram type. |
Top