The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PBib::Document::OpenOfficeSXW - OpenOffice Text documents

SYNOPSIS

        use PBib::Document;
        my $doc = new PBib::Document(
                'filename' => 'sample.sxw',
                'mode' => 'r',
                );
        print $doc->filename();
        my @paragraphs = $doc->paragraphs();
        $doc->close();

DESCRIPTION

OpenOffice Text documents.

We'll see if there's a difference to the base clase :-)

Converting Methods

Methods used by PBib::ReferenceConverter::convert().

$doc->finalizeConvert($conv)

Insert PBib styles into document.

Formatting Methods

Methods used by PBib to create formatted text.