AutoShape

Übersicht über die

AutoShape ist eine Klasse in Aspose.Slides FOSS für Java. Erben von: GeometryShape, IAutoShape.

Darstellt einen AutoShape.

Eigenschaften

Name der PersonTyp derZugang zu den InformationenBeschreibung
shapeTypeShapeTypeLesen Sie .Eigenschaft erhält oder setzt die Form ShapeType, Handhabung benutzerdefinierte Geometrie
textFrameITextFrameLesen Sie .Die Eigenschaft bietet Zugang zu der Form ITextFrame
textBoxbooleanLesen Sie .Eigenschaft zeigt an, ob die Form ein Textfeld ist
asIGeometryShapeIGeometryShapeLesen Sie .Eigenschaft gibt die Form als IGeometryShape zurück.
fillFormatIFillFormatLesen Sie .Eigenschaft liefert die IFillFormat für Formfüllung

Methoden und Verfahren

UnterzeichnungBeschreibung
AutoShape(xmlElement: Element, saveCallback: Runnable)Erstellt ein AutoShape, das durch das gegebene XML-Element unterstützt wird.
AutoShape()Erstellt einen AutoShape ohne Hintergrundelement.
getShapeType()ShapeTypeIch bin ein guter Mann.

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} / |
 Deutsch