| java.lang.Object | ||
| ↳ | com.pdftron.pdf.OptionsBase | |
| ↳ | com.pdftron.pdf.pdfua.PDFUAOptions | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
PDFUAOptions()
Constructor.
| |||||||||||
|
PDFUAOptions(String json_string)
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getConformanceLevel()
Gets the value ConformanceLevel from the options object.
| ||||||||||
| String |
getDefaultLangCode()
Gets the value DefaultLangCode from the options object.
| ||||||||||
| String |
getFigureAltTextPrefix()
Gets the value FigureAltTextPrefix from the options object.
| ||||||||||
| boolean |
getFirstStop()
Gets the value FirstStop from the options object.
| ||||||||||
| int |
getMaxRefObjs()
Gets the value MaxRefObjs from the options object.
| ||||||||||
| String |
getPassword()
Gets the value Password from the options object.
| ||||||||||
| boolean |
getSaveLinearized()
Gets the value SaveLinearized from the options object.
| ||||||||||
| PDFUAOptions |
setConformanceLevel(int value)
Sets the value for ConformanceLevel in the options object.
| ||||||||||
| PDFUAOptions |
setDefaultLangCode(String value)
Sets the value for DefaultLangCode in the options object.
| ||||||||||
| PDFUAOptions |
setFigureAltTextPrefix(String value)
Sets the value for FigureAltTextPrefix in the options object.
| ||||||||||
| PDFUAOptions |
setFirstStop(boolean value)
Sets the value for FirstStop in the options object.
| ||||||||||
| PDFUAOptions |
setMaxRefObjs(int value)
Sets the value for MaxRefObjs in the options object.
| ||||||||||
| PDFUAOptions |
setPassword(String value)
Sets the value for Password in the options object.
| ||||||||||
| PDFUAOptions |
setSaveLinearized(boolean value)
Sets the value for SaveLinearized in the options object.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value ConformanceLevel from the options object. The PDF/UA conformance level. By default the conformance level is PDF/UA-1.
| PDFNetException |
|---|
Gets the value DefaultLangCode from the options object. The natural language code to set on the document if it is missing.
| PDFNetException |
|---|
Gets the value FigureAltTextPrefix from the options object. The prefix to use when setting Alt for Image and Graphic tags. By default, and when this is empty, the tag name will be used.
| PDFNetException |
|---|
Gets the value FirstStop from the options object. Whether to stop processing after the first PDF/UA error is detected. By default, processing continues.
| PDFNetException |
|---|
Gets the value MaxRefObjs from the options object. The maximum number of object references per error condition. This is 10 by default.
| PDFNetException |
|---|
Gets the value Password from the options object. The password to be used for encrypted PDF documents. By default, no password is used.
| PDFNetException |
|---|
Gets the value SaveLinearized from the options object. Whether to linearize when saving converted output. By default, the output is not linearized.
| PDFNetException |
|---|
Sets the value for ConformanceLevel in the options object. The PDF/UA conformance level. By default the conformance level is PDF/UA-1.
| value | The PDF/UA conformance level. By default the conformance level is PDF/UA-1. |
|---|
| PDFNetException |
|---|
Sets the value for DefaultLangCode in the options object. The natural language code to set on the document if it is missing.
| value | The new value for DefaultLangCode. |
|---|
| PDFNetException |
|---|
Sets the value for FigureAltTextPrefix in the options object. The prefix to use when setting Alt for Image and Graphic tags. By default, and when this is empty, the tag name will be used.
| value | The new value for FigureAltTextPrefix. |
|---|
| PDFNetException |
|---|
Sets the value for FirstStop in the options object. Whether to stop processing after the first PDF/UA error is detected. By default, processing continues.
| value | Whether to stop processing after the first PDF/UA error is detected. By default, processing continues. |
|---|
| PDFNetException |
|---|
Sets the value for MaxRefObjs in the options object. The maximum number of object references per error condition. This is 10 by default.
| value | The maximum number of object references per error condition. This is 10 by default. |
|---|
| PDFNetException |
|---|
Sets the value for Password in the options object. The password to be used for encrypted PDF documents. By default, no password is used.
| value | The password to be used for encrypted PDF documents. By default, no password is used. |
|---|
| PDFNetException |
|---|
Sets the value for SaveLinearized in the options object. Whether to linearize when saving converted output. By default, the output is not linearized.
| value | Whether to linearize when saving converted output. By default, the output is not linearized. |
|---|
| PDFNetException |
|---|