Uses of Class
org.apache.poi.openxml4j.opc.CertificateEmbeddingOption
-
Packages that use CertificateEmbeddingOption Package Description org.apache.poi.openxml4j.opc -
-
Uses of CertificateEmbeddingOption in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc that return CertificateEmbeddingOption Modifier and Type Method Description static CertificateEmbeddingOption
CertificateEmbeddingOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CertificateEmbeddingOption[]
CertificateEmbeddingOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-