AppearanceCharacteristics

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คําอธิบาย
backgroundColorอ่านรับพื้นหลัง.
borderColorอ่านรับขอบ.
rotateintอ่านการหมุนกลับในระดับ (0, 90, 180 หรือ 270).
captionStringอ่านกลับคําบรรยายปกติ (/CA) หรือ {@code null} หากไม่ตั้งค่า.
rolloverCaptionStringอ่านกลับคําบรรยายการ rollover (/RC) หรือ {@code null}.
alternateCaptionStringอ่านกลับคําบรรยายตัวแทน (“ลง”) (/AC) หรือ {@code null}.
pdfDictionaryPdfDictionaryอ่านส่งกลับคําศัพท์ที่อยู่เบื้องต้น {@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} โดยสร้างมันตามความต้องการ.

ดูเช่นกัน

 ภาษาไทย