From commits-return-11893-archive-asf-public=cust-asf.ponee.io@poi.apache.org Sun Dec 16 16:43:09 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 42B62180625 for ; Sun, 16 Dec 2018 16:43:07 +0100 (CET) Received: (qmail 80511 invoked by uid 500); 16 Dec 2018 15:43:06 -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 80502 invoked by uid 99); 16 Dec 2018 15:43:06 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2018 15:43:06 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 990B43A008F for ; Sun, 16 Dec 2018 15:43:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1849031 [1/2] - in /poi/site/publish: ./ apidocs/4.0/org/apache/poi/ss/formula/ apidocs/4.0/org/apache/poi/ss/formula/class-use/ apidocs/4.0/org/apache/poi/ss/formula/functions/ apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/ ap... Date: Sun, 16 Dec 2018 15:43:04 -0000 To: commits@poi.apache.org From: kiwiwings@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20181216154305.990B43A008F@svn01-us-west.apache.org> Author: kiwiwings Date: Sun Dec 16 15:43:04 2018 New Revision: 1849031 URL: http://svn.apache.org/viewvc?rev=1849031&view=rev Log: add info for svg support, ibm jdk jit and a few forgotten 4.0 apidocs ... Added: poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/SheetRangeAndWorkbookIndexFormatter.html poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/class-use/SheetRangeAndWorkbookIndexFormatter.html poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Frequency.html poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Trend.html poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Frequency.html poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Trend.html poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/DisplayBlanks.html poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/XDDFTitle.html poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/class-use/DisplayBlanks.html poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/class-use/XDDFTitle.html Modified: poi/site/publish/changes.html poi/site/publish/components/index.html poi/site/publish/help/faq.html Added: poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/SheetRangeAndWorkbookIndexFormatter.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/SheetRangeAndWorkbookIndexFormatter.html?rev=1849031&view=auto ============================================================================== --- poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/SheetRangeAndWorkbookIndexFormatter.html (added) +++ poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/SheetRangeAndWorkbookIndexFormatter.html Sun Dec 16 15:43:04 2018 @@ -0,0 +1,246 @@ + + + + + +SheetRangeAndWorkbookIndexFormatter (POI API Documentation) + + + + + + + + + + + +
+
org.apache.poi.ss.formula
+

Class SheetRangeAndWorkbookIndexFormatter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.ss.formula.SheetRangeAndWorkbookIndexFormatter
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class SheetRangeAndWorkbookIndexFormatter
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static java.lang.Stringformat(java.lang.StringBuilder sb, + int workbookIndex, + java.lang.String firstSheetName, + java.lang.String lastSheetName) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        format

        +
        public static java.lang.String format(java.lang.StringBuilder sb,
        +                                      int workbookIndex,
        +                                      java.lang.String firstSheetName,
        +                                      java.lang.String lastSheetName)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/class-use/SheetRangeAndWorkbookIndexFormatter.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/class-use/SheetRangeAndWorkbookIndexFormatter.html?rev=1849031&view=auto ============================================================================== --- poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/class-use/SheetRangeAndWorkbookIndexFormatter.html (added) +++ poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/class-use/SheetRangeAndWorkbookIndexFormatter.html Sun Dec 16 15:43:04 2018 @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.apache.poi.ss.formula.SheetRangeAndWorkbookIndexFormatter (POI API Documentation) + + + + + + + + + + +
+

Uses of Class
org.apache.poi.ss.formula.SheetRangeAndWorkbookIndexFormatter

+
+
No usage of org.apache.poi.ss.formula.SheetRangeAndWorkbookIndexFormatter
+ + + + +

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

+ + Added: poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Frequency.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Frequency.html?rev=1849031&view=auto ============================================================================== --- poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Frequency.html (added) +++ poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Frequency.html Sun Dec 16 15:43:04 2018 @@ -0,0 +1,316 @@ + + + + + +Frequency (POI API Documentation) + + + + + + + + + + + +
+
org.apache.poi.ss.formula.functions
+

Class Frequency

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Function, Function2Arg
    +
    +
    +
    +
    public class Frequency
    +extends Fixed2ArgFunction
    +
    Implementation of Excel 'Analysis ToolPak' function FREQUENCY()
    + Returns a frequency distribution as a vertical array

    +

    + Syntax
    + FREQUENCY(data_array, bins_array)

    +

    + data_array Required. An array of or reference to a set of values for which you want to count frequencies. + If data_array contains no values, FREQUENCY returns an array of zeros.
    + bins_array Required. An array of or reference to intervals into which you want to group the values in data_array. + If bins_array contains no values, FREQUENCY returns the number of elements in data_array.

    +
    +
    Author:
    +
    Yegor Kozlov
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Trend.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Trend.html?rev=1849031&view=auto ============================================================================== --- poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Trend.html (added) +++ poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/Trend.html Sun Dec 16 15:43:04 2018 @@ -0,0 +1,310 @@ + + + + + +Trend (POI API Documentation) + + + + + + + + + + + +
+
org.apache.poi.ss.formula.functions
+

