CommentModel
Overview
CommentModel เป็นคลาสใน Aspose.Cells FOSS สําหรับ Java.
รูปแบบภายในสําหรับข้อความเซลล์ (หมายเหตุ).
หมวดนี้ให้ 16 วิธีในการทํางานกับวัตถุ CommentModel ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: getAuthor, getColumn, getHeight, getNote, getRawVmlShapeXml, getRow, getWidth, isVisible, setAuthor, setColumn, setHeight, setNote,และ 4 วิธีเพิ่มเติม. สมาชิกที่ส่งออกทั้งหมดสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for Java. คุณสมบัติ: author, column, height, note, rawVmlShapeXml, row,และอีก 2 ตัว.
Description
CommentModel เป็นคลาสในห้องสมุด Aspose.Cells FOSS สําหรับ Java ที่เปิด 16 วิธีและ 8 คุณลักษณะสําหรับการใช้งานโปรแกรม.
ความสามารถหลัก ประกอบด้วย: string; string; boolean.การปฏิบัติงานเหล่านี้ทําให้ผู้พัฒนาสามารถรวมความทํางานของ commentmodel ได้โดยตรงกับแอปพลิเคชั่น Java.
กลุ่มนี้ยังให้บริการที่ row property (ได้แถว) column property (ได้คอลัมน์) author ของตนเอง (ได้ผู้เขียน).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
row | int | Read | ได้รับการต่อสู้. |
column | int | Read | ได้รับคอลัมน์. |
author | String | Read | ได้ผู้เขียนมา. |
note | String | Read | ได้รับข้อความ. |
visible | boolean | Read | ได้เห็นได้ชัดเจน. |
width | int | Read | ได้ความกว้าง. |
height | int | Read | ได้ความสูง. |
rawVmlShapeXml | String | Read | รูปแบบ VML ที่รักษาไว้ XML สําหรับความซื่อสัตย์ในการเดินทางกลับ (อาจเป็น null สําหรับความคิดเห็นที่เกี่ยวกับโปรแกรม). |
Methods
| Signature | Description |
|---|---|
getRow() → int | กลับแถว. |
setRow(row: int) | กําหนดค่าแถว. |
getColumn() → int | กลับคอลัมน์. |
setColumn(column: int) | กําหนดค่าคอลัมน์. |
getAuthor() → String | กลับมาของผู้เขียน. |
setAuthor(author: String) | กําหนดค่าผู้เขียน. |
getNote() → String | ยืนกลับใบจดหมายมา. |
setNote(note: String) | กําหนดค่าหมายเหตุ. |
isVisible() → boolean | กลับ true หาก set เป็น visible. |
setVisible(visible: boolean) | กําหนดค่าที่เห็นได้. |
getWidth() → int | กลับความกว้าง. |
setWidth(width: int) | กําหนดค่าความกว้าง. |
getHeight() → int | กลับความสูง. |
setHeight(height: int) | กําหนดค่าความสูง. |
getRawVmlShapeXml() → String | รูปแบบ VML ที่รักษาไว้ XML สําหรับความซื่อสัตย์ในการเดินทางกลับ (อาจเป็น null สําหรับความคิดเห็นที่เกี่ยวกับโปรแกรม). |
setRawVmlShapeXml(rawVmlShapeXml: String) | กําหนดค่า xml ของรูปร่าง vml แร่. |