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

NameTypeAccessDescription
nameStringReadProperty gets or sets the adjust value’s name
rawValuelongReadProperty gets or sets the raw integer value of the adjust
angleValuedoubleReadProperty gets or sets the angle value in degrees

Methods

SignatureDescription
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)AdjustValueInitializes this adjust value from the given {@code <a:gd>} element.
getName()StringReturns the name of the adjust value
getRawValue()longReturns the raw integer value of the adjust
setRawValue(value: long)Sets the raw integer value of the adjust
getAngleValue()doubleReturns the angle value as a double
setAngleValue(value: double)Sets the angle value as a double

See Also