IParagraph
Vue de l’ensemble
‘IParagraph’ est une interface dans Aspose.Slides FOSS pour Java.
Il représente un paragraphe texte.
Cette interface fournit 6 méthodes pour travailler avec les objets IParagraph dans les programmes Java. Les méthodologies disponibles comprennent: asIPresentationComponent, aISlideComposent‘, 'getParagrafFormat', getPortions , ' getText et setTeXT. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.Slides FOSS pour le package Java . Propriétés : paragraffFormate ; portions’, text` .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
portions | IPortionCollection | Read | Returns the collection of text portions in this paragraph. |
paragraphFormat | IParagraphFormat | Read | Returns the paragraph formatting properties. |
text | String | Read | Gets the text of this paragraph. |
méthodes
| Signature | Description |
|---|---|
getPortions() → IPortionCollection | Returns the collection of text portions in this paragraph. |
getParagraphFormat() → IParagraphFormat | Returns the paragraph formatting properties. |
getText() → String | Gets the text of this paragraph. |
setText(value: String) | Sets the text of this paragraph. |
asISlideComponent() → ISlideComponent | Returns the parent slide component. |
asIPresentationComponent() → IPresentationComponent | Returns the parent presentation component. |
Voir aussi
- Aspose.Slides - référence API d’entreprise