Pod-Simple-Rtf

Pod::Simple::RTF(3p) Perl Programmers Reference Guide Pod::Simple::RTF(3p)

Pod-Simple-Rtf

Pod::Simple::RTF(3p) Perl Programmers Reference Guide Pod::Simple::RTF(3p) # Pod::Simple::RTF(3p) Perl Programmers Reference Guide Pod::Simple::RTF(3p) NNAAMMEE # Pod::Simple::RTF -- format Pod as RTF SSYYNNOOPPSSIISS # perl -MPod::Simple::RTF -e \ "exit Pod::Simple::RTF->filter(shift)->any_errata_seen" \ thingy.pod > thingy.rtf DDEESSCCRRIIPPTTIIOONN # This class is a formatter that takes Pod and renders it as RTF, good for viewing/printing in MSWord, WordPad/write.exe, TextEdit, etc. This is a subclass of Pod::Simple and inherits all its methods. FFOORRMMAATT CCOONNTTRROOLL AATTTTRRIIBBUUTTEESS # You can set these attributes on the parser object before you call "parse_file" (or a similar method) on it: $parser->head1_halfpoint_size( _h_a_l_f_p_o_i_n_t___i_n_t_e_g_e_r ); $parser->head2_halfpoint_size( _h_a_l_f_p_o_i_n_t___i_n_t_e_g_e_r ); $parser->head3_halfpoint_size( _h_a_l_f_p_o_i_n_t___i_n_t_e_g_e_r ); $parser->head4_halfpoint_size( _h_a_l_f_p_o_i_n_t___i_n_t_e_g_e_r ); These methods set the size (in half-points, like 52 for 26-point) that these heading levels will appear as. ...