AppearanceCharacteristics
ภาพรวม
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 ใบ.
คุณสมบัติ
| ชื่อ | ประเภท | Access | คําอธิบาย |
|---|---|---|---|
background | Color | อ่าน | รับพื้นหลัง. |
border | Color | อ่าน | รับขอบ. |
rotate | int | อ่าน | การหมุนกลับในระดับ (0, 90, 180 หรือ 270). |
caption | String | อ่าน | กลับคําบรรยายปกติ (/CA) หรือ {@code null} หากไม่ตั้งค่า. |
rolloverCaption | String | อ่าน | กลับคําบรรยายการ rollover (/RC) หรือ {@code null}. |
alternateCaption | String | อ่าน | กลับคําบรรยายตัวแทน (“ลง”) (/AC) หรือ {@code null}. |
pdfDictionary | PdfDictionary | อ่าน | ส่งกลับคําศัพท์ที่อยู่เบื้องต้น {@code /MK} โดยสร้างมันตามความต้องการ. |
วิธีการ
| Signature | คําอธิบาย |
|---|---|
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) | ตั้งค่าค่าคำบรรยายเมื่อเลื่อนเมาส์. |
getAlternateCaption() → String | กลับคําบรรยายตัวแทน (“ลง”) (/AC) หรือ {@code null}. |
setAlternateCaption(caption: String) | ตั้งค่าค่าคำบรรยายสำรอง. |
getPdfDictionary() → PdfDictionary | ส่งกลับคําศัพท์ที่อยู่เบื้องต้น {@code /MK} โดยสร้างมันตามความต้องการ. |