iText 9.0.0 API
|
Class that holds the configuration for the PDF/UA document. More...
Public Member Functions |
|
PdfUAConfig (PdfUAConformance conformance, String title, String language) | |
Creates a new PdfUAConfig instance. More... |
|
virtual PdfUAConformance | GetConformance () |
Gets the UA conformance. 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.
conformance | the conformance of the PDF/UA document |
title | the title of the PDF/UA document |
language | the language of the PDF/UA document |
|
inlinevirtual |
Gets the UA conformance.
|
inlinevirtual |
Gets the language.
|
inlinevirtual |
Gets the title.