NAME
EPL2::Command::qq - q Command (Set Label Width)
VERSION
version 0.001
SYNOPSIS
my $qq = EPL2::Command::qq->new( width => 800 );
say $qq->string;
ATTRIBUTES
width ( default = 0 )
Describe width of a Label.
METHODS
string
param: ( delimiter => "\n" )
Return an EPL2 formatted string used for setting label width.
SEE ALSO
AUTHOR
Ted Katseres <tedkat@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Ted Katseres.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.