AppearanceCharacteristics
Overview
AppearanceCharacteristics เป็นคลาสใน Aspose.PDF FOSS สําหรับ Java.
กลมรอบวิดจ์การปรากฏตัว-ลักษณะของคําศัพท์ ({@code /MK}, ISO 32000-1:2008 §12.5.6.19).
หมวดนี้ให้ 14 วิธีในการทํางานกับวัตถุ AppearanceCharacteristics ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: AppearanceCharacteristics, getAlternateCaption, getBackground, getBorder, getCaption, getPdfDictionary, getRolloverCaption, getRotate, setAlternateCaption, setBackground, setBorder, setCaption,และวิธีการเพิ่มเติม 2 วิธี. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Java. คุณสมบัติ: alternateCaption, background, border, caption, pdfDictionary, rolloverCaption,และอีก 1 ใบ.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
background | Color | Read | ได้ข้อมูลหลังๆ. |
border | Color | Read | ได้รับชายแดน. |
rotate | int | Read | การหมุนกลับในระดับ (0, 90, 180 หรือ 270). |
caption | String | Read | กลับคําบรรยายปกติ (/CA) หรือ {@code null} หากไม่ตั้งค่า. |
rolloverCaption | String | Read | กลับคําบรรยายการ rollover (/RC) หรือ {@code null}. |
alternateCaption | String | Read | กลับคําบรรยายตัวแทน (“ลง”) (/AC) หรือ {@code null}. |
pdfDictionary | PdfDictionary | Read | ส่งกลับคําศัพท์ที่อยู่เบื้องต้น {@code /MK} โดยสร้างมันตามความต้องการ. |
Methods
| Signature | Description |
|---|---|
AppearanceCharacteristics(owner: PdfDictionary) | |
getBackground() → Color | กลับพื้นหลัง. |
setBackground(color: Color) | กําหนดค่าพื้นหลัง. |
getBorder() → Color | กลับไปที่ชายแดน. |
setBorder(color: Color) | กําหนดค่าขอบเขต. |
getRotate() → int | การหมุนกลับในระดับ (0, 90, 180 หรือ 270). |
setRotate(rotate: int) | กําหนดการหมุน. |
getCaption() → String | กลับคําบรรยายปกติ (/CA) หรือ {@code null} หากไม่ตั้งค่า. |
setCaption(caption: String) | กําหนดค่า caption. |
getRolloverCaption() → String | กลับคําบรรยายการ rollover (/RC) หรือ {@code null}. |
setRolloverCaption(caption: String) | กําหนดค่าคําบรรยายการ rollover. |
getAlternateCaption() → String | กลับคําบรรยายตัวแทน (“ลง”) (/AC) หรือ {@code null}. |
setAlternateCaption(caption: String) | กําหนดค่าคําบรรยายตัวแทน. |
getPdfDictionary() → PdfDictionary | ส่งกลับคําศัพท์ที่อยู่เบื้องต้น {@code /MK} โดยสร้างมันตามความต้องการ. |