AutoShape

General

AutoShape és una classe en Aspose.Slides per NET. Heretaris de: GeometryShape, IAutoShape.

Representa un AutoShape una forma geomètrica predeterminada o personalitzada que pot contenir text.

Propietats

NomTipus de productesAccésDescripció
ShapeTypeShapeTypeLlegir/EscriureObté el valor enum ShapeType que identifica el tipus geomètric de la forma.
TextFrameITextFrame?Llegeix.Obté el ITextFrame associat amb la forma, o nul si no existeix.
IsTextBoxboolLlegeix.
AsIGeometryShapeIGeometryShapeLlegeix.Proporciona la forma com una interfície IGeometryShape per a operacions específiques de geometria.

Mètodes

SignaturaDescripció
AddTextFrame(text: string?)Crea un marc de text sobre la forma, opcionalment inicialitzant-lo amb el text donat.
 Català