AdjustValue
Overview
AdjustValue is a class in Aspose.Slides FOSS for Java.
Inherits from: IAdjustValue.
Represents a single geometry adjustment value backed by an OOXML {@code <a:gd>} element.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Property gets or sets the adjust value’s name |
rawValue | long | Read | Property gets or sets the raw integer value of the adjust |
angleValue | double | Read | Property gets or sets the angle value in degrees |
Methods
| Signature | Description |
|---|---|
AdjustValue() | Creates an empty {@code AdjustValue} with no backing element. |
AdjustValue(gdElement: Element, saveCallback: Runnable) | Creates an AdjustValue backed by the given {@code <a:gd>} element. |
initInternal(gdElement: Element, saveCallback: Runnable) → AdjustValue | Initializes this adjust value from the given {@code <a:gd>} element. |
getName() → String | Returns the name of the adjust value |
getRawValue() → long | Returns the raw integer value of the adjust |
setRawValue(value: long) | Sets the raw integer value of the adjust |
getAngleValue() → double | Returns the angle value as a double |
setAngleValue(value: double) | Sets the angle value as a double |