GoToAction
Genel Bakış
GoToAction Java için FOSS’de bir sınıf. Mirasçılar: PdfAction.
Go-To eylem belge içindeki bir hedefe yönlendirin (ISO 32000-1:2008, §12.6.4.2).
Bu sınıf, Java programlarında GoToAction nesnelerle çalışmak için 12 yöntem sağlar. Kullanılabilir yöntemler şunlardır: GoToAction, fromDictionary, getAppointment, getDestination, getNext, getPdfDictionary, getType, setDestination. Tüm kamu üyeleri, Java için FOSS paketini yükledikten sonra herhangi bir Java uygulamasına erişilebilir. Özellikleri: appointment, destination, next, pdfDictionary, type.
Özellikler
| Adı: | Tip: | Access | Açıklama: |
|---|---|---|---|
destination | ExplicitDestination | Oku . | Bir tane ayarlandığında (ya inline veya inşaat sırasında zaten çözülmüş) bir {@link NamedDestination} olarak hedef gönderir; eğer isim çözülemezse, { @code null} ya da lazy-resolved açık amaç verir. |
appointment | IAppointment | Oku . | Çözel hedef gönderir ({@link ExplicitDestination} veya {@Link NamedDestination}). |
pdfDictionary | PdfDictionary | Oku . | Altta bulunan eylem sözlüğünü gönderir. |
type | String | Oku . | Eylem türünü gönderir (/S giriş). |
next | PdfAction | Oku . | Bir sonraki eylem (/Next), eğer varsa, gönderir. |
Yöntemler
| Signature | Açıklama: |
|---|---|
GoToAction(page: Page) | Varsayılan XYZ hedefi olan bir sayfayı hedefleyen GoToAction oluşturur. |
GoToAction() | Daha sonra {@link #setDestination(IAppointment’ı çağıran aramacılar tarafından kullanılan önceden belirlenmiş bir hedefsiz GoToAction oluşturur. |
GoToAction(dest: ExplicitDestination) | Belirli bir hedef ile GoToAction oluşturur. |
GoToAction(dest: NamedDestination) | Adı verilen bir hedef ile GoToAction oluşturur. |
GoToAction(dict: PdfDictionary, doc: Document) | Mevcut bir sözlükten GoToAction’ı analiz eder. |
getDestination() → ExplicitDestination | Bir tane ayarlandığında (ya inline veya inşaat sırasında zaten çözülmüş) bir {@link NamedDestination} olarak hedef gönderir; eğer isim çözülemezse, { @code null} ya da lazy-resolved açık amaç verir. |
getAppointment() → IAppointment | Çözel hedef gönderir ({@link ExplicitDestination} veya {@Link NamedDestination}). |
setDestination(dest: IAppointment) | Hedefi belirler (hem {@link ExplicitDestination} hem de { @linkNamedDestination}) kabul eder). |
getPdfDictionary() → PdfDictionary | Altta bulunan eylem sözlüğünü gönderir. |
getType() → String | Eylem türünü gönderir (/S giriş). |
getNext() → PdfAction | Bir sonraki eylem (/Next), eğer varsa, gönderir. |
fromDictionary(dict: PdfDictionary, doc: Document) → PdfAction | Factory: bir sözlükten uygun PdfAction alt sınıfı oluşturur. |