GenericAction
GenericAction
概述
GenericAction 是 Aspose.PDF FOSS for Java 的类。. 继承: PdfAction.
代表一个未知或未支持的PDF操作。.
此类提供5种方法,以便在Java程序中使用 GenericAction 对象。. 可用的方法包括: GenericAction, fromDictionary, getNext, getPdfDictionary, getType. 所有公共成员都可以在安装 Aspose.PDF FOSS for Java 包后访问任何 Java 的应用程序。. 属性: next, pdfDictionary, type.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
pdfDictionary | PdfDictionary | 阅读 | 返回基本行动词典。. |
type | String | 阅读 | 返回操作类型(/S输入)。. |
next | PdfAction | 阅读 | 返回下一个行动(/下一步),如果有。. |
方法
| Signature | 描述 |
|---|---|
GenericAction(dict: PdfDictionary) | 创建一个 GenericAction 包围该词典。. |
getPdfDictionary() → PdfDictionary | 返回基本行动词典。. |
getType() → String | 返回操作类型(/S输入)。. |
getNext() → PdfAction | 返回下一个行动(/下一步),如果有。. |
fromDictionary(dict: PdfDictionary, doc: Document) → PdfAction | 工厂:从字典中创建适当的 PdfAction 子类。. |