
PBib::Document::OpenOfficeSXW - OpenOffice Text documents

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

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

Methods used by PBib::ReferenceConverter::convert().
Insert PBib styles into document.

Methods used by PBib to create formatted text.