Uses of Class
org.apache.poi.hemf.record.emf.HemfComment.EmfFormatSignature
-
Packages that use HemfComment.EmfFormatSignature Package Description org.apache.poi.hemf.record.emf -
-
Uses of HemfComment.EmfFormatSignature in org.apache.poi.hemf.record.emf
Methods in org.apache.poi.hemf.record.emf that return HemfComment.EmfFormatSignature Modifier and Type Method Description static HemfComment.EmfFormatSignatureHemfComment.EmfFormatSignature. getById(int id)HemfComment.EmfFormatSignatureHemfComment.EmfCommentDataFormat. getSignature()static HemfComment.EmfFormatSignatureHemfComment.EmfFormatSignature. valueOf(String name)Returns the enum constant of this type with the specified name.static HemfComment.EmfFormatSignature[]HemfComment.EmfFormatSignature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-