ITextFrame
General
ITextFrame és una interfície en Aspose.Slides FOSS per Java.
Representa un TextFrame.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
paragraphs | IParagraphCollection | Llegeix. | Ofereix accés a la col·lecció de paràgrafs en el marc de text. |
text | String | Llegeix. | Proporciona el text sencer del marc de text; es pot llegir o assignar |
textFrameFormat | ITextFrameFormat | Llegeix. | Proporciona la configuració de formatatge del marc de text |
parentShape | IShape | Llegeix. | Proporciona la forma de propietari del marc de text, o null si no és aplicable. |
parentCell | ICell | Llegeix. |
Mètodes
| Signatura | Descripció |
|---|---|
getParagraphs() → IParagraphCollection | Retorna la llista de tots els paràgrafs en un marc. |
getText() → String | Obté el text sencer per a un TextFrame. |
setText(value: String) | S’estableix el text sencer per a un TextFrame. |
getTextFrameFormat() → ITextFrameFormat | Retorna l’objecte de formatge per a aquest objecte TextFrame. |
getParentShape() → IShape | Retorna la forma principal, o {@code null} si l’objecte principal no ho fa. |
| implementar la interfície {@link IShape}. | |
getParentCell() → ICell | Retorna la cèl·lula principal, o {@code null} si l’objecte principal no ho fa. |
| implementar la interfície {@link ICell}. | |
asISlideComponent() → ISlideComponent | Retorna la interfície base {@link ISlideComponent}. |