- Não, não.

- Não, não.

Resumo geral

AutoShape é uma classe em Aspose.Slides FOSS para Java. Herdeiros de: GeometryShape, IAutoShape.

Representa um AutoShape.

Propriedades

Nome:Tipo de veículo:AcessosDescrição:
shapeTypeShapeTypeLeia.Propriedade recebe ou define a forma ShapeType, manipulação geometria personalizada
textFrameITextFrameLeia.Propriedade fornece acesso ao ITextFrame da forma
textBoxbooleanLeia.Propriedade indica se a forma é uma caixa de texto
asIGeometryShapeIGeometryShapeLeia.Propriedade retorna a forma como um IGeometryShape
fillFormatIFillFormatLeia.Propriedade fornece o IFillFormat para preenchimento da forma

Métodos de avaliação

AssinaturaDescrição:
AutoShape(xmlElement: Element, saveCallback: Runnable)Cria um AutoShape apoiado pelo elemento XML dado.
AutoShape()Cria um AutoShape sem elemento de apoio.
getShapeType()ShapeType- Não, não.

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} / |
 Português