AutoShape

General

AutoShape is a class in Aspose.Slides FOSS for Java. Inherits from: GeometryShape, IAutoShape.

AutoShape és una classe en FOSS per Java. Heretaris de: GeometryShape, IAutoShape.

Representa un AutoShape.

Propietats

NomTipus de productesAccésDescripció
shapeTypeShapeTypeLlegeix.La propietat obté o fixa la forma de ShapeType, manejant geometria personalitzada
textFrameITextFrameLlegeix.La propietat proporciona accés a la forma de ITextFrame
textBoxbooleanLlegeix.Propriedat indica si la forma és un quadre de text.
asIGeometryShapeIGeometryShapeLlegeix.La propietat torna la forma com a IGeometryShape
fillFormatIFillFormatLlegeix.La propietat proporciona el IFillFormat per al rellotge de la forma.

Mètodes

SignaturaDescripció
AutoShape(xmlElement: Element, saveCallback: Runnable)Crea un AutoShape recolzat per l’element XML donat.
AutoShape()Crea un AutoShape sense element de suport.
getShapeType()ShapeType- No, no. M’agradaria que ho pogués fer.

Checks for custom geometry ({@code }) in addition to the base class preset geometry lookup.

/ | | `setShapeType(value: ShapeType)` | {@inheritDoc}

Removes any existing custom geometry ({@code }) before applying the preset, and clears children of an existing {@code }.

/ | | `getTextFrame()` → `ITextFrame` | Returns the ITextFrame associated with the shape | | `isTextBox()` → `boolean` | Indicates whether the shape functions as a text box | | `getAsIGeometryShape()` → `IGeometryShape` | Returns the shape as an IGeometryShape interface | | `addTextFrame(text: String)` → `ITextFrame` | Adds a text frame with the given text and returns it | | `getFillFormat()` → `IFillFormat` | {@inheritDoc} / |
 Català