Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/self/root/usr/local/share/perl5/PDF/API2/Content/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/usr/local/share/perl5/PDF/API2/Content/Text.pm

package PDF::API2::Content::Text;

use base 'PDF::API2::Content';

use strict;
use warnings;

our $VERSION = '2.043'; # VERSION

sub new {
    my ($class) = @_;
    my $self = $class->SUPER::new(@_);
    $self->textstart();
    return $self;
}

1;