Return-Path: Delivered-To: apmail-poi-user-archive@www.apache.org Received: (qmail 51860 invoked from network); 7 Jan 2010 21:12:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2010 21:12:04 -0000 Received: (qmail 48781 invoked by uid 500); 7 Jan 2010 21:12:04 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 48751 invoked by uid 500); 7 Jan 2010 21:12:04 -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 48741 invoked by uid 99); 7 Jan 2010 21:12:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 21:12:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-poi-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 21:11:56 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NSzdi-0000Xo-4W for user@poi.apache.org; Thu, 07 Jan 2010 22:11:30 +0100 Received: from 2c.e8b7d1.client.atlantech.net ([209.183.232.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jan 2010 22:11:30 +0100 Received: from icarus21 by 2c.e8b7d1.client.atlantech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jan 2010 22:11:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@poi.apache.org From: Michael L Subject: Drawing class not having createCellComment function? Date: Thu, 7 Jan 2010 21:11:05 +0000 (UTC) Lines: 7 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 209.183.232.44 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6) Sender: news Hi, I was trying to use a Drawing object created via sheet.createDrawingPatriarch() and noticed that it didn't have the function "createCellComment" that is used to create comments. I looked into the POI 3.5 jar file and noticed that in fact the methods included in the Drawing interface class did not have createCellComment even though the javadocs says that it does. The comment tutorials also depend on this function to create comments so I was wondering how I can solve this problem? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org