Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72750108C1 for ; Thu, 27 Aug 2015 12:22:00 +0000 (UTC) Received: (qmail 79731 invoked by uid 500); 27 Aug 2015 12:22:00 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 79586 invoked by uid 500); 27 Aug 2015 12:22:00 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 78976 invoked by uid 99); 27 Aug 2015 12:21:59 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 12:21:59 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 9FFB3AC08DD for ; Thu, 27 Aug 2015 12:21:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1698136 [22/30] - in /poi/site/publish/apidocs: ./ org/apache/poi/ddf/ org/apache/poi/ddf/class-use/ org/apache/poi/hslf/model/ org/apache/poi/hslf/usermodel/ org/apache/poi/hslf/usermodel/class-use/ org/apache/poi/sl/draw/ org/apache/poi/... Date: Thu, 27 Aug 2015 12:21:54 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150827122159.9FFB3AC08DD@hades.apache.org> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Slide.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Slide.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Slide.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Slide.html Thu Aug 27 12:21:51 2015 @@ -118,29 +118,27 @@

Uses of Slide in org.apache.poi.sl.draw

- - +
Classes in org.apache.poi.sl.draw with type parameters of type Slide 
+ - + - - + +
Methods in org.apache.poi.sl.draw with parameters of type Slide 
Modifier and TypeClass and DescriptionMethod and Description
class DrawSlide<T extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>> DrawSlideDrawFactory.getDrawable(Slide<?,?> sheet) 
- - +
Methods in org.apache.poi.sl.draw with type parameters of type Slide 
+ - - + - - +
Constructors in org.apache.poi.sl.draw with parameters of type Slide 
Modifier and TypeMethod and DescriptionConstructor and Description
<T extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>> 
DrawSlide<T>
DrawFactory.getDrawable(T sheet) DrawSlide(Slide<?,?> slide) 
@@ -157,7 +155,7 @@ -Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>> +Slide<S,P> SlideShow.createSlide()  @@ -170,7 +168,7 @@ -java.util.List<? extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>> +java.util.List<? extends Slide<S,P>> SlideShow.getSlides()  Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/SlideShow.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/SlideShow.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/SlideShow.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/SlideShow.html Thu Aug 27 12:21:51 2015 @@ -82,14 +82,10 @@   -org.apache.poi.sl.draw -  - - org.apache.poi.sl.usermodel   - + org.apache.poi.xslf.usermodel   @@ -117,19 +113,6 @@ - - - - - - - - - - - - -
Methods in org.apache.poi.hslf.usermodel that return types with arguments of type SlideShow 
Modifier and TypeMethod and Description
MasterSheet<? extends Shape,? extends SlideShow>HSLFSlideShow.createMasterSheet() 
  • @@ -204,112 +187,20 @@
  • -
  • - - -

    Uses of SlideShow in org.apache.poi.sl.draw

    - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.poi.sl.draw with type parameters of type SlideShow 
    Modifier and TypeClass and Description
    class DrawMasterSheet<T extends MasterSheet<? extends Shape,? extends SlideShow>> 
    class DrawSheet<T extends Sheet<? extends Shape,? extends SlideShow>> 
    class DrawSlide<T extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>> 
    - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.poi.sl.draw with type parameters of type SlideShow 
    Modifier and TypeMethod and Description
    <T extends MasterSheet<? extends Shape,? extends SlideShow>> 
    DrawMasterSheet<T>
    DrawFactory.getDrawable(T sheet) 
    <T extends Sheet<? extends Shape,? extends SlideShow>> 
    DrawSheet<T>
    DrawFactory.getDrawable(T sheet) 
    <T extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>> 
    DrawSlide<T>
    DrawFactory.getDrawable(T sheet) 
    -
  • Uses of SlideShow in org.apache.poi.sl.usermodel

    - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.poi.sl.usermodel with type parameters of type SlideShow 
    Modifier and TypeInterface and Description
    interface MasterSheet<T extends Shape,SS extends SlideShow> 
    interface Notes<T extends Shape,SS extends SlideShow> 
    interface Sheet<T extends Shape,SS extends SlideShow> -
    Common parent of Slides, Notes and Masters
    -
    interface Slide<T extends Shape,SS extends SlideShow,N extends Notes<T,SS>> 
    - + - - - - - - - - - - - - - - - - - - + +
    Methods in org.apache.poi.sl.usermodel that return types with arguments of type SlideShow Methods in org.apache.poi.sl.usermodel that return SlideShow 
    Modifier and Type Method and Description
    MasterSheet<? extends Shape,? extends SlideShow>SlideShow.createMasterSheet() 
    Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>SlideShow.createSlide() 
    Sheet<? extends Shape,? extends SlideShow>Shape.getSheet() 
    java.util.List<? extends MasterSheet<? extends Shape,? extends SlideShow>>SlideShow.getSlideMasters() -
    Returns all slide masters.
    -
    java.util.List<? extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>>SlideShow.getSlides() SlideShow<S,P>Sheet.getSlideShow() 
    Added: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TableCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TableCell.html?rev=1698136&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TableCell.html (added) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TableCell.html Thu Aug 27 12:21:51 2015 @@ -0,0 +1,183 @@ + + + + +Uses of Interface org.apache.poi.sl.usermodel.TableCell (POI API Documentation) + + + + + + + + + +
    +

    Uses of Interface
    org.apache.poi.sl.usermodel.TableCell

    +
    +
    + +
    + + + + +

    + Copyright 2015 The Apache Software Foundation or + its licensors, as applicable. +

    + + Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TableShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TableShape.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TableShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TableShape.html Thu Aug 27 12:21:51 2015 @@ -82,6 +82,10 @@   +org.apache.poi.sl.usermodel +  + + org.apache.poi.xslf.usermodel   @@ -114,29 +118,48 @@

    Uses of TableShape in org.apache.poi.sl.draw

    - - +
    Classes in org.apache.poi.sl.draw with type parameters of type TableShape 
    + - + - - + + + + +
    Methods in org.apache.poi.sl.draw with parameters of type TableShape 
    Modifier and TypeClass and DescriptionMethod and Description
    class DrawTableShape<T extends TableShape> DrawTableShapeDrawFactory.getDrawable(TableShape<?,?> shape) 
    + + + + + + + +
    Constructors in org.apache.poi.sl.draw with parameters of type TableShape 
    Constructor and Description
    DrawTableShape(TableShape<?,?> shape) 
    +
  • +
  • + + +

    Uses of TableShape in org.apache.poi.sl.usermodel

    - + - - + +
    Methods in org.apache.poi.sl.draw with type parameters of type TableShape Methods in org.apache.poi.sl.usermodel that return TableShape 
    Modifier and Type Method and Description
    <T extends TableShape
    DrawTableShape<T>
    DrawFactory.getDrawable(T shape) TableShape<S,P>ShapeContainer.createTable(int numRows, + int numCols) +
    Create a new Table of the given number of rows and columns
    +
    Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TextBox.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TextBox.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TextBox.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/TextBox.html Thu Aug 27 12:21:51 2015 @@ -74,20 +74,56 @@ +org.apache.poi.hslf.model +  + + +org.apache.poi.hslf.usermodel +  + + org.apache.poi.sl.draw   + +org.apache.poi.sl.usermodel +  + + +org.apache.poi.xslf.usermodel +  +