AppearanceCharacteristics

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

NameTypeAccessDescription
backgroundColorReadได้ข้อมูลหลังๆ.
borderColorReadได้รับชายแดน.
rotateintReadการหมุนกลับในระดับ (0, 90, 180 หรือ 270).
captionStringReadกลับคําบรรยายปกติ (/CA) หรือ {@code null} หากไม่ตั้งค่า.
rolloverCaptionStringReadกลับคําบรรยายการ rollover (/RC) หรือ {@code null}.
alternateCaptionStringReadกลับคําบรรยายตัวแทน (“ลง”) (/AC) หรือ {@code null}.
pdfDictionaryPdfDictionaryReadส่งกลับคําศัพท์ที่อยู่เบื้องต้น {@code /MK} โดยสร้างมันตามความต้องการ.

Methods

SignatureDescription
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} โดยสร้างมันตามความต้องการ.

See Also

 ภาษาไทย