You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org> on 2007/08/28 13:49:32 UTC

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

    [ https://issues.apache.org/jira/browse/COCOON-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523215 ] 

Grzegorz Kossakowski commented on COCOON-806:
---------------------------------------------

Antonio, this issue is very old. Shouldn't we close it as is with proper fix version set and wait for another report of missing functionality that is still not implemented?

> [PATCH]: HSSF Serializer does not process <gmr:PrintInformation>
> ----------------------------------------------------------------
>
>                 Key: COCOON-806
>                 URL: https://issues.apache.org/jira/browse/COCOON-806
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: POI
>    Affects Versions: 2.1.8
>         Environment: Operating System: All
> Platform: All
>            Reporter: Antonio Gallardo
>            Assignee: Cocoon Developers Team
>         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.
-
You can reply to this email to add a comment to the issue online.