You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Antonio Gallardo (JIRA)" <ji...@apache.org> on 2006/03/01 08:22:41 UTC

[jira] Assigned: (COCOON-806) [PATCH]: HSSF Serializer does not process

     [ http://issues.apache.org/jira/browse/COCOON-806?page=all ]

Antonio Gallardo reassigned COCOON-806:
---------------------------------------

    Assign To: Antonio Gallardo  (was: Cocoon Developers Team)

> [PATCH]: HSSF Serializer does not process <gmr:PrintInformation>
> ----------------------------------------------------------------
>
>          Key: COCOON-806
>          URL: http://issues.apache.org/jira/browse/COCOON-806
>      Project: Cocoon
>         Type: Bug
>   Components: Blocks: POI
>     Versions: 2.1.8
>  Environment: Operating System: All
> Platform: All
>     Reporter: Antonio Gallardo
>     Assignee: Antonio Gallardo
>  Attachments: EP_Grid.java.diff, EP_Orientation.java.diff, EP_Paper.java.diff, Sheet.java.diff
>
> The <gmr:PrintInformation> element is where we configure all the info related to
> print configuration of the stylesheet generated. For example: landscape
> orientation, papelsize, margins, etc. Currenlty the HSSF Serializer is ignoring
> all the info the user send.
> Here is a example of the element:
> <gmr:PrintInformation>
>     <gmr:Margins>
>         <gmr:top PrefUnit="cm" Points="28.3"/>
>         <gmr:bottom PrefUnit="cm" Points="28.3"/>
>         <gmr:left PrefUnit="cm" Points="28.3"/>
>         <gmr:right PrefUnit="cm" Points="28.3"/>
>         <gmr:header PrefUnit="cm" Points="14.2"/>
>         <gmr:footer PrefUnit="cm" Points="14.2"/>
>     </gmr:Margins>
>     <gmr:Scale percentage="100" type="percentage"/>
>     <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 Right="" Middle="&amp;[TAB]" Left=""/>
>     <gmr:Footer Right="" Middle="Page &amp;[PAGE]" Left=""/>
>     <gmr:paper>A4</gmr:paper>
> </gmr:PrintInformation>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira