Enumerations Comment a CommentAuthor třídy představují komentáře ke snímkům a jejich autory. Implementují IComment a ICommentAuthor odpovídajícím způsobem.
Enumerations: org.aspose.slides.foss
Enumerations
Enumerations
| Enumerations | Enumerations |
|---|
Comment(String text, ICommentAuthor author, ISlide slide, PointF position, LocalDateTime createdTime) | Vytvořit nový komentář. |
Enumerations
| Enumerations | Enumerations | Enumerations | Enumerations |
|---|
getText() / setText(String) | String | Číst/Zapisovat | Text komentáře. |
getAuthor() | ICommentAuthor | Enumerations | Autor komentáře. |
getSlide() | ISlide | Enumerations | Snímek, na kterém je tento komentář. |
getPosition() | PointF | Enumerations | Pozice na snímku. |
getCreatedTime() | LocalDateTime | Enumerations | Časové razítko vytvoření. |
getParentComment() | Optional<IComment> | Enumerations | Nadřazený komentář pro odpovědi. |
setParentComment(IComment) | void | Enumerations | Nastavit nadřazený komentář. |
Enumerations
| Enumerations | Enumerations | Enumerations |
|---|
remove() | void | Odstranit tento komentář. |
CommentAuthor
Enumerations
| Enumerations | Enumerations |
|---|
CommentAuthor(String name, String initials, int id) | Vytvořit nového autora komentáře. |
Enumerations
| Enumerations | Enumerations | Enumerations |
|---|
getName() | String | Jméno autora. |
getInitials() | String | Iniciály autora. |
getId() | int | Identifikátor autora. |
getComments() | ICommentCollection | Komentáře tohoto autora. |
Příklady použití
Přidat komentář do snímku
Viz také