PdfPattern
PdfPattern
Overview
PdfPattern 是一个类在Java的FOSS中.
简介的PDF模式基础 (ISO 32000-1:2008,第8.7段).
这个类提供了4种方法,用于在Java程序中使用PdfPattern对象. 有的方法包括: getMatrix, getPatternType, getPdfDictionary, parse. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: matrix, patternType, pdfDictionary.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
patternType | int | Read | 返回模式类型: 1 为片, 2 为阴影. |
matrix | Matrix | Read | 返回模式矩阵,将模式空间映射到用户空间. |
pdfDictionary | PdfDictionary | Read | 返回底层的PDF字典. |
Methods
| Signature | Description |
|---|---|
getPatternType() → int | 返回模式类型: 1 为片, 2 为阴影. |
getMatrix() → Matrix | 返回模式矩阵,将模式空间映射到用户空间. |
getPdfDictionary() → PdfDictionary | 返回底层的PDF字典. |
parse(obj: PdfBase, parser: PDFParser) → PdfPattern | 工厂:分析一个PDF对象的模式. |