IPortion
Vue de l’ensemble
‘IPortion’ est une interface dans Aspose.Slides FOSS pour Java.Déduit de: ISlideComponent.
Il représente une portion de texte dans un paragraphe.
Cette interface fournit 7 méthodes pour travailler avec les objets IPortion dans les programmes Java. Les méthodologies disponibles comprennent: asIPresentationComponent, aISlideComposent‘, 'getPortionFormat', getPresentations,getsLide,, GetTextetsetTeXT. Tous les membres publics sont accessibles à toute application Java après l'installation de l’Aspose.Slides FOSS pour le package Java . Propriétés : portionFormat., presentation; slide’, text..
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
portionFormat | IPortionFormat | Read | Returns formatting object which contains explicitly set formatting properties |
| of the text portion with no inheritance applied. | |||
text | String | Read | Gets the text of this portion. |
slide | IBaseSlide | Read | Returns the parent slide. |
presentation | IPresentation | Read | Returns the presentation containing this component. |
méthodes
| Signature | Description |
|---|---|
getPortionFormat() → IPortionFormat | Returns formatting object which contains explicitly set formatting properties |
| of the text portion with no inheritance applied. | |
getText() → String | Gets the text of this portion. |
setText(value: String) | Sets the text of this portion. |
asISlideComponent() → ISlideComponent | Returns the parent slide component. |
asIPresentationComponent() → IPresentationComponent | Returns the parent presentation component. |
getSlide() → IBaseSlide | Returns the parent slide. |
getPresentation() → IPresentation | Returns the presentation containing this component. |
Voir aussi
- Aspose.Slides - référence API d’entreprise