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