AdjustValue
General
AdjustValue is a class in Aspose.Slides FOSS for Java.
Inherits from: IAdjustValue.
AdjustValue és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚IAdjustValue⌒ .
Representa un valor de regulació geomètrica únic recolzat per un element OOXML {@code <a:gd>}.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Represents the adjust value’s name |
rawValue | long | Read | Represents the adjust value’s raw numeric value |
angleValue | double | Read | Represents the adjust value’s angle in degrees |
Mètodes
| 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 numeric value of the adjust value |
setRawValue(value: long) | Sets the raw numeric value of the adjust value |
getAngleValue() → double | Returns the angle value of the adjust value in degrees |
setAngleValue(value: double) | Sets the angle value of the adjust value in degrees |