IAutoShape

General

IAutoShape és una interfície en Aspose.Slides FOSS per Java.

Representa un AutoShape.

Propietats

NomTipus de productesAccésDescripció
textFrameITextFrameLlegeix.Obtén l’objecte de la forma TextFrame
textBoxbooleanLlegeix.Obté o fixa un boolean que indica si la forma és una caixa de text.
asIGeometryShapeIGeometryShapeLlegeix.Obté la representació de la forma IGeometryShape

Mètodes

SignaturaDescripció
getTextFrame()ITextFrameRetorna l’objecte TextFrame per a la AutoShape.
isTextBox()booleanEspecifica si la forma és un quadre de text.
getAsIGeometryShape()IGeometryShapePermet obtenir interfície base IGeometryShape.
addTextFrame(text: String)ITextFrameAfegeix un nou marc de text a la forma amb el text especificat.
 Català