NAME
EPL2::Command::Q - Q Command (Set Form Length)
VERSION
version 0.001
SYNOPSIS
my $Q = EPL2::Command::Q->new( height => 800 );
say $Q->string;
ATTRIBUTES
height ( Padheight default = 0 )
Describe height of a Label.
continuous ( Bool default = 1 )
If true sets Gap length or Thickness of black line to 0 for continuous print media.
METHODS
string
param: ( delimiter => "\n" )
Return an EPL2 formatted string used for setting Form height.
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.