IGeometryShape

Overview

IGeometryShape is a interface in Aspose.Slides FOSS for Java. Inherits from: IShape.

Represents a shape with geometry (preset or custom).

Properties

NameTypeAccessDescription
shapeStyleIShapeStyleReadReturns the shape’s style object.
adjustmentsIAdjustValueCollectionReadGets the collection of shape adjustment values.

Methods

SignatureDescription
getShapeStyle()IShapeStyleReturns the shape’s style object.
setShapeType(value: ShapeType)Sets the AutoShape type.
getAdjustments()IAdjustValueCollectionGets the collection of shape adjustment values.

See Also