Uses of Class
net.webpdf.wsclient.schema.operation.TiffCompressionType
-
Packages that use TiffCompressionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TiffCompressionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TiffCompressionType Modifier and Type Field Description protected TiffCompressionTypeTiffType. compressionMethods in net.webpdf.wsclient.schema.operation that return TiffCompressionType Modifier and Type Method Description static TiffCompressionTypeTiffCompressionType. fromValue(String v)TiffCompressionTypeTiffType. getCompression()Gets the value of the compression property.static TiffCompressionTypeTiffCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TiffCompressionType[]TiffCompressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type TiffCompressionType Modifier and Type Method Description voidTiffType. setCompression(TiffCompressionType value)Sets the value of the compression property.
-