public static class Comments.CommentBuilder extends Object implements RenderDataBuilder<CommentRenderData>
| 限定符和类型 | 方法和说明 |
|---|---|
Comments.CommentBuilder |
addPicture(PictureRenderData picture) |
Comments.CommentBuilder |
addSubComment(CommentRenderData subcomment) |
Comments.CommentBuilder |
addText(String text) |
Comments.CommentBuilder |
addText(TextRenderData text) |
Comments.CommentBuilder |
comment(DocumentRenderData content) |
Comments.CommentBuilder |
comment(String text) |
CommentRenderData |
create() |
Comments.CommentBuilder |
signature(String author,
String initials,
Calendar date) |
public Comments.CommentBuilder signature(String author, String initials, Calendar date)
public Comments.CommentBuilder comment(DocumentRenderData content)
public Comments.CommentBuilder comment(String text)
public Comments.CommentBuilder addText(TextRenderData text)
public Comments.CommentBuilder addText(String text)
public Comments.CommentBuilder addPicture(PictureRenderData picture)
public Comments.CommentBuilder addSubComment(CommentRenderData subcomment)
public CommentRenderData create()
Copyright © 2022. All rights reserved.