DisplayMode
DisplayMode class
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. When it is contained in a SmartTagDef element, the DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time.
Constructors
| Name | Description |
|---|---|
| DisplayMode | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are display |
| Ufe | UnitFormulaErr | Specifies attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
DisplayMode(value)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | A DisplayModeValue value. |
DisplayMode.Value property
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. When it is contained in a SmartTagDef element, the DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time. The value of the property is DisplayModeValue integer constant.
Type: int
DisplayMode.Ufe property
Specifies attributes of an element.
Type: UnitFormulaErr
equals(value)
Are objects equal.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.