IAdjustValue

Overview

IAdjustValue is a interface in Aspose.Slides FOSS for Java.

Represents a geometry shape adjustment value.

Properties

NameTypeAccessDescription
nameStringReadGets the name of the adjustment (e.g.
rawValuelongReadGets the raw adjustment value.
angleValuedoubleReadGets the adjustment value interpreted as an angle in degrees.

Methods

SignatureDescription
getName()StringGets the name of the adjustment (e.g.
getRawValue()longGets the raw adjustment value.
setRawValue(value: long)Sets the raw adjustment value.
getAngleValue()doubleGets the adjustment value interpreted as an angle in degrees.
setAngleValue(value: double)Sets the adjustment value by interpreting the given angle in degrees.

See Also