Style
Contents
[
Hide
]Style class
Specifies the character formatting applied to a range of text in the shape’s text block.
Constructors
| Name | Description |
|---|---|
| Style | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | Specifies the character formatting applied to a range of text in the shape’s text block. The value of the property is St |
| Ufe | UnitFormulaErr | Specifies attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
Style(value)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | A StyleValue value. |
Style.Value property
Specifies the character formatting applied to a range of text in the shape’s text block. The value of the property is StyleValue integer constant.
Type: int
Style.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.
deepClone()
Creates deep copy of this instance.