public class PdfUAConfig extends Object
| Constructor and Description |
|---|
PdfUAConfig(PdfUAConformanceLevel conformanceLevel,
String title,
String language)
Creates a new PdfUAConfig instance.
|
| Modifier and Type | Method and Description |
|---|---|
PdfUAConformanceLevel |
getConformanceLevel()
Gets the conformance level.
|
String |
getLanguage()
Gets the language.
|
String |
getTitle()
Gets the title.
|
public PdfUAConfig(PdfUAConformanceLevel conformanceLevel, String title, String language)
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.public PdfUAConformanceLevel getConformanceLevel()
PdfUAConformanceLevel.public String getTitle()
public String getLanguage()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.