ICommentCollection

ICommentCollection

Overview

ICommentCollection เป็นอินเตอร์เฟสใน Aspose.Slides FOSS สําหรับ Java.

เป็นการรวมความคิดเห็นของผู้เขียนเดียว.

ช่องทางนี้ให้ 12 วิธีในการทํางานกับวัตถุ ICommentCollection ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: addComment, asICollection, asIEnumerable, clear, findCommentByIdx, get, insertComment, remove, removeAt, size, toArray. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Java.

Methods

SignatureDescription
addComment(text: String, slide: ISlide, position: PointF, createdTime: LocalDateTime)ICommentเพิ่มความคิดเห็นให้กับการรวบรวม.
insertComment(index: int, text: String, slide: ISlide, position: PointF, createdTime: LocalDateTime)ICommentการใส่ความคิดเห็นที่อัตราการแสดงตัวที่ให้.
removeAt(index: int)ลบความคิดเห็นที่อัตรานิยมที่ให้.
remove(comment: IComment)ยกความเห็นที่ให้ (และคําตอบ) ออกจากรวบรวม.
clear()ยกความเห็นทั้งหมดจากโครงการนี้ไป.
get(index: int)ICommentกลับความคิดเห็นที่อัตรานิยมที่ให้.
size()intการคืนจํานวนความคิดเห็น.
toArray()IComment[]ส่งกลับคําพูดทั้งหมดเป็นอาร์เรย์.
toArray(startIndex: int, count: int)IComment[]ส่งผลการแสดงความเห็นเป็นอาร์เรย์.
asICollection()List<IComment>ส่งผลการรวบรวมนี้เป็นรายชื่อ.
asIEnumerable()Iterable<IComment>กลับคอลเลกชั่นนี้เป็นตัวอิเตอร์ได้.
findCommentByIdx(idx: int)Optional<IComment>ค้นหาความคิดเห็นโดยอัตราเฉพาะ (แต่ละผู้เขียน).

See Also

 ภาษาไทย