|
iText 8.0.4 API
|
Class that holds the configuration for the PDF/UA document. More...
Public Member Functions |
|
| PdfUAConfig (PdfUAConformanceLevel conformanceLevel, String title, String language) | |
| Creates a new PdfUAConfig instance. More... |
|
| virtual PdfUAConformanceLevel | GetConformanceLevel () |
| Gets the conformance level. More... |
|
| virtual String | GetTitle () |
| Gets the title. More... |
|
| virtual String | GetLanguage () |
| Gets the language. More... |
|
Class that holds the configuration for the PDF/UA document.
|
inline |
Creates a new PdfUAConfig instance.
| conformanceLevel | The conformance level of the PDF/UA document. |
| title | The title of the PDF/UA document. |
| language | The language of the PDF/UA document. |
|
inlinevirtual |
Gets the conformance level.
|
inlinevirtual |
Gets the language.
|
inlinevirtual |
Gets the title.