Uses of Class
com.aspose.zip.ZipDataDescriptorPolicy
-
-
Uses of ZipDataDescriptorPolicy in com.aspose.zip
Methods in com.aspose.zip that return ZipDataDescriptorPolicy Modifier and Type Method Description ZipDataDescriptorPolicyArchiveSaveOptions. getDataDescriptorPolicy()Gets settings for Data Descriptor emission.static ZipDataDescriptorPolicyZipDataDescriptorPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ZipDataDescriptorPolicy[]ZipDataDescriptorPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.zip with parameters of type ZipDataDescriptorPolicy Modifier and Type Method Description voidArchiveSaveOptions. setDataDescriptorPolicy(ZipDataDescriptorPolicy value)Sets settings for Data Descriptor emission.
-