public class IdsObject extends Object
Constructor and Description |
---|
IdsObject() |
Modifier and Type | Method and Description |
---|---|
String |
getModified()
Gets the string value of the unique identifier for the modified version of the pdf and corresponding xfdf document.
|
String |
getOriginal()
Gets the string value of the permanent identifier which is based on the contents of the file at the time it was originally created.
|
IdsObject |
setModified(String modified)
Sets the string value of the unique identifier for the modified version of the pdf and corresponding xfdf document.
|
IdsObject |
setOriginal(String original)
Sets the string value of the permanent identifier which is based on the contents of the file at the time it was originally created.
|
public String getOriginal()
public IdsObject setOriginal(String original)
original
- the permanent identifier value
ids object
public String getModified()
public IdsObject setModified(String modified)
modified
- the unique identifier value
ids object
Copyright © 1998–2023 iText Group NV. All rights reserved.