IAdjustValue — Aspose.Slides FOSS Java API Reference

IAdjustValue — Represents a geometry shape adjustment value.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
nameStringRead/Write
rawValuelongRead/Write
angleValuedoubleRead/Write

Methods

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

See Also