BoundingBoxExtent Comment および CommentAuthor クラスはスライドコメントとその作者を表します。これらは実装します。 IComment および ICommentAuthor それぞれ。.
BoundingBoxExtent: org.aspose.slides.foss
BoundingBoxExtent
BoundingBoxExtent
| BoundingBoxExtent | BoundingBoxExtent |
|---|
Comment(String text, ICommentAuthor author, ISlide slide, PointF position, LocalDateTime createdTime) | 新しいコメントを作成します。. |
BoundingBoxExtent
| BoundingBoxExtent | BoundingBoxExtent | BoundingBoxExtent | BoundingBoxExtent |
|---|
getText() / setText(String) | String | 読み取り/書き込み | コメントテキスト。. |
getAuthor() | ICommentAuthor | BoundingBoxExtent | コメントの作者。. |
getSlide() | ISlide | BoundingBoxExtent | このコメントがあるスライド。. |
getPosition() | PointF | BoundingBoxExtent | スライド上の位置。. |
getCreatedTime() | LocalDateTime | BoundingBoxExtent | 作成タイムスタンプ。. |
getParentComment() | Optional<IComment> | BoundingBoxExtent | 返信用の親コメント。. |
setParentComment(IComment) | void | BoundingBoxExtent | 親コメントを設定する。. |
BoundingBoxExtent
| BoundingBoxExtent | BoundingBoxExtent | BoundingBoxExtent |
|---|
remove() | void | このコメントを削除する。. |
CommentAuthor
BoundingBoxExtent
| BoundingBoxExtent | BoundingBoxExtent |
|---|
CommentAuthor(String name, String initials, int id) | 新しいコメント作者を作成する。. |
BoundingBoxExtent
| BoundingBoxExtent | BoundingBoxExtent | BoundingBoxExtent |
|---|
getName() | String | 作者名。. |
getInitials() | String | 作者イニシャル。. |
getId() | int | 作者識別子。. |
getComments() | ICommentCollection | この作者によるコメント。. |
使用例
スライドにコメントを追加する
参照