[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] PrintInformation


Subject: [xsl] PrintInformation
From: "Bernardo Robelo" <brobelo@xxxxxxxxx>
Date: Mon, 4 Aug 2003 14:17:58 -0600 (CST)

 Hi,
 I have a problem about PrintInformation.
 I can to generate Excel documents very well and to get styles too The
 problem is to set the header, footer and print-orientation
 information. I can't do it
 I need to send type of paper and orientation of this.
 This is my stylesheet:
                  <gmr:PrintInformation>
                    <gmr:Margins>
                      <gmr:top Points="28.3" PrefUnit="cm"/>
                      <gmr:bottom Points="28.3" PrefUnit="cm"/>
                      <gmr:left Points="0" PrefUnit="cm"/>
                      <gmr:right Points="0" PrefUnit="cm"/>
                      <gmr:header Points="0" PrefUnit="cm"/>
                      <gmr:footer Points="0" PrefUnit="cm"/>
                    </gmr:Margins>
                    <gmr:vcenter value="0"/>
                    <gmr:hcenter value="0"/>
                    <gmr:grid value="0"/>
                    <gmr:even_if_only_styles value="0"/>
                    <gmr:monochrome value="0"/>
                    <gmr:draft value="0"/>
                    <gmr:titles value="0"/>
                   <gmr:repeat_top value=""/>
                   <gmr:repeat_left value=""/>
                   <gmr:order>r_then_d</gmr:order>
                   <gmr:orientation>landscape</gmr:orientation>
                   <gmr:Header Left="" Middle="Page &amp;[PAGE]"
                      Right=""/> <gmr:Footer Left="" Middle="Page
                        &amp;[PAGE]" Right=""/>
                   <gmr:paper>Legal</gmr:paper>
                 </gmr:PrintInformation>

Regards,

Bernardo







 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread