PictureShapeInfo

Overview

PictureShapeInfo is a interface in Aspose.Cells FOSS for Typescript.

Properties: imageIndex, type.

Description

PictureShapeInfo is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : "picture"; : number. These operations enable developers to integrate pictureshapeinfo functionality directly into TypeScript applications.

The class also provides the type property (gets the type), the imageIndex property (gets the image index).

Properties

NameTypeAccessDescription
type: "picture"ReadGets the type.
imageIndex: numberReadGets the image index.

See Also