AdjustValue

Overview

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

Represents a geometry shape’s adjustment value.

This class provides 1 method for working with AdjustValue objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: angle_value, name, raw_value.

Properties

NameTypeAccessDescription
namestrReadReturns a name of this adjustment value.
raw_valueintRead/WriteReturns or sets adjustment value “as is”.
angle_valuefloatRead/WriteReturns or sets value, interpreting it as angle in degrees.

Methods

SignatureDescription
__init__()

See Also