Uses of Class
com.itextpdf.text.pdf.PdfArtifact.ArtifactType
-
Packages that use PdfArtifact.ArtifactType Package Description com.itextpdf.text.pdf -
-
Uses of PdfArtifact.ArtifactType in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfArtifact.ArtifactType Modifier and Type Method Description static PdfArtifact.ArtifactType
PdfArtifact.ArtifactType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PdfArtifact.ArtifactType[]
PdfArtifact.ArtifactType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.text.pdf with parameters of type PdfArtifact.ArtifactType Modifier and Type Method Description void
PdfArtifact. setType(PdfArtifact.ArtifactType type)
-