Enumerations Comment و CommentAuthor الفئات تمثل تعليقات الشرائح ومؤلفيها. إنها تنفذ IComment و ICommentAuthor على التوالي.
Enumerations: org.aspose.slides.foss
Enumerations
Enumerations
| Enumerations | Enumerations |
|---|
Comment(String text, ICommentAuthor author, ISlide slide, PointF position, LocalDateTime createdTime) | إنشاء تعليق جديد. |
Enumerations
| Enumerations | Enumerations | Enumerations | Enumerations |
|---|
getText() / setText(String) | String | قراءة/كتابة | نص التعليق. |
getAuthor() | ICommentAuthor | Enumerations | مؤلف التعليق. |
getSlide() | ISlide | Enumerations | الشريحة التي يوجد عليها هذا التعليق. |
getPosition() | PointF | Enumerations | الموضع على الشريحة. |
getCreatedTime() | LocalDateTime | Enumerations | الطابع الزمني للإنشاء. |
getParentComment() | Optional<IComment> | Enumerations | التعليق الأصلي للردود. |
setParentComment(IComment) | void | Enumerations | تعيين التعليق الأصلي. |
Enumerations
| Enumerations | Enumerations | Enumerations |
|---|
remove() | void | إزالة هذا التعليق. |
CommentAuthor
Enumerations
| Enumerations | Enumerations |
|---|
CommentAuthor(String name, String initials, int id) | إنشاء مؤلف تعليق جديد. |
Enumerations
| Enumerations | Enumerations | Enumerations |
|---|
getName() | String | اسم المؤلف. |
getInitials() | String | حروف اسم المؤلف. |
getId() | int | معرّف المؤلف. |
getComments() | ICommentCollection | التعليقات من هذا المؤلف. |
أمثلة الاستخدام
إضافة تعليق إلى شريحة
انظر أيضًا