IComment
Vue de l’ensemble
‘IComment’ est une interface dans Aspose.Slides FOSS pour Java.
Il y a un commentaire sur une présentation slide.
Cette interface fournit 9 méthodes pour travailler avec des objets IComment dans les programmes Java. Les méthodologies disponibles comprennent: ‘getAuthor’, ‘getCreatedTime’, ‘getParentCommen’, ‘GetPosition’, getSlide', ’getText', ‚remove, ‘setParentsComments’, ‘‘setTeXT’. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspouse.Sliades FOSS pour le package Java . Propriétés : ‘author , 'createdtime ; ‘parentKommen’, “position et 'slide .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
text | String | Read | Returns the comment text. |
author | ICommentAuthor | Read | Returns the author of this comment. |
slide | ISlide | Read | Returns the slide this comment belongs to. |
position | PointF | Read | Returns the position of the comment. |
createdTime | LocalDateTime | Read | Returns the creation date/time. |
parentComment | Optional<IComment> | Read | Returns the parent comment, if any. |
méthodes
| Signature | Description |
|---|---|
getText() → String | Returns the comment text. |
setText(value: String) | Sets the comment text. |
getAuthor() → ICommentAuthor | Returns the author of this comment. |
getSlide() → ISlide | Returns the slide this comment belongs to. |
getPosition() → PointF | Returns the position of the comment. |
getCreatedTime() → LocalDateTime | Returns the creation date/time. |
getParentComment() → Optional<IComment> | Returns the parent comment, if any. |
setParentComment(parent: IComment) | Sets the parent comment. |
remove() | Removes this comment and all its replies from the parent collection. |
Voir aussi
- Aspose.Slides - référence API d’entreprise