character(3)
NAME
RTF::Character - Perl class for RTF character formatting
DESCRIPTION
This module exports routines which handle low-level char
acter formatting controls used by RTF documents for char
acter text and style sheets.
SYNOPSIS
use RTF::Group;
use RTF::Character;
my $grp = RTF::Group->new(
text(
reset_style(),
{ Bold => 1, FontSize => '20pt' },
"This is some text",
{ Bold => 0, FontSize => '12pt' },
"More text."
);
REQUIREMENTS
- The following Perl modules are required:
- RTF::Group
Convert::Units::Type
METHODS
text
formatting
escape_text
SEE ALSO
Microsoft Technical Support and Application Note, "Rich
Text Format (RTF) Specification and Sample Reader Pro
gram", Version 1.5.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
LICENSE
- Copyright (c) 2000-2001 Robert Rothenberg. All rights
reserved. This program is free software; you can redis
tribute it and/or modify it under the same terms as Perl
itself.