GoToAction
Overview
GoToAction Java için Aspose.PDF FOSS sınıfıdır. Mirasçılardan gelenler: PdfAction.
Gitme eylemleri - belgenin içindeki bir hedefe giden yol (ISO 32000-1:2008, §12.6.4.2).
Bu sınıf, Java programlarında GoToAction nesnelerle çalışmak için 12 yöntem sunar. Mevcut yöntemler şunları içerir: GoToAction, fromDictionary, getAppointment, getDestination, getNext, getPdfDictionary, getType, setDestination. Tüm kamu üyeleri, Java paket için Aspose.PDF FOSS’u yükledikten sonra herhangi bir Java uygulamasına erişilebilir. Mülkiyet : appointment, destination, next, pdfDictionary, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
destination | ExplicitDestination | Read | Bir ayarlandığında bir {@link ExplicitDestination} olarak varış noktasına geri döner (yapım sırasında ya da zaten çözülmüştür); bir{@Link NamedDestination} için, açıkça çözünen varlık noktası veya {_code null} iade edilir. |
appointment | IAppointment | Read | Yakıt noktasına geri döner ({@link ExplicitDestination} veya {@Link NamedDestination}). |
pdfDictionary | PdfDictionary | Read | Aksiyon sözlüğüne geri dönüyor. |
type | String | Read | Aksiyon türü ( / S giriş ) geri döner. |
next | PdfAction | Read | Bir sonraki eylemi (/Bir sonradan) geri getirir. |
Methods
| Signature | Description |
|---|---|
GoToAction(page: Page) | Bir GoToAction varsayılan XYZ hedefi olan bir sayfayı hedeflemektedir. |
GoToAction() | Önceden belirlenmemiş bir varış noktası olan GoToAction oluşturur - daha sonra {@link #setDestination(IAppointment)} çağrıcılar tarafından kullanılır. |
GoToAction(dest: ExplicitDestination) | Belirli bir hedef ile bir GoToAction oluşturur. |
GoToAction(dest: NamedDestination) | Bir hedef ile bir GoToAction oluşturur. |
GoToAction(dict: PdfDictionary, doc: Document) | Bir sözlükte bir GoToAction kaydedilir. |
getDestination() → ExplicitDestination | Bir ayarlandığında bir {@link ExplicitDestination} olarak varış noktasına geri döner (yapım sırasında ya da zaten çözülmüştür); bir{@Link NamedDestination} için, açıkça çözünen varlık noktası veya {_code null} iade edilir. |
getAppointment() → IAppointment | Yakıt noktasına geri döner ({@link ExplicitDestination} veya {@Link NamedDestination}). |
setDestination(dest: IAppointment) | Hedefini ayarlayın (her ikisini de kabul eder {@link ExplicitDestination} ve { @linkNamedDestination}). |
getPdfDictionary() → PdfDictionary | Aksiyon sözlüğüne geri dönüyor. |
getType() → String | Aksiyon türü ( / S giriş ) geri döner. |
getNext() → PdfAction | Bir sonraki eylemi (/Bir sonradan) geri getirir. |
fromDictionary(dict: PdfDictionary, doc: Document) → PdfAction | Fabrika: bir sözlükten uygun PdfAction alt sınıfı oluşturur. |