OutputFormat class

Inheritance
  • Object
  • EnumClass
  • OutputFormat

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<OutputFormat>
no setter
values → BuiltSet<OutputFormat>
no setter

Static Methods

valueOf(String name) OutputFormat

Constants

barCode → const OutputFormat
Format of the content to display or print. Display or print device function. Possible values: * BarCode * MessageRef * Text * XHTML
messageRef → const OutputFormat
Format of the content to display or print. Display or print device function. Possible values: * BarCode * MessageRef * Text * XHTML
text → const OutputFormat
Format of the content to display or print. Display or print device function. Possible values: * BarCode * MessageRef * Text * XHTML
unknownDefaultOpenApi → const OutputFormat
Format of the content to display or print. Display or print device function. Possible values: * BarCode * MessageRef * Text * XHTML
XHTML → const OutputFormat
Format of the content to display or print. Display or print device function. Possible values: * BarCode * MessageRef * Text * XHTML