AdjustValue

General

AdjustValue is a class in Aspose.Slides FOSS for Java. Inherits from: IAdjustValue.

AdjustValue és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚IAdjustValue⌒ .

Representa un valor de regulació geomètrica únic recolzat per un element OOXML {@code <a:gd>}.

Propietats

NameTypeAccessDescription
nameStringReadRepresents the adjust value’s name
rawValuelongReadRepresents the adjust value’s raw numeric value
angleValuedoubleReadRepresents the adjust value’s angle in degrees

Mètodes

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 numeric value of the adjust value
setRawValue(value: long)Sets the raw numeric value of the adjust value
getAngleValue()doubleReturns the angle value of the adjust value in degrees
setAngleValue(value: double)Sets the angle value of the adjust value in degrees
 Català