RenditionAction
Overview
RenditionAction เป็นคลาสใน Aspose.PDF FOSS สําหรับ Java. ทายาทจาก: PdfAction.
การทําการแสดงผล ตรวจสอบการให้ความเห็นของมัลติมีเดีย (ISO 32000-1:2008, §12.6.4.13).
หมวดนี้ให้ 8 วิธีในการทํางานกับวัตถุ RenditionAction ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: RenditionAction, fromDictionary, getAnnotation, getNext, getOperation, getPdfDictionary, getRendition, getType. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Java. คุณสมบัติ: OP_PAUSE, OP_PLAY, OP_PLAY_STOP, OP_RESUME, OP_STOP, annotation,และอีก 5 คน.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operation | int | Read | การตอบกลับรหัสการทํางาน (04). |
rendition | PdfDictionary | Read | การคืนคําศัพท์การแสดง (/R). |
annotation | PdfDictionary | Read | ส่งผลการแสดงความหมายของหน้าจอที่เกี่ยวข้องกับการกระทํานี้ (/AN). |
OP_PLAY_STOP | int | Read | เล่นถ้าไม่เล่น หยุดถ้าเล่น. |
OP_STOP | int | Read | หยุดนะ!. |
OP_PAUSE | int | Read | หยุดพัก. |
OP_RESUME | int | Read | เริ่มต้นใหม่นะ. |
OP_PLAY | int | Read | เล่นกันเถอะ. |
pdfDictionary | PdfDictionary | Read | ส่งคําศัพท์การกระทําที่อยู่เบื้องหลังกลับมา. |
type | String | Read | การคืนประเภทการกระทํา (/S entry). |
next | PdfAction | Read | การคืนการกระทําต่อไป (/Next) หากมี. |
Methods
| Signature | Description |
|---|---|
RenditionAction(dict: PdfDictionary) | การพาราซ RenditionAction จากวัสดุที่มีอยู่. |
getOperation() → int | การตอบกลับรหัสการทํางาน (04). |
getRendition() → PdfDictionary | การคืนคําศัพท์การแสดง (/R). |
getAnnotation() → PdfDictionary | ส่งผลการแสดงความหมายของหน้าจอที่เกี่ยวข้องกับการกระทํานี้ (/AN). |
getPdfDictionary() → PdfDictionary | ส่งคําศัพท์การกระทําที่อยู่เบื้องหลังกลับมา. |
getType() → String | การคืนประเภทการกระทํา (/S entry). |
getNext() → PdfAction | การคืนการกระทําต่อไป (/Next) หากมี. |
fromDictionary(dict: PdfDictionary, doc: Document) → PdfAction | Factory: สร้างตัวกลักษณะ PdfAction ที่เหมาะสมจากวัตถุดิศานุกรม. |