MarkedContentReference
MarkedContentReference
Overview
MarkedContentReference 是一个类在Java的FOSS中.
标记内容引用将结构元素与页面的内容流中的标志内容联系起来 (ISO 32000-1:2008,第14.7.4.2).
这个类提供了4种方法,用于在Java程序中使用MarkedContentReference对象. 有的方法包括: MarkedContentReference, fromDictionary, getMCID, getPage. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: mCID, page.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
mCID | int | Read | 返回标记内容识别符 (MCID). |
page | PdfDictionary | Read | 返回页面字典,或者如果继承了从父母. |
Methods
| Signature | Description |
|---|---|
MarkedContentReference(mcid: int, page: PdfDictionary) | 创建一个标记的内容引用. |
getMCID() → int | 返回标记内容识别符 (MCID). |
getPage() → PdfDictionary | 返回页面字典,或者如果继承了从父母. |
fromDictionary(dict: PdfDictionary) → MarkedContentReference | 分析PDF字典中的MCR. |