IAdjustValue
General
IAdjustValue és una interfície en Aspose.Slides FOSS per Java.
Representa un valor de regulació de forma geomètrica.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Property holds the adjustment’s name |
rawValue | long | Read | Property holds the raw numeric adjustment value |
angleValue | double | Read | Property holds the adjustment value as an angle in degrees |
Mètodes
| 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. |