Return-Path: Delivered-To: apmail-poi-user-archive@www.apache.org Received: (qmail 93286 invoked from network); 28 Jul 2008 17:20:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jul 2008 17:20:04 -0000 Received: (qmail 46992 invoked by uid 500); 28 Jul 2008 17:20:02 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 46977 invoked by uid 500); 28 Jul 2008 17:20:02 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 46966 invoked by uid 99); 28 Jul 2008 17:20:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2008 10:20:02 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [81.187.40.70] (HELO fluffy.torchbox.com) (81.187.40.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2008 17:19:07 +0000 Received: from [192.168.2.50] (helo=grenache.internal.torchbox.com) by fluffy.torchbox.com with esmtp (Exim 4.69) (envelope-from ) id 1KNWKb-0004jv-7m for user@poi.apache.org; Mon, 28 Jul 2008 18:16:23 +0100 Date: Mon, 28 Jul 2008 18:16:51 +0100 (BST) From: Nick Burch X-X-Sender: nick@localhost.localdomain To: POI Users List Subject: Re: HSSFPatriarch deletes images In-Reply-To: <18695133.post@talk.nabble.com> Message-ID: References: <18695133.post@talk.nabble.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -2.9 (--) Organization: Torchbox Ltd, Registered Company #3983354, Unit 9, Southill Business Park, OX7 3EW, UK X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 28 Jul 2008, mxrblind wrote: > HSSFPatriarch patriarch = sheet.createDrawingPatriarch(); This line creates a new drawing patriach for your sheet, removing an existing one if it was present. It's not currently possible to edit existing drawings with hssf, only to start again. Nick --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org