RelationshipDescriptor
Overview
RelationshipDescriptor เป็นคลาสใน Aspose.Cells FOSS สําหรับ Java.
แสดงถึงตัวอธิบายความสัมพันธ์ใน XLSX แพ็คเกจ.
หมวดนี้ให้ 8 วิธีในการทํางานกับวัตถุ RelationshipDescriptor ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: getId, getIsExternal, getTarget, getType, setId, setIsExternal, setTarget, setType. สมาชิกที่ส่งออกทั้งหมดสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for Java. คุณสมบัติ: id, isExternal, target, type.
Description
RelationshipDescriptor เป็นคลาสในห้องสมุด Aspose.Cells FOSS สําหรับ Java ที่เปิดเผย 8 วิธีและ 4 คุณลักษณะสําหรับการใช้งานโปรแกรม.
ความสามารถหลัก ประกอบด้วย: string; string; string.การปฏิบัติงานเหล่านี้ทําให้ผู้พัฒนาสามารถรวมความทํางานของ relationdescriptor ได้โดยตรงกับแอปพลิเคชั่น Java.
กลุ่มนี้ยังให้บริการที่ id property (คืน id) type property (คืนประเภท) target property (คืนเป้าหมาย).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | String | Read | กลับ ID. |
type | String | Read | การคืนรูปแบบ. |
target | String | Read | กลับเป้าหมาย. |
isExternal | boolean | Read | กลับตัวภายนอก. |
Methods
| Signature | Description |
|---|---|
getId() → String | กลับ ID. |
setId(id: String) | กําหนดตัวเลข. |
getType() → String | การคืนรูปแบบ. |
setType(type: String) | กําหนดประเภท. |
getTarget() → String | กลับเป้าหมาย. |
setTarget(target: String) | ตั้งเป้าหมาย. |
getIsExternal() → boolean | กลับตัวภายนอก. |
setIsExternal(isExternal: boolean) | ตั้งตัวภายนอก. |