IAdjustValue

General

IAdjustValue és una interfície en Aspose.Slides FOSS per Java.

Representa un valor de regulació de forma geomètrica.

Propietats

NameTypeAccessDescription
nameStringReadProperty holds the adjustment’s name
rawValuelongReadProperty holds the raw numeric adjustment value
angleValuedoubleReadProperty holds the adjustment value as an angle in degrees

Mètodes

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.
 Català