From user-return-22987-archive-asf-public=cust-asf.ponee.io@poi.apache.org Tue May 8 21:25:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3F75818063B for ; Tue, 8 May 2018 21:25:05 +0200 (CEST) Received: (qmail 79026 invoked by uid 500); 8 May 2018 19:25: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 79012 invoked by uid 99); 8 May 2018 19:25:04 -0000 Received: from mail-relay.apache.org (HELO mailrelay2-lw-us.apache.org) (207.244.88.137) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2018 19:25:03 +0000 Received: from mail-yb0-f182.google.com (mail-yb0-f182.google.com [209.85.213.182]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id D929E1DBE for ; Tue, 8 May 2018 19:25:02 +0000 (UTC) Received: by mail-yb0-f182.google.com with SMTP id f3-v6so3138676ybg.13 for ; Tue, 08 May 2018 12:25:02 -0700 (PDT) X-Gm-Message-State: ALKqPwd8Bc2w5H+UNEV94weSjsAuNYk+6IZjcDfACtxbztir/vVSH9Qo rIxuBlznZ6CK1tN/3Ce7AwMIL2k2atf0LFavN2w= X-Google-Smtp-Source: AB8JxZrKocyZY83/IWhGFHvpCGQ2kBtk/7csXx8aEnL6DpzU60WDKcUmxnsf8jIYqWV8DLuMVhPCCGiuAu68g5XTMWU= X-Received: by 2002:a25:d2d3:: with SMTP id j202-v6mr3645015ybg.447.1525807502035; Tue, 08 May 2018 12:25:02 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Javen O'Neal" Date: Tue, 08 May 2018 19:24:51 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: XMLSlideShow.createChart() not implemented? To: POI Users List Content-Type: multipart/alternative; boundary="000000000000279095056bb6be9b" --000000000000279095056bb6be9b Content-Type: text/plain; charset="UTF-8" The docs on the website correspond to the trunk, which is currently somewhere between 3.17 and 4.0.0. If you want docs for a specific version of POI, the docs are packaged with each official release. On Tue, May 8, 2018, 04:19 Ricardo Prida wrote: > Hi everyone, > > I'm currently working with POI to create PowerPoints. > I created a chart in Excel and everything works fine. > Now I want to add the chart to PowerPoint. > When scrolling through the documentation I noticed XMLSlideShow. > createChart() which can't be found when trying to use it though. > I'm using POI 3.17 and added it to my project via Maven. (I already tried > using different methods but I get the same problem no matter what I use) > > My call is like this: > XMLSlideShow show = new XMLSlideShow (); > XSLFSlide slide = show. createSlide() > show. createChartslide); > > The error is the common java error you get when using a function that > doesn't exist. > > Is it not implemented yet but already in the doc? > I used the versions 3.10 to 3.17. > > Thanks in advance and for your time > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@poi.apache.org > For additional commands, e-mail: user-help@poi.apache.org > > --000000000000279095056bb6be9b--