public static class PDFDocument.PDFWrapperData
extends java.lang.Object
PDFWrapperData
represents a wrapper data.
The PDF wrapper is an extended standard, it helps to hide some
information to viewers.
The PDFWrapperData
consists of wrapper type which is an
identity string, wrapper offset which tells the end of original data
and wrapper template which is the content of wrapper document.
It can be constructed by the following way.
Example:
PDFDocument document = PDFDocument.open(file,password); PDFWrapperData data = document.getWrapperData();
PDFDocument
Modifier and Type | Field and Description |
---|---|
java.lang.String |
appID
Application identity code.
|
java.lang.String |
description
Description for wrapper file.
|
java.lang.String |
type
Wrapper type.
|
java.lang.String |
uri
URI for consumer to access.
|
int |
version
Wrapper version.
|
Constructor and Description |
---|
PDFDocument.PDFWrapperData() |
public int version
public java.lang.String type
public java.lang.String appID
public java.lang.String uri
public java.lang.String description