Return-Path: Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 39965 invoked by uid 500); 21 Aug 2003 15:21:10 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 39885 invoked from network); 21 Aug 2003 15:21:08 -0000 Received: from vamana-60.cablenet.com.ni (HELO ags01.agsoftware.dnsalias.com) (216.6.48.60) by daedalus.apache.org with SMTP; 21 Aug 2003 15:21:08 -0000 Received: from ags01.agsoftware.dnsalias.com (localhost [127.0.0.1]) by ags01.agsoftware.dnsalias.com (8.12.8/8.12.8) with ESMTP id h7LEuIid007788 for ; Thu, 21 Aug 2003 08:56:18 -0600 Received: (from apache@localhost) by ags01.agsoftware.dnsalias.com (8.12.8/8.12.8/Submit) id h7LEuIts007786; Thu, 21 Aug 2003 08:56:18 -0600 X-Authentication-Warning: ags01.agsoftware.dnsalias.com: apache set sender to agallardo@agsoftware.dnsalias.com using -f Received: from 10.0.0.5 (SquirrelMail authenticated user agallardo) by ags01.agsoftware.dnsalias.com with HTTP; Thu, 21 Aug 2003 08:56:18 -0600 (CST) Message-ID: <33744.10.0.0.5.1061477778.squirrel@ags01.agsoftware.dnsalias.com> Date: Thu, 21 Aug 2003 08:56:18 -0600 (CST) Subject: Re: [POI] defining Print Orientation to landscape From: "Antonio Gallardo" To: In-Reply-To: <3F43FFC9.8060606@virbus.de> References: <33987.10.0.0.5.1061257069.squirrel@ags01.agsoftware.dnsalias.com> <3F43FFC9.8060606@virbus.de> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Joerg: Thanks for your answer. We already tried to use . >From the docs the tag address all the issues related to the Printing. The fact is that the current implementation in Cocoon does not process any nested tag of and the result is that the tag does not do nothing. The generated XLS does not have any print info. In cocoon CVS we found that the class o.a.c.components.elementprocessor.impl.poi.hssf.elements.EPPrintInformation just have the following constructor: public EPPrintInformation() { super(null); } Here is how we configured the tag: d_then_r landscape US-Legal Please tell me what we are doing wrong. Best Regards, Antonio Gallardo Joerg Heinicke dijo: > Hello Antonio, > > the best resource is the "The Gnumeric File Format" guide linked twice > from http://wiki.cocoondev.org/Wiki.jsp?page=XLSSerializer. > > There is written: > > landscape > > of course embedded in > > > ... > > > Regards, > > Joerg > > Antonio Gallardo wrote: > >> Hi: >> >> We are trying to manage the print orientation of a serialized Excel >> spreadsheet using POI. >> >> How we can define the print orientation of the page to landscape? >> >> Best Regards, >> >> Antonio Gallardo > > > --------------------------------------------------------------------- To > unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org