IAutoShape
General
IAutoShape és una interfície en Aspose.Slides FOSS per Java.
Representa un AutoShape.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
textFrame | ITextFrame | Llegeix. | Obtén l’objecte de la forma TextFrame |
textBox | boolean | Llegeix. | Obté o fixa un boolean que indica si la forma és una caixa de text. |
asIGeometryShape | IGeometryShape | Llegeix. | Obté la representació de la forma IGeometryShape |
Mètodes
| Signatura | Descripció |
|---|---|
getTextFrame() → ITextFrame | Retorna l’objecte TextFrame per a la AutoShape. |
isTextBox() → boolean | Especifica si la forma és un quadre de text. |
getAsIGeometryShape() → IGeometryShape | Permet obtenir interfície base IGeometryShape. |
addTextFrame(text: String) → ITextFrame | Afegeix un nou marc de text a la forma amb el text especificat. |