Uses of Class
net.webpdf.wsclient.schema.operation.Pdf417CompactionModeType
-
Packages that use Pdf417CompactionModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of Pdf417CompactionModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as Pdf417CompactionModeType Modifier and Type Field Description protected Pdf417CompactionModeTypePdf417BarcodeType. compactionModeMethods in net.webpdf.wsclient.schema.operation that return Pdf417CompactionModeType Modifier and Type Method Description static Pdf417CompactionModeTypePdf417CompactionModeType. fromValue(String v)Pdf417CompactionModeTypePdf417BarcodeType. getCompactionMode()Gets the value of the compactionMode property.static Pdf417CompactionModeTypePdf417CompactionModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Pdf417CompactionModeType[]Pdf417CompactionModeType. 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 Pdf417CompactionModeType Modifier and Type Method Description voidPdf417BarcodeType. setCompactionMode(Pdf417CompactionModeType value)Sets the value of the compactionMode property.
-