GoToEmbeddedAction

GoToEmbeddedAction

Overview

GoToEmbeddedAction 是一个类在Java的FOSS中. 继承人: PdfAction.

GoToE (Go-To-Embeded) 操作在嵌入式PDF中导航到目的地 (ISO 32000-1:2008, §12.6.4.4).

这个类提供了8种方法,用于在Java程序中使用GoToEmbeddedAction对象. 有的方法包括: GoToEmbeddedAction, fromDictionary, getDestination, getNext, getPdfDictionary, getTarget, getType, isNewWindow. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: destination, newWindow, next, pdfDictionary, target, type.

Properties

NameTypeAccessDescription
destinationPdfBaseRead返回嵌入文档中的目的地 (/D).
targetPdfDictionaryRead返回嵌入文件的目标规范 (/T).
newWindowbooleanRead返回是否应该打开一个新窗口.
pdfDictionaryPdfDictionaryRead返回底层动作词典.
typeStringRead返回操作类型 (/S输入).
nextPdfActionRead返回下一个动作 (/ 下一步),如果有.

Methods

SignatureDescription
GoToEmbeddedAction(dict: PdfDictionary)解析一个 GoToEmbeddedAction 从现有词典.
getDestination()PdfBase返回嵌入文档中的目的地 (/D).
getTarget()PdfDictionary返回嵌入文件的目标规范 (/T).
isNewWindow()boolean返回是否应该打开一个新窗口.
getPdfDictionary()PdfDictionary返回底层动作词典.
getType()String返回操作类型 (/S输入).
getNext()PdfAction返回下一个动作 (/ 下一步),如果有.
fromDictionary(dict: PdfDictionary, doc: Document)PdfAction工厂:从字典中创建适当的PdfAction子类.

See Also

 中文