Class Trend

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.ss.formula.functions.Trend
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Function
    +
    +
    +
    +
    public final class Trend
    +extends java.lang.Object
    +implements Function
    +
    Implementation for the Excel function TREND

    + + Syntax:
    + TREND(known_y's, known_x's, new_x's, constant) + + + +
    known_y's, known_x's, new_x'stypically area references, possibly cell references or scalar values
    constantTRUE or FALSE: + determines whether the regression line should include an intercept term

    + If known_x's is not given, it is assumed to be the default array {1, 2, 3, ...} + of the same size as known_y's.
    + If new_x's is not given, it is assumed to be the same as known_x's
    + If constant is omitted, it is assumed to be TRUE +

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Trend() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      ValueEvalevaluate(ValueEval[] args, + int srcRowIndex, + int srcColumnIndex) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Trend

        +
        public Trend()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        evaluate

        +
        public ValueEval evaluate(ValueEval[] args,
        +                          int srcRowIndex,
        +                          int srcColumnIndex)
        +
        +
        Specified by:
        +
        evaluate in interface Function
        +
        Parameters:
        +
        args - the evaluated function arguments. Empty values are represented with + BlankEval or MissingArgEval, never null.
        +
        srcRowIndex - row index of the cell containing the formula under evaluation
        +
        srcColumnIndex - column index of the cell containing the formula under evaluation
        +
        Returns:
        +
        The evaluated result, possibly an ErrorEval, never null. + Note - Excel uses the error code #NUM! instead of IEEE NaN, so when + numeric functions evaluate to Double.NaN be sure to translate the result to ErrorEval.NUM_ERROR.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Frequency.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Frequency.html?rev=1849031&view=auto ============================================================================== --- poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Frequency.html (added) +++ poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Frequency.html Sun Dec 16 15:43:04 2018 @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.apache.poi.ss.formula.functions.Frequency (POI API Documentation) + + + + + + + + + + +
+

Uses of Class
org.apache.poi.ss.formula.functions.Frequency

+
+
No usage of org.apache.poi.ss.formula.functions.Frequency
+ + + + +

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

+ + Added: poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Trend.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Trend.html?rev=1849031&view=auto ============================================================================== --- poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Trend.html (added) +++ poi/site/publish/apidocs/4.0/org/apache/poi/ss/formula/functions/class-use/Trend.html Sun Dec 16 15:43:04 2018 @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.apache.poi.ss.formula.functions.Trend (POI API Documentation) + + + + + + + + + + +
+

Uses of Class
org.apache.poi.ss.formula.functions.Trend

+
+
No usage of org.apache.poi.ss.formula.functions.Trend
+ + + + +

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

+ + Added: poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/DisplayBlanks.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/DisplayBlanks.html?rev=1849031&view=auto ============================================================================== --- poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/DisplayBlanks.html (added) +++ poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/DisplayBlanks.html Sun Dec 16 15:43:04 2018 @@ -0,0 +1,356 @@ + + + + + +DisplayBlanks (POI API Documentation) + + + + + + + + + + + +
+
org.apache.poi.xddf.usermodel.chart
+

Enum DisplayBlanks

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<DisplayBlanks>
    • +
    • +
        +
      • org.apache.poi.xddf.usermodel.chart.DisplayBlanks
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<DisplayBlanks>
    +
    +
    +
    +
    public enum DisplayBlanks
    +extends java.lang.Enum<DisplayBlanks>
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      GAP 
      SPAN 
      ZERO 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static DisplayBlanksvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static DisplayBlanks[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static DisplayBlanks[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (DisplayBlanks c : DisplayBlanks.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static DisplayBlanks valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/XDDFTitle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/XDDFTitle.html?rev=1849031&view=auto ============================================================================== --- poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/XDDFTitle.html (added) +++ poi/site/publish/apidocs/4.0/org/apache/poi/xddf/usermodel/chart/XDDFTitle.html Sun Dec 16 15:43:04 2018 @@ -0,0 +1,307 @@ + + + + + +XDDFTitle (POI API Documentation) + + + + + + + + + + + +
+
org.apache.poi.xddf.usermodel.chart
+

Class XDDFTitle

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.xddf.usermodel.chart.XDDFTitle
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @Beta
    +public class XDDFTitle
    +extends java.lang.Object
    +
    +
    Since:
    +
    4.0.1
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      XDDFTitle(TextContainer parent, + org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle title) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      XDDFTextBodygetBody() 
      voidsetOverlay(java.lang.Boolean overlay) 
      voidsetText(java.lang.String text) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        XDDFTitle

        +
        public XDDFTitle(TextContainer parent,
        +                 org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle title)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setText

        +
        public void setText(java.lang.String text)
        +
      • +
      + + + +
        +
      • +

        setOverlay

        +
        public void setOverlay(java.lang.Boolean overlay)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org