Uses of Class
com.ironsoftware.ironpdf.NaturalLanguages
-
Packages that use NaturalLanguages Package Description com.ironsoftware.ironpdf -
-
Uses of NaturalLanguages in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf that return NaturalLanguages Modifier and Type Method Description static NaturalLanguagesNaturalLanguages. valueOf(String name)Returns the enum constant of this type with the specified name.static NaturalLanguages[]NaturalLanguages. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ironsoftware.ironpdf with parameters of type NaturalLanguages Modifier and Type Method Description PdfDocumentPdfDocument. convertToPdfUA(NaturalLanguages naturalLanguages)Convert the current document into the specified PDF/UA standard formatPdfDocumentPdfDocument. saveAsPdfUA(String filePath, NaturalLanguages naturalLanguages)Save the current document into the specified PDF/UA standard format
-