ITextFrame

General

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

Representa un TextFrame.

Propietats

NomTipus de productesAccésDescripció
paragraphsIParagraphCollectionLlegeix.Ofereix accés a la col·lecció de paràgrafs en el marc de text.
textStringLlegeix.Proporciona el text sencer del marc de text; es pot llegir o assignar
textFrameFormatITextFrameFormatLlegeix.Proporciona la configuració de formatatge del marc de text
parentShapeIShapeLlegeix.Proporciona la forma de propietari del marc de text, o null si no és aplicable.
parentCellICellLlegeix.

Mètodes

SignaturaDescripció
getParagraphs()IParagraphCollectionRetorna la llista de tots els paràgrafs en un marc.
getText()StringObté el text sencer per a un TextFrame.
setText(value: String)S’estableix el text sencer per a un TextFrame.
getTextFrameFormat()ITextFrameFormatRetorna l’objecte de formatge per a aquest objecte TextFrame.
getParentShape()IShapeRetorna la forma principal, o {@code null} si l’objecte principal no ho fa.
implementar la interfície {@link IShape}.
getParentCell()ICellRetorna la cèl·lula principal, o {@code null} si l’objecte principal no ho fa.
implementar la interfície {@link ICell}.
asISlideComponent()ISlideComponentRetorna la interfície base {@link ISlideComponent}.
 Català