IAdjustValue
Overview
IAdjustValue is a interface in Aspose.Slides FOSS for Java.
Represents a geometry shape adjustment value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Gets the name of the adjustment (e.g. |
rawValue | long | Read | Gets the raw adjustment value. |
angleValue | double | Read | Gets the adjustment value interpreted as an angle in degrees. |
Methods
| Signature | Description |
|---|---|
getName() → String | Gets the name of the adjustment (e.g. |
getRawValue() → long | Gets the raw adjustment value. |
setRawValue(value: long) | Sets the raw adjustment value. |
getAngleValue() → double | Gets the adjustment value interpreted as an angle in degrees. |
setAngleValue(value: double) | Sets the adjustment value by interpreting the given angle in degrees. |