IAdjustValue

Overview

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

Represents a geometry shape adjustment value.

This interface provides 5 methods for working with IAdjustValue objects in Java programs. Available methods include: getAngleValue, getName, getRawValue, setAngleValue, setRawValue. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: angleValue, name, rawValue.

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