| java.lang.Object | |
| ↳ | com.pdftron.pdf.OfficeToPDFOptions.UpdateDynamicFields |
Dynamic fields to be updated within the document. Enum values can be bitwise OR-ed to define a specific combination of fields to be updated.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | e_update_all | Updates all dynamic fields within the document. | |||||||||
| int | e_update_doc_props | Updates document property fields within the document. | |||||||||
| int | e_update_none | Default value. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UpdateDynamicFields() | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Updates all dynamic fields within the document.
Updates document property fields within the document.
Default value. Does not update dynamic fields within the document.